diff options
Diffstat (limited to 'xci')
-rw-r--r-- | xci/playbooks/roles/run-functest/templates/env.j2 | 1 |
1 files changed, 1 insertions, 0 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 |