diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-06-12 15:25:42 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-06-12 15:37:22 +0200 |
commit | 539051c95e05851c323ac9fa351cd4e2bbd9d612 (patch) | |
tree | 05b2eb66a9f592c034309caef8672f18da57f32f /docker | |
parent | 2b8db5e8c56cee36b266a4912cfe089600475d04 (diff) |
Skip EncryptionVolTypeTest in Iaas verification and CNTT Conformance
Attaching an encryted volume is optional in CNTT [1].
This test fails if the volume type already exists and if it runs
twice in parallel [2]. As this single test doesn't fullfil the Functest
requirements, it's skiped in the classical verification as well.
[1] https://github.com/cntt-n/CNTT/blob/master/doc/ref_arch/openstack/chapters/chapter05.md
[2] https://storyboard.openstack.org/#!/story/2007804
Change-Id: Ib6fc843d71704aab1bfc536133544eb3fa4f3e72
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit f51decbef5fb243faad89f2adbb41d513a671b66)
Diffstat (limited to 'docker')
-rw-r--r-- | docker/smoke-cntt/tempest_conf.yaml | 2 | ||||
-rw-r--r-- | docker/smoke-cntt/testcases.yaml | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/docker/smoke-cntt/tempest_conf.yaml b/docker/smoke-cntt/tempest_conf.yaml index bcd8f7d8a..0bb4e8064 100644 --- a/docker/smoke-cntt/tempest_conf.yaml +++ b/docker/smoke-cntt/tempest_conf.yaml @@ -89,7 +89,7 @@ object-storage-feature-enabled: object_versioning: true discoverability: true heat_plugin: - skip_functional_test_list: RemoteStackTest + skip_functional_test_list: RemoteStackTest,EncryptionVolTypeTest skip_scenario_test_list: "AodhAlarmTest,SoftwareConfigIntegrationTest,\ VolumeBackupRestoreIntegrationTest,CfnInitIntegrationTest,\ LoadBalancerTest,RemoteDeeplyNestedStackTest" diff --git a/docker/smoke-cntt/testcases.yaml b/docker/smoke-cntt/testcases.yaml index 15984da11..78ae64239 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: 113 + tests_count: 112 description: >- This test case runs the Tempest suite proposed by the Heat project. @@ -125,6 +125,7 @@ tiers: name: tempest_heat 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)\ |