Re: [Fuego] Test request rejection or execution based on board availability
<[email protected]> Fri, 14 May 2021 23:06:29 +0000
| Newsgroups | dev.linux.lists.fuego |
|---|---|
| Message-ID | <BYAPR13MB2503AE69C1B34508C318CA7AFD509@BYAPR13MB2503.namprd13.prod.outlook.com> |
Ok - I'm an idiot.
Please ignore the bit mentioned below.
-- Tim
> -----Original Message-----
...
> > +"get-board": ("retrieve the board information from <board>.json file",
> > + """Usage: ftc get-board <board> [<field1> <field2>...]
> > +
> > +Get the one or more(or all) board fields from the server
> > +Allowed fields are: [status, description, information]
> > +
> > +Here are some examples:
> > + $ ftc get-board docker ----- prints all the fields.
> > + $ ftc get-board docker status ----- prints only status field.
> > + $ ftc get-board docker status information ----- prints both status and information fields.
> > + $ ftc get-board docker status information description ----- prints the status,information and description fields.
> > +"""),
...
> You should add usage help for the get-board command also.
>
You already did this above. Sorry for the noise in my feedback.
-- Tim