~rodsmith/plainbox-provider-checkbox:fix-lxd-test-3

Last commit made on 2020-03-11
Get this branch:
git clone -b fix-lxd-test-3 https://git.launchpad.net/~rodsmith/plainbox-provider-checkbox
Only Rod Smith can upload to this branch. If you are Rod Smith please log in for upload directions.

Branch merges

Branch information

Name:
fix-lxd-test-3
Repository:
lp:~rodsmith/plainbox-provider-checkbox

Recent commits

3b0af20... by Rod Smith

Fixed failure of LXD test to run under 20.04 pre-release

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