aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2020-07-14 15:19:59 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2020-07-15 00:41:29 +0200
commitc9f30ec195557fa7ef4395c79032f74ad22958b2 (patch)
treee9012b179dedce101734c25eff626e483e52ae1c
parent192108d40dab3b6f5790408ad232717573379b32 (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)
-rw-r--r--docker/smoke-cntt/tempest_conf.yaml4
-rw-r--r--docker/smoke-cntt/testcases.yaml4
-rw-r--r--functest/ci/testcases.yaml4
3 files changed, 4 insertions, 8 deletions
diff --git a/docker/smoke-cntt/tempest_conf.yaml b/docker/smoke-cntt/tempest_conf.yaml
index e4c88b8b0..969a67c82 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
diff --git a/docker/smoke-cntt/testcases.yaml b/docker/smoke-cntt/testcases.yaml
index 7e28e35e0..43227b514 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: 112
+ tests_count: 119
description: >-
This test case runs the Tempest suite proposed by the
Heat project.
@@ -123,12 +123,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)\
diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml
index 71d400cbc..25083260b 100644
--- a/functest/ci/testcases.yaml
+++ b/functest/ci/testcases.yaml
@@ -562,7 +562,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.
@@ -571,12 +571,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)\