diff options
author | Manuel Buil <mbuil@suse.com> | 2018-01-29 16:23:38 +0100 |
---|---|---|
committer | Manuel Buil <mbuil@suse.com> | 2018-01-29 16:23:38 +0100 |
commit | ca31970085133cb8b40ec0990eff0ae929d90e90 (patch) | |
tree | 9fe410d4ef4070fc8f4d12dff1c7a813aa894189 /xci/playbooks/roles/run-functest/templates | |
parent | f3f08ae0fd69b26cac46351599b434c3312351bd (diff) |
Adapt to change in functest
Functest requires to read the variable TEST_DB_URL from the env. variables:
https://gerrit.opnfv.org/gerrit/#/c/49757/
Change-Id: Idbfc2df989f5b2a8e6ddd2d9a9a70526dd9bf1f4
Signed-off-by: Manuel Buil <mbuil@suse.com>
Diffstat (limited to 'xci/playbooks/roles/run-functest/templates')
-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 |