diff --git a/tests/ci/pre-test-hook.sh b/tests/ci/pre-test-hook.sh index 09eb3fb..2674b21 100755 --- a/tests/ci/pre-test-hook.sh +++ b/tests/ci/pre-test-hook.sh @@ -1,7 +1,4 @@ #!/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 +echo "hello, pre-test-hook" diff --git a/tests/ci/scalpels-ci.sh b/tests/ci/scalpels-ci.sh index 074d3c1..1be1aba 100755 --- a/tests/ci/scalpels-ci.sh +++ b/tests/ci/scalpels-ci.sh @@ -1,4 +1,4 @@ #!/bin/bash # Author: Kun Huang -echo "Hello, World!!" +echo "Hello, scalpels ci"