summaryrefslogtreecommitdiffstats
path: root/xci/playbooks/roles/run-functest/templates
diff options
context:
space:
mode:
Diffstat (limited to 'xci/playbooks/roles/run-functest/templates')
-rw-r--r--xci/playbooks/roles/run-functest/templates/env.j21
-rw-r--r--xci/playbooks/roles/run-functest/templates/run-functest.sh.j22
2 files changed, 2 insertions, 1 deletions
diff --git a/xci/playbooks/roles/run-functest/templates/env.j2 b/xci/playbooks/roles/run-functest/templates/env.j2
index 87093325..edf4872a 100644
--- a/xci/playbooks/roles/run-functest/templates/env.j2
+++ b/xci/playbooks/roles/run-functest/templates/env.j2
@@ -2,3 +2,4 @@ INSTALLER_TYPE=osa
INSTALLER_IP=192.168.122.2
EXTERNAL_NETWORK={{ external_network }}
DEPLOY_SCENARIO="os-nosdn-nofeature-noha"
+TEST_DB_URL=http://testresults.opnfv.org/test/api/v1/results
diff --git a/xci/playbooks/roles/run-functest/templates/run-functest.sh.j2 b/xci/playbooks/roles/run-functest/templates/run-functest.sh.j2
index 071dbca4..00892ed1 100644
--- a/xci/playbooks/roles/run-functest/templates/run-functest.sh.j2
+++ b/xci/playbooks/roles/run-functest/templates/run-functest.sh.j2
@@ -14,6 +14,6 @@ openstack --insecure subnet create --network {{ external_network }} \
mkdir ~/images && cd ~/images && wget http://download.cirros-cloud.net/0.4.0/cirros-0.4.0-x86_64-disk.img && cd ~
sudo docker run --env-file env \
- -v $(pwd)/openrc:/home/opnfv/functest/conf/openstack.creds \
+ -v $(pwd)/openrc:/home/opnfv/functest/conf/env_file \
-v $(pwd)/images:/home/opnfv/functest/images \
opnfv/functest-healthcheck