add dsvm pre-test-hook.sh
Change-Id: Ie56cae84a0cb2914ad09c28aba854f54ecc7715b
This commit is contained in:
parent
a613d1c315
commit
4d0f565cd7
7
tests/ci/pre-test-hook.sh
Executable file
7
tests/ci/pre-test-hook.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
# Author: Kun Huang <academicgareth@gmail.com>
|
||||
|
||||
localrc_path=$BASE/new/devstack/localrc
|
||||
echo "DEVSTACK_GATE_TIMEOUT=120" >> $localrc_path
|
||||
echo "DEVSTACK_GATE_NEUTRON=1" >> $localrc_path
|
||||
echo "DEVSTACK_GATE_NEUTRON_DVR=1" >> $localrc_path
|
Loading…
Reference in New Issue
Block a user