summaryrefslogtreecommitdiffstats
path: root/etc/conf
diff options
context:
space:
mode:
authorxudan <xudan16@huawei.com>2018-03-27 03:12:57 -0400
committerGeorg Kunz <georg.kunz@ericsson.com>2018-04-04 14:16:59 +0000
commit8b13de4224400f8c2d1f4eb12aedb122c24cf86f (patch)
tree7605924c737e1d432cb7aa946b438be9b51a385b /etc/conf
parent698cd3f4246c4e472c306fcad57d8d7b6431333f (diff)
Decoupling Functest Docker config items from source code
There are some special Docker setting item when creating Functest Containers. 1. Remove the extra settings which are required by Functest Danube. 2. Remove the settings for pushing results to DB because Dovetail plans to disable this function. 3. Move the other special Functest settings to config files. JIRA: DOVETAIL-639 Change-Id: Ibc4090b5c0aafdf9ed64e65a9a92e34a12a16df5 Signed-off-by: xudan <xudan16@huawei.com>
Diffstat (limited to 'etc/conf')
-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'