~bettyl/plainbox-provider-checkbox:modify-check-fde-tpm

Last commit made on 2020-03-17
Get this branch:
git clone -b modify-check-fde-tpm https://git.launchpad.net/~bettyl/plainbox-provider-checkbox
Only Betty Lin can upload to this branch. If you are Betty Lin please log in for upload directions.

Branch merges

Branch information

Name:
modify-check-fde-tpm
Repository:
lp:~bettyl/plainbox-provider-checkbox

Recent commits

40008b5... by Betty Lin

modify check-fde-tpm

Since every project has its own method to clean TPM, list them in test
case for QA engineer to choose.

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

Merge #379349 from ~jocave/plainbox-provider-checkbox:tty-qrcode-roundtrip

e682308... by Jonathan Cave

camera: add packaging units for roundtrip-qr job

c1d975a... by Jonathan Cave

camera: add roundtrip-qr display/camera test

Test basic video output and camera functionality on basic console
devices i.e. server or Ubuntu Core images.

68734fe... by PMR <pmr@pmr-lander>

Merge #380100 from ~bladernr/plainbox-provider-checkbox:1865521-add-nvdimm-health-check

Adds a new NVDIMM category and jobs for testing NVDIMMs

137ed80... by Jeff Lane 

updates to add category

4b7e774... by Jeff Lane 

added a constraint so ipmctl jobs only run on 18.04 or later

b843ed4... by Jeff Lane 

Add new NVDIMM specific jobs and category for future jobs. lp: #1865521

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

Merge #379963 from ~kissiel/plainbox-provider-checkbox:xrandr-final-showdown

201874a... by Maciej Kisielewski

xrand_cycle: don't try setting resolutions that don't work

The long-lasting problem was that xrandr listed resolution it could not set.
The resolutions in question are ones that use DoubleScan (due to their _usual_
low pixel count each row is scanned twice so the refresh frequencies are not
bonkers).

This patch changes how xrandr_cycle polls for available modes from xrandr,
so we can not take into consideration the DoubleScan modes. The modes that
are not filtered out should be valid modes that xrandr can use.

Fixes: LP: #1627581