summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dovetail/conf/functest_config.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/dovetail/conf/functest_config.yml b/dovetail/conf/functest_config.yml
index ef2b7fb8..d32fe87f 100644
--- a/dovetail/conf/functest_config.yml
+++ b/dovetail/conf/functest_config.yml
@@ -10,8 +10,8 @@ functest:
- 'echo test for precondition'
testcase:
cmds:
- - 'python /home/opnfv/repos/functest/ci/prepare_env.py start'
- - 'python /home/opnfv/repos/functest/ci/run_tests.py -t {{script_testcase}} -r'
+ - 'functest env prepare'
+ - 'functest testcase run {{script_testcase}}'
post_condition:
cmds:
- ''