blob: e34fa60f4411c7ea3cfac4d67b1bb079706e9a2b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
---
functest:
image_name: opnfv/functest-restapi
docker_tag: euphrates
opts: '-id --privileged=true'
config:
dir: '/home/opnfv/userconfig'
images: '/home/opnfv/functest/images'
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'
|