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:
parent
41909348ea
commit
aecff218dd
@ -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))"
|
||||
|
Loading…
x
Reference in New Issue
Block a user