diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-02-10 13:04:00 +0100 |
---|---|---|
committer | Fatih Degirmenci <fdegir@gmail.com> | 2018-02-25 09:54:10 +0000 |
commit | d4f1368f899ddefc0cdfa7e7d84226d3fe3615b4 (patch) | |
tree | 68a8cb0a9e72f1ec3a16dd5fcd006b6fe739f652 /xci/playbooks/roles/run-functest/templates | |
parent | 00c7f1c80b31378ac2e2e33b9c28294ce08ac8ed (diff) |
Export CI_LOOP as expected by Functest
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 <cedric.ollivier@orange.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 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 |