Skip to content

Commit

Permalink
[EDPM]Switch to test_operator for running tempest tests
Browse files Browse the repository at this point in the history
Since most of the downstream jobs are using test_operator
to run tempest. Let's enable the same it in upstream.

It also updates the test_operator vars for periodic lines.

Signed-off-by: Chandan Kumar <[email protected]>
  • Loading branch information
raukadah committed Apr 5, 2024
1 parent 227ec9a commit 5e6bd0a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
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

0 comments on commit 5e6bd0a

Please sign in to comment.