summaryrefslogtreecommitdiffstats
path: root/dovetail/conf/bottlenecks_config.yml
blob: 43df8c55c5da92e651b7493416a68c46d5f54f77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
bottlenecks:
  image_name: opnfv/bottlenecks
  docker_tag: cvp.0.4.0
  opts: '-id --privileged=true'
  config:
    dir: '/home/opnfv/userconfig'
  pre_condition:
    - 'echo test for precondition in bottlenecks'
  cmds:
    - '/home/opnfv/bottlenecks/run_tests.sh -c {{validate_testcase}}'
  post_condition:
    - 'echo test for postcondition in bottlenecks'
  result:
    dir: '/tmp'
    file_path: 'bottlenecks.log'
  openrc: '/tmp/admin_rc.sh'
  extra_container:
    - 'Bottlenecks-Yardstick'
    - 'Bottlenecks-ELK'