diff options
author | 2020-06-12 15:25:42 +0200 | |
---|---|---|
committer | 2020-06-12 15:38:00 +0200 | |
commit | 60c59235a1e16d3773bd621fe1a85723f3b07f7b (patch) | |
tree | 0a020b81b2e48b10bc469bb3a02db02bd14db59a /docker/smoke-cntt/tempest_conf.yaml | |
parent | 8f783338423c01a3b109bb9187568edfaf7b1f4d (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/smoke-cntt/tempest_conf.yaml')
-rw-r--r-- | docker/smoke-cntt/tempest_conf.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/smoke-cntt/tempest_conf.yaml b/docker/smoke-cntt/tempest_conf.yaml index d7a25d866..e4c88b8b0 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" |