fs017: stop running test_volume_boot_pattern

Boot from volume is already covered by
test_encrypted_cinder_volumes_cryptsetup in Barbican testing.

https://git.openstack.org/cgit/openstack/barbican-tempest-plugin/tree/barbican_tempest_plugin/tests/scenario/test_volume_encryption.py#n99

Let's save almost 5 minutes by not running this test:
http://logs.openstack.org/15/531015/1/check/tripleo-ci-centos-7-scenario002-multinode-oooq-container/6067c30/logs/undercloud/home/zuul/tempest_output.log.txt.gz#_2018-01-03_23_52_57

Change-Id: If8f791a5fda48e617205456f0ab65fc19d372293
This commit is contained in:
Emilien Macchi 2018-01-04 07:52:57 -08:00
parent eed701d587
commit 55d4d1b183
1 changed files with 1 additions and 2 deletions

View File

@ -82,8 +82,7 @@ test_regex: ''
# 'ec2api.tests.functional.api.test_key_pairs.KeyPairTest'
tempest_whitelist: >-
{% if release not in ['newton', 'ocata', 'pike'] -%}
["tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern",
"tempest.api.object_storage.test_object_services.ObjectTest",
["tempest.api.object_storage.test_object_services.ObjectTest",
"barbican_tempest_plugin.tests.scenario.test_volume_encryption.VolumeEncryptionTest",
"ceilometer.tests.tempest.scenario.test_telemetry_integration.TestTelemetryIntegration"]
{%- else -%}