summaryrefslogtreecommitdiffstats
path: root/dovetail/conf/functest_config.yml
blob: 896aeb952bb94f7514f4b750ab4f5b0edc0a345c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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'