~sylvain-pineau/checkbox-ng:pictures-base64-html-report

Last commit made on 2019-03-03
Get this branch:
git clone -b pictures-base64-html-report 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:
pictures-base64-html-report
Repository:
lp:~sylvain-pineau/checkbox-ng

Recent commits

d815658... by Sylvain Pineau

exporters:checkbox.html: Bundle image attachments in the html report (base64)

953736b... by Sylvain Pineau

exporters:checkbox.json: Only process text attachments

Binary files are still available in the tarball.
The resulting json report is much smaller.

0630f1f... by Sylvain Pineau

result: Add the io_log_as_base64 method to attach pictures to reports

2a50266... by Sylvain Pineau

result: Add the img_type property to identify pictures

Note: the use of the ANSI_ESCAPE_SGR_RE_STR regex was actually corrupting
the encoded binary streams.

3edf95a... by Jonathan Cave

manifest: print provider name in manifest job

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

Merge #363320 from ~kissiel/checkbox-ng:non-extra-xlsx

321808f... by PMR <pmr@pmr-lander>

Merge #362852 from ~sylvain-pineau/checkbox-ng:remote_resume_after_reboot_V2

ec339fa... by Sylvain Pineau

session:remote_assistant: Bump API version (4->5)

af67a3e... by Sylvain Pineau

remote: Add urwid screen when slave is resuming a session

A 10s delay lets the user to press CTRL-C and open the cancellation menu.
Useful to break a potential reboot loop.

eb5ea30... by Sylvain Pineau

remote: Enhance run_jobs with resumed_session_info data

When the slave is about to resume a session (e.g after a sut reboot),
run_jobs is called with a non empty resumed_session_info that contains
the id of the last run job.
The only ui change is the display of the resumed job id and its outcome.

When silent ui type is used a 20s delay allows the tester to manually interrupt
the auto-resume.