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).' CON_DEBUG: flags: - '--CON_DEBUG' - '-c' path: - 'functest/envs' - 'yardstick/envs' help: 'True for showing debug log in functest/yardstick container.' 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)' control: testsuite: flags: - '--testsuite' default: 'compliance_set' help: 'compliance testsuite.' testarea: flags: - '--testarea' default: 'full' help: 'compliance testarea within testsuite' debug: flags: - '--debug' - '-d' help: 'True for showing debug log in screen.'