cli: arguments: envs: # 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' non-envs: options: envs: SUT_TYPE: flags: - '--SUT_TYPE' - '-t' help: 'Installer type of the system under test (SUT).' SUT_IP: flags: - '--SUT_IP' - '-i' help: 'IP of the system under test (SUT).' DEPLOY_SCENARIO: flags: - '--DEPLOY_SCENARIO' - '-S' help: 'DEPLOY_SCENARIO of the system under test (SUT).' DEPLOY_TYPE: flags: - '--DEPLOY_TYPE' - '-T' help: 'DEPLOY_TYPE of the system under test (SUT).' DEBUG: flags: - '--DEBUG' - '-d' help: 'DEBUG for showing debug log.' non-envs: testsuite: flags: - '--testsuite' default: 'compliance_set' help: 'compliance testsuite.' testarea: flags: - '--testarea' default: 'full' help: 'compliance testarea within testsuite' tag: flags: - '--tag' - '-o' help: 'Overwrite tags for each docker container (e.g. "functest:stable,yardstick:latest")'