summaryrefslogtreecommitdiffstats
path: root/dovetail/conf/functest_config.yml
blob: c65504e22aff5e4cab86a3f02fbec6c95a91893b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
functest:
  image_name: opnfv/functest
  docker_tag: latest
  opts: '-id --privileged=true'
  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'
    store_type: 'file'
    file_path: 'dump.txt'
    tp_path: 'tempest/tempest.log'
  openrc: '/home/opnfv/functest/conf/openstack.creds'