diff options
author | zshi <zshi@redhat.com> | 2016-10-28 12:57:46 +0800 |
---|---|---|
committer | zshi <zshi@redhat.com> | 2016-10-28 15:00:40 +0800 |
commit | 2c4bbc4d5be7b9d43a4cc9c9f15b0649e156a4a5 (patch) | |
tree | 5ea4c136f43e759e47dbb0c7b5df2e7bd3d974d2 | |
parent | bb5d6a119196dcfeabf141cca23b6495fc5e386e (diff) |
dovetail tool: Cleanup functest_conf.yml
JIRA: DOVETAIL-43
JIRA: DOVETAIL-44
1) remove result_dir
2) remove pre_cmd, exec_cmd, post_cmd
Change-Id: Iea8173026b1f467011a40c6954581f25cd5e1912
Signed-off-by: zshi <zshi@redhat.com>
-rw-r--r-- | dovetail/conf/functest_config.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/dovetail/conf/functest_config.yml b/dovetail/conf/functest_config.yml index cd33dc59..ef2b7fb8 100644 --- a/dovetail/conf/functest_config.yml +++ b/dovetail/conf/functest_config.yml @@ -5,14 +5,10 @@ functest: -e NODE_NAME=dovetail-pod -e DEPLOY_SCENARIO=ha_nosdn -e BUILD_TAG=dovetail -e CI_DEBUG=true -e DEPLOY_TYPE=baremetal' opts: '-id --privileged=true' - result_dir: '/home/opnfv/functest/results' pre_condition: cmds: - 'echo test for precondition' testcase: - pre_cmd: 'python /home/opnfv/repos/functest/ci/prepare_env.py start' - exec_cmd: 'python /home/opnfv/repos/functest/ci/run_tests.py -t {{script_testcase}} -r' - post_cmd: '' cmds: - 'python /home/opnfv/repos/functest/ci/prepare_env.py start' - 'python /home/opnfv/repos/functest/ci/run_tests.py -t {{script_testcase}} -r' |