Disable ephemeral disk test before bug/1701153 fixed.
Change-Id: I01ade8e62c754600ea16b83dbc4a6a2428d5d28b
This commit is contained in:
parent
9474c3607d
commit
87c557948d
@ -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))"
|
||||
|
Loading…
x
Reference in New Issue
Block a user