Lines Matching refs:action

33         self.parser.add_argument('-m', action='store', type=str,
36 self.parser.add_argument('-M', action='store', type=str,
39 self.parser.add_argument('-c', action='store_true',
42 self.parser.add_argument('-s', action='store_true',
45 self.parser.add_argument('-r', action='store', type=str,
48 self.parser.add_argument('-l', action='store', type=str,
51 self.parser.add_argument('-G', action='store', type=str,
54 self.parser.add_argument('-u', action='store', type=str,
58 self.parser.add_argument('-P', action='store', type=str,
64 self.parser.add_argument('--execution-tag', action='store',
69 self.parser.add_argument('-i', action='store_true',
73 self.parser.add_argument('-I', action='store_true',
77 self.parser.add_argument('-v', action='store_true',
80 self.parser.add_argument('-R', action='store_true',
83 self.parser.add_argument('-C', '--cleanup', action='store_true',
86 self.parser.add_argument('--provision', action='store_true',
89 self.parser.add_argument('--job-labels', action='store',
91 self.parser.add_argument('-T', '--reset', action='store_true',
95 self.parser.add_argument('-n', action='store_true',
98 self.parser.add_argument('-N', action='store_true',
101 self.parser.add_argument('--verbose', action='store_true',
104 self.parser.add_argument('--no_console_prefix', action='store_true',
107 self.parser.add_argument('-p', '--write-pidfile', action='store_true',
111 self.parser.add_argument('--pidfile-label', action='store',
117 self.parser.add_argument('--use-existing-results', action='store_true',
122 self.parser.add_argument('--ssh-user', action='store',
125 self.parser.add_argument('--ssh-port', action='store',
129 self.parser.add_argument('--ssh-pass', action='store',
134 self.parser.add_argument('--install-in-tmpdir', action='store_true',
138 self.parser.add_argument('--collect-crashinfo', action='store_true',
141 self.parser.add_argument('--control-filename', action='store',
145 self.parser.add_argument('--test-retry', action='store',
149 self.parser.add_argument('--verify_job_repo_url', action='store_true',
153 self.parser.add_argument('--no_collect_crashinfo', action='store_true',
157 self.parser.add_argument('--disable_sysinfo', action='store_true',
161 self.parser.add_argument('--ssh_verbosity', action='store',
167 self.parser.add_argument('--ssh_options', action='store',
171 self.parser.add_argument('--require-ssp', action='store_true',
175 self.parser.add_argument('--warn-no-ssp', action='store_true',
182 self.parser.add_argument('--no_use_packaging', action='store_true',
186 self.parser.add_argument('--test_source_build', action='store',
193 self.parser.add_argument('--parent_job_id', action='store',
198 self.parser.add_argument('--image', action='store', type=str,
205 self.parser.add_argument('--host_attributes', action='store',
212 self.parser.add_argument('--lab', action='store', type=str,