Exclude tests on server diagnostics

test_server_diagnostics tests were introduced recently. But we
observed many failures with those tests. So let's disable them
at the moment and need investigate the root cause and fix it.

Change-Id: I536f991d1e1c06e68854f0d000fc3bb78534413d
This commit is contained in:
jianghua wang 2017-06-26 04:47:20 +01:00
parent cd56514ba7
commit 53d1dd5fed

View File

@ -11,6 +11,8 @@ COMMON_TEMPEST_REGEX="$COMMON_TEMPEST_REGEX|.*tempest.api.volume.test_volume_del
COMMON_TEMPEST_REGEX="$COMMON_TEMPEST_REGEX|.*tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_ebs_image_and_check_boot"
COMMON_TEMPEST_REGEX="$COMMON_TEMPEST_REGEX|.*tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot"
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.*"
NOVA_NETWORK_TEMPEST_REGEX=$COMMON_TEMPEST_REGEX
NOVA_NETWORK_TEMPEST_REGEX="$NOVA_NETWORK_TEMPEST_REGEX)(^tempest\.(api|scenario|thirdparty))"