summaryrefslogtreecommitdiffstats
path: root/dovetail/conf/yardstick_config.yml
blob: e9a674a9e91b63858647124694b82d6737da2e50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
yardstick:
  image_name: opnfv/yardstick
  docker_tag: latest
  opts: '-id --privileged=true'
  pre_condition:
    - 'cd /home/opnfv/repos/yardstick && source tests/ci/prepare_env.sh &&
         source tests/ci/clean_images.sh && cleanup'
    - 'cd /home/opnfv/repos/yardstick && source tests/ci/prepare_env.sh &&
         source tests/ci/load_images.sh'
  cmds:
    - 'mkdir -p /home/opnfv/yardstick/results/'
    - 'cd /home/opnfv/repos/yardstick && source tests/ci/prepare_env.sh &&
         yardstick -d task start tests/opnfv/test_cases/{{validate_testcase}}.yaml
         --output-file /home/opnfv/yardstick/results/{{validate_testcase}}.out'
  post_condition:
    - ''
  result:
    dir: '/home/opnfv/yardstick/results'
    log: '/tmp/yardstick'
    file_path: 'yardstick.log'
  openrc: '/etc/yardstick/openstack.creds'