summaryrefslogtreecommitdiffstats
path: root/etc/conf/functest_config.yml
blob: 0251b7328d83c1b1f8667dfaaedcfd2ca3d47efe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
functest:
  image_name: opnfv/functest-smoke
  docker_tag: fraser
  opts: '-id --privileged=true'
  envs: '-e INSTALLER_TYPE=unknown -e DEPLOY_SCENARIO=unknown -e NODE_NAME=unknown
         -e TEST_DB_URL=file:///home/opnfv/functest/results/functest_results.txt'
  config:
    dir: '/home/opnfv/userconfig'
    images: '/home/opnfv/functest/images'
  pre_condition:
    - 'cp /home/opnfv/userconfig/pre_config/testcases.yaml /usr/lib/python2.7/site-packages/xtesting/ci/testcases.yaml'
  cmds:
    - 'run_tests -t {{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/env_file'