diff options
author | hongbo tian <hongbo.tianhongbo@huawei.com> | 2016-11-03 07:40:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-11-03 07:40:04 +0000 |
commit | e6ca6809ca85946a1e5c7d07687c2fdc98977abb (patch) | |
tree | 71196b978b40ce481d8ca0b9400038e111e622c0 | |
parent | c1ba7e767e022cc3491dd3590f38f440edb2e637 (diff) | |
parent | 2c4bbc4d5be7b9d43a4cc9c9f15b0649e156a4a5 (diff) |
Merge "dovetail tool: Cleanup functest_conf.yml"
-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' |