Update blacklist

Blacklist the following tests when running against tempest.api.compute:

tempest.api.compute.servers.test_create_server.ServersWithSpecificFlavorTestJSON.test_verify_created_server_ephemeral_disk
tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_detach_volume
tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume

This is due to a recent change to the devstack plugin so we can run verfication
tests against nova-lxd, however these unit tests will fail because it is checking
for /proc/partitions.

Change-Id: Ib13ccb4db7274f57193ab82f56be0b3fed92e031
Signed-off-by: Chuck Short <chuck.short@canonical.com>
This commit is contained in:
Chuck Short 2016-09-19 10:20:23 -04:00
parent 3a24f8676e
commit 5145cb2a7b
1 changed files with 5 additions and 0 deletions

View File

@ -22,6 +22,11 @@ ignored_tests="$ignored_tests|.*AttachInterfacesTestJSON.test_create_list_show_d
# backups are not supported
ignored_tests="$ignored_tests|.*ServerActionsTestJSON.test_create_backup"
# failed verfication tests
ignored_tests="$ignored_tests|.*ServersWithSpecificFlavorTestJSON.test_verify_created_server_ephemeral_disk"
ignored_tests="$ignored_tests|.*AttachVolumeShelveTestJSON.test_attach_detach_volume"
ignored_tests="$ignored_tests|.*AttachVolumeTestJSON.test_attach_detach_volume"
regex="(?!.*\\[.*\\bslow\\b.*\\]$ignored_tests)(^tempest\\.api.\\compute)";
ostestr --serial --regex $regex run