From b806bc7c943982f9b21648aafe00cbf819c7effc Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Thu, 19 Nov 2015 17:17:19 +0100 Subject: [PATCH] gate_hook: add support for dsvm-plus job type This hook will be utilized in gate to allow neutron project to decide what is enabled in neutron '-plus' tempest job. For now the only difference is qos service enabled, which uses the neutron devstack plugin. Change-Id: I9f73b938539586022aeb22e3a32877816e1dcaba --- neutron/tests/contrib/gate_hook.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/neutron/tests/contrib/gate_hook.sh b/neutron/tests/contrib/gate_hook.sh index d92247b85..de3537eac 100644 --- a/neutron/tests/contrib/gate_hook.sh +++ b/neutron/tests/contrib/gate_hook.sh @@ -36,6 +36,15 @@ EOF enable_plugin neutron-vpnaas git://git.openstack.org/openstack/neutron-vpnaas enable_plugin neutron git://git.openstack.org/openstack/neutron enable_service q-qos +" + + $BASE/new/devstack-gate/devstack-vm-gate.sh +elif [ "$VENV" == "dsvm-plus" ] +then + # We need the qos service enabled to add corresponding scenario tests to tempest + export DEVSTACK_LOCAL_CONFIG+=" +enable_plugin neutron git://git.openstack.org/openstack/neutron +enable_service qos " $BASE/new/devstack-gate/devstack-vm-gate.sh -- 2.45.2