Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[EDPM]Switch to test_operator for running tempest tests #1391

Merged
merged 1 commit into from
Apr 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions scenarios/centos-9/edpm_periodic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ cifmw_set_openstack_containers_namespace: "podified-master-centos9"
cifmw_edpm_deploy_baremetal_update_os_containers: true
cifmw_run_tests: true
cifmw_edpm_deploy_registry_url: "{{ cifmw_set_openstack_containers_registry }}/{{ cifmw_set_openstack_containers_namespace }}"
cifmw_tempest_registry: "{{ cifmw_set_openstack_containers_registry }}"
cifmw_tempest_namespace: "{{ cifmw_set_openstack_containers_namespace }}"
cifmw_tempest_image_tag: "{{ cifmw_repo_setup_full_hash }}"
cifmw_test_operator_tempest_registry: "{{ cifmw_set_openstack_containers_registry }}"
cifmw_test_operator_tempest_namespace: "{{ cifmw_set_openstack_containers_namespace }}"
cifmw_test_operator_tempest_image_tag: "{{ cifmw_repo_setup_full_hash }}"
8 changes: 6 additions & 2 deletions scenarios/centos-9/multinode-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,9 @@ cifmw_install_yamls_vars:

# Deploy EDPM in multinode scenario
cifmw_deploy_edpm: true
cifmw_tempest_tests_allowed:
- tempest.scenario.test_network_basic_ops.TestNetworkBasicOps

# Tempest vars
cifmw_run_test_role: test_operator
cifmw_test_operator_tempest_tests_exclude_override_scenario: true
cifmw_test_operator_tempest_include_list: |
tempest.scenario.test_network_basic_ops.TestNetworkBasicOps
1 change: 1 addition & 0 deletions scenarios/reproducers/va-hci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ cifmw_run_tests: true
cifmw_run_tempest: true
cifmw_run_test_role: test_operator
cifmw_test_operator_timeout: 7200
cifmw_test_operator_tempest_tests_exclude_override_scenario: true
cifmw_test_operator_tempest_include_list: |
tempest.scenario.test_network_basic_ops.TestNetworkBasicOps

Expand Down