xenapi: Exclude device tagging test for ports and volumes

Currently, device tagging in xenapi doesn't suppot ports and
volumes, remove the related test to avoid CI error

Change-Id: I827fc6199bd52d1292199c8475e207fa5ae99442
This commit is contained in:
naichuans 2018-06-01 12:40:56 +00:00
parent e7e553e625
commit 881bc62a4d

@ -23,6 +23,9 @@ COMMON_TEMPEST_REGEX="$COMMON_TEMPEST_REGEX|.*tempest.api.compute.admin.test_ser
# Exclude novnc test to avoid CI failures. Will fix it soon
COMMON_TEMPEST_REGEX="$COMMON_TEMPEST_REGEX|.*tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc"
# Exclude device tagging test for port and volume until they are added
COMMON_TEMPEST_REGEX="$COMMON_TEMPEST_REGEX|.*tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment.*"
NOVA_NETWORK_TEMPEST_REGEX=$COMMON_TEMPEST_REGEX
NOVA_NETWORK_TEMPEST_REGEX="$NOVA_NETWORK_TEMPEST_REGEX)(^tempest\.(api|scenario|thirdparty))"