fix ci scripts

Change-Id: I1c32740e58ba9801a9adbe7af8b5d4ff09d1193b
This commit is contained in:
Kun Huang 2015-10-25 15:33:37 +08:00
parent 4d0f565cd7
commit d174ffb75a
2 changed files with 2 additions and 5 deletions

View File

@ -1,7 +1,4 @@
#!/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
echo "hello, pre-test-hook"

View File

@ -1,4 +1,4 @@
#!/bin/bash
# Author: Kun Huang <academicgareth@gmail.com>
echo "Hello, World!!"
echo "Hello, scalpels ci"