summaryrefslogtreecommitdiffstats
path: root/jjb/xci/xci-daily-jobs.yaml
diff options
context:
space:
mode:
authorFatih Degirmenci <fdegir@gmail.com>2018-09-03 11:46:15 +0200
committerFatih Degirmenci <fdegir@gmail.com>2018-09-03 14:23:23 +0200
commit4f9c2dd1172ae6f87e607f4bf8c6d63803b1db19 (patch)
tree1711c8a8f0a6dce316c459cf2f46e04a78692791 /jjb/xci/xci-daily-jobs.yaml
parentcad73d7ba7dffe634c389f9c8eaea9a97ba9b58d (diff)
xci: Execute prepare-tests.sh to prepare OPNFV VM
It also fixes the results directory where Functest log is cat from. Change-Id: I3d8ea06d3741c70108cdb1c7f040969dbacf79a5 Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
Diffstat (limited to 'jjb/xci/xci-daily-jobs.yaml')
-rw-r--r--jjb/xci/xci-daily-jobs.yaml5
1 files changed, 2 insertions, 3 deletions
diff --git a/jjb/xci/xci-daily-jobs.yaml b/jjb/xci/xci-daily-jobs.yaml
index bfc68e20d..07f02d198 100644
--- a/jjb/xci/xci-daily-jobs.yaml
+++ b/jjb/xci/xci-daily-jobs.yaml
@@ -311,7 +311,7 @@
cd $WORKSPACE/xci && ./xci-deploy.sh
- echo "Prepare OPNFV VM for Functest"
+ echo "Prepare OPNFV VM for Tests"
echo "---------------------------------------------------------------------------------"
export XCI_PATH=$WORKSPACE
export XCI_VENV=${XCI_PATH}/venv
@@ -321,8 +321,7 @@
echo $var
done < ${XCI_PATH}/.cache/xci.env && cd ${XCI_PATH}/xci && \
ansible-playbook -i playbooks/dynamic_inventory.py playbooks/prepare-tests.yml
-
- echo "Run Functest"
+ ssh root@192.168.122.2 "/root/prepare-tests.sh"
echo "---------------------------------------------------------------------------------"
- builder: