Disable ephemeral disk test before bug/1701153 fixed.

Change-Id: I01ade8e62c754600ea16b83dbc4a6a2428d5d28b
This commit is contained in:
jianghua wang 2017-06-29 03:55:50 +01:00
parent 9474c3607d
commit 87c557948d

View File

@ -25,6 +25,8 @@ COMMON_TEMPEST_REGEX="$COMMON_TEMPEST_REGEX|.*tempest.api.volume.test_volumes_sn
COMMON_TEMPEST_REGEX="$COMMON_TEMPEST_REGEX|.*tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc"
# Exclude server diagnostics tests. Need figure out why it's frequently failed.
COMMON_TEMPEST_REGEX="$COMMON_TEMPEST_REGEX|.*tempest.api.compute.admin.test_server_diagnostics.*"
# Disable ephemeral disk test before fixing https://bugs.launchpad.net/nova/+bug/1701153
COMMON_TEMPEST_REGEX="$COMMON_TEMPEST_REGEX|.*tempest.api.compute.admin.test_create_server.ServersWithSpecificFlavorTestJSON.test_verify_created_server_ephemeral_disk"
NOVA_NETWORK_TEMPEST_REGEX=$COMMON_TEMPEST_REGEX
NOVA_NETWORK_TEMPEST_REGEX="$NOVA_NETWORK_TEMPEST_REGEX)(^tempest\.(api|scenario|thirdparty))"