Merge "Remove nova v3 regex from devstack-virtual-ironic"

This commit is contained in:
Jenkins 2015-02-17 17:38:49 +00:00 committed by Gerrit Code Review
commit 13191df9bf

View File

@ -675,7 +675,7 @@
# to avoid features unsupported by Ironic.
# skip all compute API tests that touch secgroups, volumes, servers and
# snapshots
r="^(?!.*(?:(compute\.|compute\.v3\.)(security_groups\.test_security_groups|images\.test_images_oneserver|servers\.*))"
r="^(?!.*(?:compute\.(security_groups\.test_security_groups|images\.test_images_oneserver|servers\.*))"
r="$r|^(?:tempest\.api\.database\.*)"
# skip volumes attach tests
r="$r|(?:tempest\.api\.volume\.test_volumes_actions.*)"