Skip to content

Commit

Permalink
Move the tempest var to test_operator
Browse files Browse the repository at this point in the history
openstack-k8s-operators/ci-framework#1391
moves to test_operator role for running tempest tests.

It broke the existing vars based on tempest role. It also
needs to be migrated to test_operator.

Signed-off-by: Chandan Kumar <[email protected]>
  • Loading branch information
raukadah authored and olliewalsh committed Apr 9, 2024
1 parent 2094369 commit d7bdca8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions zuul.d/projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
vars:
cifmw_operator_build_golang_ct: "docker.io/library/golang:1.20"
cifmw_operator_build_golang_alt_ct: "quay.rdoproject.org/openstack-k8s-operators/golang:1.20"
cifmw_tempest_tempestconf_profile:
overrides:
cifmw_test_operator_tempest_config:
overrides: |
compute-feature-enabled.vnc_console: true
compute-feature-enabled.stable_rescue: true
compute_feature_enabled.hostname_fqdn_sanitization: true
Expand All @@ -21,14 +21,14 @@
# tempest gets configured with adminURL and that causes test
# instability.
identity.v3_endpoint_type: public
cifmw_tempest_tests_allowed:
cifmw_test_operator_tempest_include_list:
# NOTE(gibi): enable only the high level scenario tests to keep the
# job run time reasonable
- tempest.scenario
# Plus an extra live migration test until we have cinder volumes / ceph
# to run the live migration scenario tests with it
- tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test
cifmw_tempest_tests_skipped:
cifmw_test_operator_tempest_exclude_list:
# NOTE(gibi): there are no cinder backend enabled so test needing a
# volumes needs to be skipped
- tempest.scenario.test_minimum_basic.TestMinimumBasicScenario
Expand Down

0 comments on commit d7bdca8

Please sign in to comment.