Skip VolumeBackupRestoreIntegrationTest in temptest_heat 14/69914/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Tue, 7 Apr 2020 10:24:37 +0000 (12:24 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Tue, 7 Apr 2020 10:27:00 +0000 (12:27 +0200)
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>
functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml

index b4321db..9fbc8c8 100644 (file)
@@ -82,7 +82,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