summaryrefslogtreecommitdiffstats
path: root/etc/conf/functest_config.yml
diff options
context:
space:
mode:
Diffstat (limited to 'etc/conf/functest_config.yml')
-rw-r--r--etc/conf/functest_config.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/conf/functest_config.yml b/etc/conf/functest_config.yml
index e34fa60f..e5f21a9c 100644
--- a/etc/conf/functest_config.yml
+++ b/etc/conf/functest_config.yml
@@ -3,11 +3,13 @@ functest:
image_name: opnfv/functest-restapi
docker_tag: euphrates
opts: '-id --privileged=true'
+ envs: '-e INSTALLER_TYPE=unknown -e DEPLOY_SCENARIO=unknown -e NODE_NAME=unknown
+ -e TEST_DB_URL=file:///home/opnfv/functest/results/functest_results.txt'
config:
dir: '/home/opnfv/userconfig'
images: '/home/opnfv/functest/images'
pre_condition:
- - 'echo test for precondition in functest'
+ - 'cp /home/opnfv/userconfig/pre_config/testcases.yaml /usr/lib/python2.7/site-packages/functest/ci/testcases.yaml'
cmds:
- 'functest env prepare'
- 'functest testcase run {{validate_testcase}} -r'