summaryrefslogtreecommitdiffstats
path: root/jjb/xci/xci-daily-jobs.yaml
diff options
context:
space:
mode:
authorManuel Buil <mbuil@suse.com>2018-10-05 09:24:33 +0200
committerManuel Buil <mbuil@suse.com>2018-10-05 09:26:55 +0200
commitb15d00f631f3dad1f9c51ba61a28e8cff5a7f87f (patch)
tree3063f14e79e7aaad81be57f76a2ddc422329b0c1 /jjb/xci/xci-daily-jobs.yaml
parent54f42524a0507f819df7cab9b1c4832c967c1411 (diff)
[XCI] Add inventory to run prepare-tests.yml
To pass functest healthcheck test in odl scenarios, some odl variables must be fetched. To do so, we require to know where opendaylight is deployed and that we can know using the dynamic_inventory.py file in OSA This is needed for this patch: https://gerrit.opnfv.org/gerrit/#/c/63175/ Change-Id: I04643ce93078bad53838e4d4e611f7684d4bd314 Signed-off-by: Manuel Buil <mbuil@suse.com>
Diffstat (limited to 'jjb/xci/xci-daily-jobs.yaml')
-rw-r--r--jjb/xci/xci-daily-jobs.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/jjb/xci/xci-daily-jobs.yaml b/jjb/xci/xci-daily-jobs.yaml
index fcd4465cb..120c57e98 100644
--- a/jjb/xci/xci-daily-jobs.yaml
+++ b/jjb/xci/xci-daily-jobs.yaml
@@ -337,7 +337,9 @@
declare -x "\${var}" 2>/dev/null
echo $var
done < ${XCI_PATH}/.cache/xci.env && cd ${XCI_PATH}/xci && \
- ansible-playbook -i playbooks/dynamic_inventory.py playbooks/prepare-tests.yml
+ ansible-playbook -i playbooks/dynamic_inventory.py \
+ -i /root/releng-xci/.cache/repos/openstack-ansible/inventory/dynamic_inventory.py \
+ playbooks/prepare-tests.yml
ssh root@192.168.122.2 "/root/prepare-tests.sh"
echo "---------------------------------------------------------------------------------"