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 3, 2024
1 parent dedace1 commit 38b377f
Show file tree
Hide file tree
Showing 2 changed files with 8 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 }}"
7 changes: 5 additions & 2 deletions scenarios/centos-9/multinode-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@ 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_include_list: |
tempest.scenario.test_network_basic_ops.TestNetworkBasicOps

0 comments on commit 38b377f

Please sign in to comment.