summaryrefslogtreecommitdiffstats
path: root/dovetail/conf/functest_config.yml
diff options
context:
space:
mode:
Diffstat (limited to 'dovetail/conf/functest_config.yml')
-rw-r--r--dovetail/conf/functest_config.yml18
1 files changed, 0 insertions, 18 deletions
diff --git a/dovetail/conf/functest_config.yml b/dovetail/conf/functest_config.yml
deleted file mode 100644
index 896aeb95..00000000
--- a/dovetail/conf/functest_config.yml
+++ /dev/null
@@ -1,18 +0,0 @@
----
-functest:
- image_name: opnfv/functest-restapi
- docker_tag: euphrates
- opts: '-id --privileged=true'
- config:
- dir: '/home/opnfv/userconfig'
- pre_condition:
- - 'echo test for precondition in functest'
- cmds:
- - 'functest env prepare'
- - 'functest testcase run {{validate_testcase}} -r'
- post_condition:
- - 'echo test for postcondition in functest'
- result:
- dir: '/home/opnfv/functest/results'
- file_path: 'functest_results.txt'
- openrc: '/home/opnfv/functest/conf/openstack.creds'