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-15 00:36:51 +0200 |
commit | 185e1b9401806a2c3c7810705cf1ecbd4e6cb027 (patch) | |
tree | 0f73c9e79e243b5813cd17a976634be715c79289 /docker/smoke-cntt/testcases.yaml | |
parent | ed80b7f5ec8a95999f6a623c726cf2c9d7e96fdc (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>
(cherry picked from commit 33dd431d9c17708a13b3b26873d552a69bc81413)
Diffstat (limited to 'docker/smoke-cntt/testcases.yaml')
-rw-r--r-- | docker/smoke-cntt/testcases.yaml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docker/smoke-cntt/testcases.yaml b/docker/smoke-cntt/testcases.yaml index 8fb9f788f..91d22d0aa 100644 --- a/docker/smoke-cntt/testcases.yaml +++ b/docker/smoke-cntt/testcases.yaml @@ -117,7 +117,7 @@ tiers: criteria: 100 blocking: false deny_skipping: true - tests_count: 112 + tests_count: 119 description: >- This test case runs the Tempest suite proposed by the Heat project. @@ -126,12 +126,10 @@ tiers: args: mode: "(?!.*functional.test_lbaasv2)\ (?!.*functional.test_encryption_vol_type)\ - (?!.*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)\ |