Exclude test_novnc

So that we can use upstream devstack-gate without any workaround.

Depends-on: I1c635759150542aa61d3d6ed6a503fe5c0ac898d

Change-Id: I51d7d49a606e34a229daed22a31b3a62764a3545
This commit is contained in:
jianghua wang 2017-03-10 19:02:36 +08:00 committed by Jianghua Wang
parent 41909348ea
commit aecff218dd

View File

@ -3,6 +3,7 @@ COMMON_TEMPEST_REGEX="(?!.*\[.*\bslow\b.*\]"
# Exclude volume backup and upload tests to avoid heavy disk IO.
COMMON_TEMPEST_REGEX="$COMMON_TEMPEST_REGEX|.*tempest.api.volume.*test_volumes_backup.*"
COMMON_TEMPEST_REGEX="$COMMON_TEMPEST_REGEX|.*tempest.api.volume.test_volumes_actions.*test_volume_upload.*"
COMMON_TEMPEST_REGEX="$COMMON_TEMPEST_REGEX|.*tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc.*"
NOVA_NETWORK_TEMPEST_REGEX=$COMMON_TEMPEST_REGEX
NOVA_NETWORK_TEMPEST_REGEX="$NOVA_NETWORK_TEMPEST_REGEX)(^tempest\.(api|scenario|thirdparty))"