|
14 | 14 | vars: |
15 | 15 | cifmw_operator_build_golang_ct: "docker.io/library/golang:1.20" |
16 | 16 | cifmw_operator_build_golang_alt_ct: "quay.rdoproject.org/openstack-k8s-operators/golang:1.20" |
17 | | - cifmw_run_test_role: tempest |
18 | | - cifmw_tempest_container: openstack-tempest-all |
19 | | - cifmw_tempest_tempestconf_profile: |
20 | | - overrides: |
21 | | - compute-feature-enabled.vnc_console: true |
22 | | - compute-feature-enabled.stable_rescue: true |
23 | | - compute_feature_enabled.hostname_fqdn_sanitization: true |
24 | | - # NOTE(alee) these tests will fail with barbican in the mix |
25 | | - # while cinder/nova is not configured to talk to barbican |
26 | | - # re-enable this when that support is added |
27 | | - compute-feature-enabled.attach_encrypted_volume: false |
28 | | - compute-feature-enabled.live_migration: true |
29 | | - compute-feature-enabled.block_migration_for_live_migration: true |
30 | | - # NOTE(gibi): This is a WA to force the publicURL as otherwise |
31 | | - # tempest gets configured with adminURL and that causes test |
32 | | - # instability. |
33 | | - identity.v3_endpoint_type: public |
34 | | - cifmw_tempest_tests_allowed: |
35 | | - # NOTE(gibi): enable only the high level scenario tests to keep the |
36 | | - # job run time reasonable |
37 | | - - tempest.scenario |
38 | | - # Plus an extra live migration test until we have cinder volumes / ceph |
39 | | - # to run the live migration scenario tests with it |
40 | | - - tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test |
41 | | - cifmw_tempest_tests_skipped: |
42 | | - # NOTE(gibi): there are no cinder backend enabled so test needing a |
43 | | - # volumes needs to be skipped |
44 | | - - tempest.scenario.test_minimum_basic.TestMinimumBasicScenario |
45 | | - - test_shelve_volume_backed_instance |
46 | | - - tempest.scenario.test_stamp_pattern.TestStampPattern |
47 | | - - tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern |
48 | | - - tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_live_migration |
49 | | - - tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachScenarioOldVersion |
50 | | - - tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachmentScenario |
51 | | - - tempest.scenario.test_instances_with_cinder_volumes.TestInstancesWithCinderVolumes |
52 | | - - tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test.test_live_block_migration_with_attached_volume |
| 17 | + cifmw_tempest_tempestconf_config: |
| 18 | + # NOTE(alee) these tests will fail with barbican in the mix |
| 19 | + # while cinder/nova is not configured to talk to barbican |
| 20 | + # re-enable this when that support is added |
| 21 | + # NOTE(gibi): This is a WA to force the publicURL as otherwise |
| 22 | + # tempest gets configured with adminURL and that causes test |
| 23 | + # instability. |
| 24 | + overrides: | |
| 25 | + compute-feature-enabled.vnc_console true |
| 26 | + compute-feature-enabled.stable_rescue true |
| 27 | + compute_feature_enabled.hostname_fqdn_sanitization true |
| 28 | + compute-feature-enabled.attach_encrypted_volume false |
| 29 | + compute-feature-enabled.live_migration true |
| 30 | + compute-feature-enabled.block_migration_for_live_migration true |
| 31 | + identity.v3_endpoint_type public |
| 32 | + cifmw_test_operator_tempest_include_list: | |
| 33 | + # NOTE(gibi): enable only the high level scenario tests to keep the |
| 34 | + # job run time reasonable |
| 35 | + tempest.scenario |
| 36 | + # Plus an extra live migration test until we have cinder volumes / ceph |
| 37 | + # to run the live migration scenario tests with it |
| 38 | + tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test |
| 39 | + cifmw_test_operator_tempest_exclude_list: | |
| 40 | + # NOTE(gibi): there are no cinder backend enabled so test needing a |
| 41 | + # volumes needs to be skipped |
| 42 | + tempest.scenario.test_minimum_basic.TestMinimumBasicScenario |
| 43 | + test_shelve_volume_backed_instance |
| 44 | + tempest.scenario.test_stamp_pattern.TestStampPattern |
| 45 | + tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern |
| 46 | + tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_live_migration |
| 47 | + tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachScenarioOldVersion |
| 48 | + tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachmentScenario |
| 49 | + tempest.scenario.test_instances_with_cinder_volumes.TestInstancesWithCinderVolumes |
| 50 | + tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test.test_live_block_migration_with_attached_volume |
| 51 | + # TODO (rlandy) remove when https://issues.redhat.com/browse/OSPCIX-126 is fixed |
| 52 | + tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames |
53 | 53 | # We need to use a custom cpu model to allow live migrating between |
54 | 54 | # slightly different computes coming from the node pool |
55 | 55 | cifmw_edpm_deploy_nova_compute_extra_config: | |
|
0 commit comments