Currently the create help cli option does not mention
the syntax n*label, where n is the number of required
machines and label is any arbitrary label is supported.

So, let's just clarify that on the cmdline options:

cli/atest job create help
...
  -m MACHINE, --machine=MACHINE
                        List of machines to run on (hostnames or n*label)

Signed-off-by: Lucas Meneghel Rodrigues <[email protected]>
---
 cli/job.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cli/job.py b/cli/job.py
index 8580dc7..1e2ae94 100644
--- a/cli/job.py
+++ b/cli/job.py
@@ -264,7 +264,7 @@ class job_create_or_clone(action_common.atest_create, job):
                                help='Comma separated list of labels '
                                'to get machine list from.', default='')
         self.parser.add_option('-m', '--machine', help='List of machines to '
-                               'run on')
+                               'run on (hostnames or n*label)')
         self.parser.add_option('-M', '--mlist',
                                help='File listing machines to use',
                                type='string', metavar='MACHINE_FLIST')
-- 
1.7.7.3

_______________________________________________
Autotest mailing list
[email protected]
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest

Reply via email to