From d4f1368f899ddefc0cdfa7e7d84226d3fe3615b4 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sat, 10 Feb 2018 13:04:00 +0100 Subject: Export CI_LOOP as expected by Functest MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CI_LOOP is hardcoded to daily (the common default value) [1]. [1] https://gerrit.opnfv.org/gerrit/#/c/51981/ Change-Id: I15f5d41f7f10a5c8fddcc4a4d303552ef45c5fb2 Signed-off-by: Cédric Ollivier --- xci/playbooks/roles/run-functest/templates/env.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/xci/playbooks/roles/run-functest/templates/env.j2 b/xci/playbooks/roles/run-functest/templates/env.j2 index b8b560d2..43a581bd 100644 --- a/xci/playbooks/roles/run-functest/templates/env.j2 +++ b/xci/playbooks/roles/run-functest/templates/env.j2 @@ -2,5 +2,6 @@ INSTALLER_TYPE=osa INSTALLER_IP=192.168.122.2 EXTERNAL_NETWORK={{ external_network }} DEPLOY_SCENARIO="os-nosdn-nofeature-noha" +CI_LOOP=daily TEST_DB_URL=http://testresults.opnfv.org/test/api/v1/results ENERGY_RECORDER_API_URL=http://energy.opnfv.fr/resources -- cgit 1.2.3-korg