diff --git a/tests/ci/pre-test-hook.sh b/tests/ci/pre-test-hook.sh new file mode 100755 index 0000000..09eb3fb --- /dev/null +++ b/tests/ci/pre-test-hook.sh @@ -0,0 +1,7 @@ +#!/bin/bash +# Author: Kun Huang + +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