dovetail tool: Cleanup functest_conf.yml 39/23739/2
authorzshi <zshi@redhat.com>
Fri, 28 Oct 2016 04:57:46 +0000 (12:57 +0800)
committerzshi <zshi@redhat.com>
Fri, 28 Oct 2016 07:00:40 +0000 (15:00 +0800)
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>
dovetail/conf/functest_config.yml

index cd33dc5..ef2b7fb 100644 (file)
@@ -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'