From 881bc62a4d79bd200bdd636c3e483cfe5fa47c12 Mon Sep 17 00:00:00 2001 From: naichuans Date: Fri, 1 Jun 2018 12:40:56 +0000 Subject: [PATCH] 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 --- tempest_exclusion_list | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tempest_exclusion_list b/tempest_exclusion_list index 8188b5d..1141ed0 100644 --- a/tempest_exclusion_list +++ b/tempest_exclusion_list @@ -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))"