From 6e86f362960fd6391a6b17406032582b421ab9f0 Mon Sep 17 00:00:00 2001 From: fumihiko kakuma Date: Mon, 9 Jan 2017 05:06:42 +0900 Subject: [PATCH] Enable gate_hook for tempest api test Currently the tempest api test doesn't work due to job definition by change Ieb710181c1e496742e1e019a6238e5e0bd922971. This patch adds a process for dsvm-api to gate_hook.sh. Change-Id: Iefc1a812680f48eb7eafc7d957b3a913a8c6d78a (cherry picked from commit b359c924c7ee02e03f8faed202f0f38899cc51ea) --- neutron_dynamic_routing/tests/contrib/gate_hook.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/neutron_dynamic_routing/tests/contrib/gate_hook.sh b/neutron_dynamic_routing/tests/contrib/gate_hook.sh index 0da5e40a..98375242 100644 --- a/neutron_dynamic_routing/tests/contrib/gate_hook.sh +++ b/neutron_dynamic_routing/tests/contrib/gate_hook.sh @@ -26,4 +26,7 @@ then # Make the workspace owned by the stack user sudo chown -R $STACK_USER:$STACK_USER $BASE +elif [[ "$VENV" == dsvm-api* ]] +then + $GATE_DEST/devstack-gate/devstack-vm-gate.sh fi