lp:~sylvain-pineau/checkbox/testplan-cli-launchers

Created by Sylvain Pineau and last modified
Get this branch:
bzr branch lp:~sylvain-pineau/checkbox/testplan-cli-launchers
Only Sylvain Pineau can upload to this branch. If you are Sylvain Pineau please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Sylvain Pineau
Project:
Checkbox
Status:
Merged

Recent revisions

3610. By Sylvain Pineau

checkbox-ng:commands:newcli: Rename the _whitelists property to _qualifier_list

For clarity the following property and methods have been renamed:

_whitelists property -> _qualifier_list
maybe_interactively_select_whitelists() -> maybe_interactively_select_testplans()
select_whitelist() -> select_qualifier_list()

3609. By Sylvain Pineau

checkbox-ng:commands:newcli: Add the certification-status option to exporters

Both HTML and XLSX exporters now includes certification status information

3608. By Sylvain Pineau

checkbox-ng:commands:newcli: Remove unused import

from plainbox.impl.applogic import get_whitelist_by_name
from plainbox.impl.secure.qualifiers import WhiteList

3607. By Sylvain Pineau

checkbox-ng:commands:newcli: Add get_interactively_picked_testplans()

This method replaces get_interactively_picked_whitelists() and returns
testplan qualifiers. The self.launcher.whitelist_filter lookup is
performed on test plans partial_id.

3606. By Sylvain Pineau

checkbox-ng:commands:newcli: Add get_default_testplans()

This method replaces get_default_whitelists() and returns testplan qualifiers.
The self.launcher.whitelist_selection lookup is performed on test plans
partial_id.

3605. By Sylvain Pineau

checkbox-ng:commands:newcli: call the interactive suite selection if there's no preselection

Call only maybe_interactively_select_whitelists() when there's no preselection
(either by config file, launcher settings or command line options)

3604. By Sylvain Pineau

checkbox-ng:commands:newcli: Use the select_jobs() method to process qualifiers

The previous implementation was bogus as it didn't process the local qualifier,
required to get the categories.

3603. By Sylvain Pineau

checkbox-ng:commands:newcli: Add select_testplan() method to parse the -T option

Added a dedicated method to process the testplan command line option as we
need the session job list. The call to this method is then done after
create_manager().

3602. By Sylvain Pineau

checkbox-ng:commands:newcli: Update select_whitelist() args processing

Update select_whitelist() command line options processing to follow the plainbox
in_run behavior.
This code is a carbon copy of -w, -i and -x qualifier generation from plainbox.

3601. By Sylvain Pineau

checkbox-ng:commands:newcli: add selected testplans to session manager

Only the TestPlanUnit are kept From the qualifiers list

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:checkbox
This branch contains Public information 
Everyone can see this information.

Subscribers