From 9f88a3ab05f472f760b228a0bd7549f38e414e43 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Fri, 26 May 2017 18:16:21 +0900 Subject: [PATCH] Enable QoS scenario tests This test has been disabled since [1]. But it seems the failure ratio is not so high with the current code. Let's re-enable it now and see how it goes. Note: This same test has been enabled on the gate jobs for other implementation for a while. It doesn't fail much there either. (networking-midonet) [1] I37f1488db258f6a4d383fb472cb5433c65371ac5 Related-Bug: #1662109 Change-Id: Ia39c73189ad8a3331c1911989fe69428f064f7a6 (cherry picked from commit fe0bb07113a00a4d8a56dc08b004bf758c505e4b) --- neutron/tests/contrib/gate_hook.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/neutron/tests/contrib/gate_hook.sh b/neutron/tests/contrib/gate_hook.sh index d8a8c3a585a..896357beec0 100644 --- a/neutron/tests/contrib/gate_hook.sh +++ b/neutron/tests/contrib/gate_hook.sh @@ -93,8 +93,6 @@ case $VENV in if [[ "$VENV" =~ "dsvm-scenario" ]]; then load_conf_hook iptables_verify load_rc_hook ubuntu_image - # bug/1662109 - export DEVSTACK_GATE_TEMPEST_REGEX="^(?!.*(?:neutron\.tests\.tempest\.scenario\.test_qos.*))^neutron\.tests\.tempest\.scenario\." fi if [[ "$VENV" =~ "pecan" ]]; then load_conf_hook pecan