Disable device tagging test on branch ocata

We don't support device tagging on ocata.

Change-Id: Ic98b15c54756469fc91cb7e15e1dbd61324b8059
This commit is contained in:
jianghua wang 2017-07-03 05:07:23 +01:00 committed by Jianghua Wang
parent 90f2e4b86b
commit 18e74ac3f6

View File

@ -1,5 +1,10 @@
COMMON_TEMPEST_REGEX="(?!.*\[.*\bslow\b.*\]"
# Exclude device tagging on stable/ocata
if [ "$ZUUL_BRANCH" = "stable/ocata" ]; then
COMMON_TEMPEST_REGEX="$COMMON_TEMPEST_REGEX|.*tempest.api.compute.servers.test_device_tagging.*"
fi
# Exlude some glance tests before fix the CI broken by glance switching to running
# under wsgi
COMMON_TEMPEST_REGEX="$COMMON_TEMPEST_REGEX|.*tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image.*"