~sylvain-pineau/checkbox-ng:no_hide_if_chunked_io

Last commit made on 2016-10-20
Get this branch:
git clone -b no_hide_if_chunked_io https://git.launchpad.net/~sylvain-pineau/checkbox-ng
Only Sylvain Pineau can upload to this branch. If you are Sylvain Pineau please log in for upload directions.

Branch merges

Branch information

Name:
no_hide_if_chunked_io
Repository:
lp:~sylvain-pineau/checkbox-ng

Recent commits

5f84fcc... by Sylvain Pineau

Don't hide cmd output if use-chunked-io job flag is set

As the flag means that the command will prompt the user on the cmdline.
E.g plainbox-manifest-collect

e098fd8... by PMR <pmr@pmr-lander>

Merge #308334 from ~kissiel/checkbox-ng:add-run-and-list-subcmds

8a362f5... by Maciej Kisielewski

launcher: print stage headers

like === [Results] ===,
and be more informative where the reports go

Signed-off-by: Maciej Kisielewski <email address hidden>

bffb4d8... by Maciej Kisielewski

docs: descibe new subcommands in the documentation

Signed-off-by: Maciej Kisielewski <email address hidden>

07cf385... by Maciej Kisielewski

launcher: add options to checkbox-cli run

Signed-off-by: Maciej Kisielewski <email address hidden>

6c865f6... by Maciej Kisielewski

launcher:subcommands: add `list` subcommand

That behaves just the same as `plainbox dev list` one except the output is not
fed to pager by default.

Signed-off-by: Maciej Kisielewski <email address hidden>

9b34938... by Maciej Kisielewski

launcher:subcommands: implement run with matchers

Signed-off-by: Maciej Kisielewski <email address hidden>

2c18613... by Maciej Kisielewski

launcher:subcommands: add run command (test plan implementation)

This new `run` subcommand accepts arbitrary number of patterns for jobs to run.
If there's only one pattern, and it's an exact match for an existing test plan
id, this test plan will be run.

Example:

$ checkbox-cli run 2013.com.canonical.certification::smoke

Additionally it supports one option:

--non-interactive skip tests that require interactivity

Signed-off-by: Maciej Kisielewski <email address hidden>

0d09a6a... by Maciej Kisielewski

launcher:stages: add is_interactive property to MainLoopStage

Signed-off-by: Maciej Kisielewski <email address hidden>

d5145b1... by PMR <pmr@pmr-lander>

Merge #308862 from ~kissiel/checkbox-ng:fix-silent-secure-id