From a7b6447955d16ef73189d31ed8fb7442f11091be Mon Sep 17 00:00:00 2001 From: MatthewLi Date: Mon, 10 Apr 2017 23:15:39 -0400 Subject: refstack: add manually method to let user can set its tempest.conf and defcore.txt JIRA: DOVETAIL-394 for refstack, userguide is listed in https://gerrit.opnfv.org/gerrit/#/c/33049/ in CI, use the automate way to generate tempest.conf to let refstack run against SUT, i.e., defcore.tc001.yml will provide a way to let user can let refstack run against SUT manually, i.e. defcore.tc002.yml since the tempest.conf autometely generated may not satisfied with SUT, users can adjust its tempest.conf to let the defcore testcases pass. Change-Id: I5ed212c9c6d864d352d1c497ea039cc553461158 Signed-off-by: MatthewLi --- dovetail/conf/functest_config.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dovetail/conf/functest_config.yml') diff --git a/dovetail/conf/functest_config.yml b/dovetail/conf/functest_config.yml index f636c204..5b215550 100644 --- a/dovetail/conf/functest_config.yml +++ b/dovetail/conf/functest_config.yml @@ -3,6 +3,8 @@ functest: image_name: opnfv/functest docker_tag: latest opts: '-id --privileged=true' + config: + dir: '/home/opnfv/userconfig' pre_condition: - 'echo test for precondition in functest' cmds: -- cgit 1.2.3-korg