aboutsummaryrefslogtreecommitdiffstats
path: root/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2020-06-12 15:25:42 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2020-06-12 15:38:38 +0200
commite0c085845d7226230ccf2fd50153da09c37ad472 (patch)
treeea2a14ad0626a7272f39bba4b1dbfadff9afeec2 /functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml
parent890802b9816fa0379d0468384909d8e0e6545ede (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 'functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml')
-rw-r--r--functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml
index efd7114a2..e4b9ee701 100644
--- a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml
+++ b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml
@@ -87,6 +87,7 @@ object-storage-feature-enabled:
object_versioning: true
discoverability: true
heat_plugin:
+ skip_functional_test_list: EncryptionVolTypeTest
skip_scenario_test_list: "AodhAlarmTest,SoftwareConfigIntegrationTest,\
VolumeBackupRestoreIntegrationTest,CfnInitIntegrationTest,\
LoadBalancerTest"