Fix typo in tempest_exclusion_list

change "untill" to "until"

Change-Id: Ib87c9e0902cccf24c580b79762fe5e4eb6b3878d
This commit is contained in:
Cady_Chen 2016-12-01 13:23:13 +08:00
parent c65aa9d1c1
commit 618dc4ab85

View File

@ -1,7 +1,7 @@
COMMON_TEMPEST_REGEX="(?!.*\[.*\bslow\b.*\]"
NOVA_NETWORK_TEMPEST_REGEX=$COMMON_TEMPEST_REGEX
# Wait untill resolve the disk IO bottleneck with nova CI cloud
# Wait until resolve the disk IO bottleneck with nova CI cloud
NOVA_NETWORK_TEMPEST_REGEX="$NOVA_NETWORK_TEMPEST_REGEX|.*tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload.*"
NOVA_NETWORK_TEMPEST_REGEX="$NOVA_NETWORK_TEMPEST_REGEX|.*tempest.api.volume.test_volumes_actions.VolumesV1ActionsTest.test_volume_upload.*"
NOVA_NETWORK_TEMPEST_REGEX="$NOVA_NETWORK_TEMPEST_REGEX|.*tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_upload.*"