summaryrefslogtreecommitdiffstats
path: root/xci
diff options
context:
space:
mode:
authorMarkos Chandras <mchandras@suse.de>2017-10-02 13:03:40 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-10-02 13:03:40 +0000
commit0fe2124a02eac70a586c5dc1fea693345be59585 (patch)
treed15db1d2cbac977d8297f1a192ad1f5a3399721a /xci
parent869ae6cb904098b53da9bba010b1a9c95749c05d (diff)
parent2e84f1f7b30ed9e3fd6a8cfda1882250d59b4f04 (diff)
Merge "xci: scripts: start-new-vm.sh: Fix default test case"
Diffstat (limited to 'xci')
-rwxr-xr-xxci/scripts/vm/start-new-vm.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/xci/scripts/vm/start-new-vm.sh b/xci/scripts/vm/start-new-vm.sh
index 65133edc..45ece743 100755
--- a/xci/scripts/vm/start-new-vm.sh
+++ b/xci/scripts/vm/start-new-vm.sh
@@ -198,7 +198,8 @@ if [[ $? != 0 ]]; then
echo "Creating a default test case to run xci-deploy.sh"
cat > ${BASE_PATH}/run_jenkins_test.sh <<EOF
#!/bin/bash
-cd releng-xci/xci
+export XCI_FLAVOR=mini
+cd ~/releng-xci/xci
./xci-deploy.sh
EOF
# Copy again