From ca31970085133cb8b40ec0990eff0ae929d90e90 Mon Sep 17 00:00:00 2001 From: Manuel Buil Date: Mon, 29 Jan 2018 16:23:38 +0100 Subject: 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 --- xci/playbooks/roles/run-functest/templates/env.j2 | 1 + 1 file changed, 1 insertion(+) (limited to 'xci') 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 -- cgit 1.2.3-korg