diff options
author | Fatih Degirmenci <fdegir@gmail.com> | 2018-02-01 16:34:20 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-02-01 16:34:20 +0000 |
commit | 1d775691155069aa730e671a285e6f25ce37cef1 (patch) | |
tree | 6aea3af384c740bdcfd90e83df7f7d1c415d4f6f /xci/playbooks | |
parent | 37082b6661e778b9faa9190f26df31538faa9680 (diff) | |
parent | ca31970085133cb8b40ec0990eff0ae929d90e90 (diff) |
Merge "Adapt to change in functest"
Diffstat (limited to 'xci/playbooks')
-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 |