summaryrefslogtreecommitdiffstats
path: root/dovetail/conf/cmd_config.yml
blob: 12c59354f4500c1f055b00614daade7601cb520d (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
61
62
63
64
65
66
67
68
69
70
71
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:
      SUT_TYPE:
        flags:
          - '--SUT_TYPE'
          - '-t'
        path:
          - 'functest/envs'
          - 'yardstick/envs'
        help: 'Installer type of the system under test (SUT).'
      SUT_IP:
        flags:
          - '--SUT_IP'
          - '-i'
        path:
          - 'functest/envs'
          - 'yardstick/envs'
        help: 'IP of the system under test (SUT).'
      debug:
        flags:
          - '--debug'
          - '-d'
        path:
          - 'functest/envs'
          - 'yardstick/envs'
        help: 'True for showing debug log on screen.'
      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)'
      creds:
        flags:
          - '--creds'
        path:
          - 'creds'
        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'