diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-07-14 15:19:59 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-07-14 16:05:09 +0200 |
commit | 33dd431d9c17708a13b3b26873d552a69bc81413 (patch) | |
tree | ba8c6339c75447cf389e38eb223dab3f87868c93 /docker/smoke-cntt/tempest_conf.yaml | |
parent | 9d4df0c3e3bf4d49d1dbee378a033a4967d34586 (diff) |
Enable back RemoteStack testing from tempest_heat_cntt
Baraque selects Train:
https://github.com/cntt-n/CNTT/pull/1782
https://github.com/cntt-n/CNTT/pull/1783
Change-Id: I9650f5b9041a59b68af34c7410c64515e498a226
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docker/smoke-cntt/tempest_conf.yaml')
-rw-r--r-- | docker/smoke-cntt/tempest_conf.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/smoke-cntt/tempest_conf.yaml b/docker/smoke-cntt/tempest_conf.yaml index 0bb4e8064..fc36a8786 100644 --- a/docker/smoke-cntt/tempest_conf.yaml +++ b/docker/smoke-cntt/tempest_conf.yaml @@ -89,10 +89,10 @@ object-storage-feature-enabled: object_versioning: true discoverability: true heat_plugin: - skip_functional_test_list: RemoteStackTest,EncryptionVolTypeTest + skip_functional_test_list: EncryptionVolTypeTest skip_scenario_test_list: "AodhAlarmTest,SoftwareConfigIntegrationTest,\ VolumeBackupRestoreIntegrationTest,CfnInitIntegrationTest,\ - LoadBalancerTest,RemoteDeeplyNestedStackTest" + LoadBalancerTest" auth_version: 3 heat_features_enabled: multi_cloud: false |