diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-06-12 10:04:16 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-06-12 10:14:50 +0200 |
commit | 8f783338423c01a3b109bb9187568edfaf7b1f4d (patch) | |
tree | aee5f7da68169027a4a362a664ea092990b921a2 /docker/smoke-cntt | |
parent | 82b246d1a683f4d33e3b6c2b5d27019d2773b20a (diff) |
Remove RemoteStack testing from tempest_heat_cntt
Trusts redelegation is supported by Train [1][2] which forces to skip
RemoteStack as CNTT Baldy is designed for Pike (the support is
incomplete in case of trust [3]).
[1] https://docs.openstack.org/releasenotes/heat/train.html#relnotes-13-0-0-stable-train
[2] https://github.com/openstack/heat/commit/e377658586c737150dad1bfd80b7b2267d46be51
[3] https://bugs.launchpad.net/heat/+bug/1701498
Change-Id: Ib4f66170b9b1f50b8224705edb4820e5a4cb0167
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 809b2eb2671bfc67d391eeb87b84a772eab04ade)
Diffstat (limited to 'docker/smoke-cntt')
-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 b45164f50..d7a25d866 100644 --- a/docker/smoke-cntt/tempest_conf.yaml +++ b/docker/smoke-cntt/tempest_conf.yaml @@ -89,9 +89,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 be5718c64..c732b7a08 100644 --- a/docker/smoke-cntt/testcases.yaml +++ b/docker/smoke-cntt/testcases.yaml @@ -114,7 +114,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. @@ -122,10 +122,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)\ |