aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2020-04-07 12:24:37 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2020-04-11 10:22:34 +0200
commit890901c6e7e78cf733c2f765ea631d4980966b5c (patch)
treee5f7b020c07717864e4e3542a78b3c3b901002b3
parentd8b3f49beb7a335fd33b2104e1154594c753efb2 (diff)
Skip VolumeBackupRestoreIntegrationTest in temptest_heat
It's linked to vbd which is false in many cases [1]. e.g. IMAGE_PROPERTIES=hw_scsi_model:virtio-scsi,hw_disk_bus:scsi Enabling it requires upstream changes to configure the right device. [1] http://artifacts.opnfv.org/functest/FHHSBCPDUV6C/functest-opnfv-functest-smoke-latest-tempest_heat-run-7/tempest_heat/tempest-report.html Change-Id: I2632779e96b7b0850d1937a8ec3c7bf4607862a5 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit f39419f93de0f2ef71e3aebaa1ea1c4b45587f81)
-rw-r--r--functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml3
1 files changed, 2 insertions, 1 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 8e616ef9b..ed82ba6d4 100644
--- a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml
+++ b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml
@@ -80,7 +80,8 @@ object-storage-feature-enabled:
object_versioning: true
discoverability: true
heat_plugin:
- skip_scenario_test_list: AodhAlarmTest,SoftwareConfigIntegrationTest
+ skip_scenario_test_list: "AodhAlarmTest,SoftwareConfigIntegrationTest,\
+ VolumeBackupRestoreIntegrationTest"
auth_version: 3
heat_features_enabled:
multi_cloud: false