diff options
-rw-r--r-- | docker/smoke-cntt/tempest_conf.yaml | 3 | ||||
-rw-r--r-- | docker/smoke-cntt/testcases.yaml | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/docker/smoke-cntt/tempest_conf.yaml b/docker/smoke-cntt/tempest_conf.yaml index c174c7830..3c63afb81 100644 --- a/docker/smoke-cntt/tempest_conf.yaml +++ b/docker/smoke-cntt/tempest_conf.yaml @@ -87,9 +87,10 @@ object-storage-feature-enabled: object_versioning: true discoverability: true heat_plugin: + skip_functional_test_list: RemoteStackTest skip_scenario_test_list: "AodhAlarmTest,SoftwareConfigIntegrationTest,\ VolumeBackupRestoreIntegrationTest,CfnInitIntegrationTest,\ - LoadBalancerTest" + LoadBalancerTest,RemoteDeeplyNestedStackTest" auth_version: 3 heat_features_enabled: multi_cloud: false diff --git a/docker/smoke-cntt/testcases.yaml b/docker/smoke-cntt/testcases.yaml index 8d0eee5c3..53ef25d61 100644 --- a/docker/smoke-cntt/testcases.yaml +++ b/docker/smoke-cntt/testcases.yaml @@ -112,7 +112,7 @@ tiers: criteria: 100 blocking: false deny_skipping: true - tests_count: 120 + tests_count: 113 description: >- This test case runs the Tempest suite proposed by the Heat project. @@ -120,10 +120,12 @@ tiers: name: tempest_heat args: mode: "(?!.*functional.test_lbaasv2)\ + (?!.*functional.test_remote_stack.RemoteStackTest)\ (?!.*RemoteStackTest.test_stack_create_with_cloud_credential)\ (?!.*scenario.test_aodh_alarm)\ (?!.*tests.scenario.test_autoscaling_lb)\ (?!.*scenario.test_autoscaling_lbv2)\ + (?!.*scenario.test_remote_deeply_nested.RemoteDeeplyNestedStackTest)\ (?!.*scenario.test_server_software_config)\ (?!.*test_volumes.VolumeBackupRestoreIntegrationTest)\ (?!.*scenario.test_octavia_lbaas)\ |