diff options
author | Markos Chandras <mchandras@suse.de> | 2017-10-02 13:03:40 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-10-02 13:03:40 +0000 |
commit | 0fe2124a02eac70a586c5dc1fea693345be59585 (patch) | |
tree | d15db1d2cbac977d8297f1a192ad1f5a3399721a /xci | |
parent | 869ae6cb904098b53da9bba010b1a9c95749c05d (diff) | |
parent | 2e84f1f7b30ed9e3fd6a8cfda1882250d59b4f04 (diff) |
Merge "xci: scripts: start-new-vm.sh: Fix default test case"
Diffstat (limited to 'xci')
-rwxr-xr-x | xci/scripts/vm/start-new-vm.sh | 3 |
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 |