diff options
Diffstat (limited to 'etc/conf/functest_config.yml')
-rw-r--r-- | etc/conf/functest_config.yml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/etc/conf/functest_config.yml b/etc/conf/functest_config.yml new file mode 100644 index 00000000..896aeb95 --- /dev/null +++ b/etc/conf/functest_config.yml @@ -0,0 +1,18 @@ +--- +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' |