From e7e553e625122491f99047904504e478781effbd Mon Sep 17 00:00:00 2001 From: naichuans Date: Mon, 7 May 2018 01:49:35 +0000 Subject: [PATCH] Citrix CI: remove novnc test for a while Will recover it after it fixed Change-Id: I1041d69260b8b0203ffe87827c8500df1d8efcee --- tempest_exclusion_list | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tempest_exclusion_list b/tempest_exclusion_list index c5c4fe9..8188b5d 100644 --- a/tempest_exclusion_list +++ b/tempest_exclusion_list @@ -20,6 +20,8 @@ COMMON_TEMPEST_REGEX="$COMMON_TEMPEST_REGEX|.*tempest.scenario.test_volume_boot_ COMMON_TEMPEST_REGEX="$COMMON_TEMPEST_REGEX|.*tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot" # 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.*" +# Exclude novnc test to avoid CI failures. Will fix it soon +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))"