From 43520ca0099b7879843e20e30c43db4a1f84a248 Mon Sep 17 00:00:00 2001 From: Balazs Gibizer Date: Fri, 6 Oct 2023 12:24:40 +0200 Subject: [PATCH] [CI]Enable more compute features in tempest --- .zuul.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 4a0a371ec..51bf5186b 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -117,6 +117,14 @@ name: nova-operator-tempest-multinode parent: podified-multinode-edpm-deployment-crc-3comp vars: + cifmw_tempest_tempestconf_profile: + overrides: + compute.min_compute_nodes: 3 + compute-feature-enabled.vnc_console: true + compute-feature-enabled.stable_rescue: true + compute_feature_enabled.hostname_fqdn_sanitization: true +# does it cause keystone errors when trying to access the internal service? +# validation.run_validation: true cifmw_tempest_tests_allowed: - tempest. cifmw_tempest_tests_skipped: @@ -174,10 +182,13 @@ - tempest.scenario.test_stamp_pattern - tempest.scenario.test_volume_boot_pattern - test_volume_snapshot_create_get_list_delete + - tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest + - test_stable_device_rescue_disk_virtio_with_volume_attached # Need to check - tempest.api.compute.admin.test_auto_allocate_network.AutoAllocateNetworkTest.test_server_multi_create_auto_allocate - tempest.api.object_storage.test_container_sync_middleware - tempest.api.object_storage.test_object_version + - tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTestIDE # Migration does not work yet - tempest.api.compute.admin.test_live_migration - tempest.api.compute.admin.test_migrations