summaryrefslogtreecommitdiffstats
path: root/dovetail/conf/cmd_config.yml
blob: c0da5113758cf6097979d189955d5a75f827163c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
---
cli:
  arguments:
    config:
      # This is a simple example of arguments.
      # Dovetail has no need of this kind of parameters currently.
      # The arguments must be given orderly at the run-time.
      #
      # docker_tag:
      #   flags: 'docker_tag'
      #   path:
      #     - 'functest/docker_tag'
      #     - 'yardstick/docker_tag'
    control:

  options:
    config:
      yard_tag:
        flags:
          - '--yard_tag'
          - '-y'
        path:
          - 'yardstick/docker_tag'
        help: 'Overwrite tag for yardstick docker container (e.g. stable or latest)'
      func_tag:
        flags:
          - '--func_tag'
          - '-f'
        path:
          - 'functest/docker_tag'
        help: 'Overwrite tag for functest docker container (e.g. stable or latest)'
      openrc:
        flags:
          - '--openrc'
          - '-o'
        path:
          - 'openrc'
        help: 'Openstack Credential file location'
    control:
      testsuite:
        flags:
          - '--testsuite'
        default: 'compliance_set'
        help: 'compliance testsuite.'
      testarea:
        flags:
          - '--testarea'
        default: 'full'
        help: 'compliance testarea within testsuite'
      debug:
        flags:
          - '--debug'
          - '-d'
        is_flag: 'True'
        help: 'Flag for showing debug log on screen.'
      report:
        flags:
          - '--report'
          - '-r'
        help: 'push results to DB (e.g. --report http://192.168.135.2:8000/api/v1)'