~checkbox-dev/checkbox:test_add_reset_tpm

Last commit made on 2023-05-10
Get this branch:
git clone -b test_add_reset_tpm https://git.launchpad.net/~checkbox-dev/checkbox

Branch merges

Branch information

Name:
test_add_reset_tpm
Repository:
lp:~checkbox-dev/checkbox

Recent commits

6160c38... by Massimiliano Girardi

Included tpm reset in relevant tests plans

0193269... by Massimiliano Girardi

Init implementation of tpm reset test plan

1e4a3c1... by Massimiliano Girardi

Minor: fixed typo tmp->tpm

1b12baa... by Massimiliano Girardi

Init implementation of tpm reset job

d7c7100... by Pierre Equoy

Fix Checkbox configuration value resolution and add Metabox scenarios to test it (#439)

* Process config from launcher last to have precedence

Launcher should always take precedence over anything else (config file
from /etc/xdg/ or ~/.config/). In order to achieve this, it has to be
added last in the configs list to be processed.

* Update documentation to reflect actual value resolution

* Refactor config [environment] metabox scenarios

Checkbox configuration covers many different sections. In order to
accomodate testing all the different sections inside the same "tag"
("config"), refactoring the existing tests (covering the [environment]
section) into its own scenario module.

* Add Metabox scenarios to test [test selection] section

526cb6d... by Massimiliano Girardi

Update vendor RPyC 5.3.1 (#436)

* vendor: update RPyC to 5.1.0

After copying over the files I ran the usual:
find . -name '*.py' -exec sed -i s/^from\ rpyc/from\ plainbox.vendor.rpyc/ {} +
to make sure the paths are ok.

* fix: RPyC f-strings to .format() (python3.5 compat)

I have done this using the f2format script that seems
to deterministically parse and translate the AST

* vendor: update RPyC to 5.3.1

After copying over the files I ran the usual:
find . -name '*.py' -exec sed -i s/^from\ rpyc/from\ plainbox.vendor.rpyc/ {} +
to make sure the paths are ok.

* fix: RPyC f-strings to .format() (python3.5 compat)

I have done this using the f2format script that seems
to deterministically parse and translate the AST

c44e9f0... by Pierre Equoy

Fix broken links in Checkbox contribution guide (#447)

Some links were broken and not displayed correctly in the rendered
Markdown version due to line returns in the source document.

Moving all the links to the bottom of the document instead of keeping
them inlined.

ee243b4... by Maciej Kisielewski

fix: print proper estimated runtime even when some jobs don't provide it (#435)

2e655dd... by Massimiliano Girardi

Add example in metabox README to check remote/loc (#442)

This also clarifies that if given multiple releases in the
remote/local configuration, metabox will do a cartesian product of
the two sets

38589b3... by Pierre Equoy

Add debugging info to the Metabox Github Action (#441)