~bladernr/plainbox-provider-checkbox:1905051-update-server-regression-testplans

Last commit made on 2020-12-14
Get this branch:
git clone -b 1905051-update-server-regression-testplans https://git.launchpad.net/~bladernr/plainbox-provider-checkbox
Only Jeff Lane  can upload to this branch. If you are Jeff Lane  please log in for upload directions.

Branch merges

Branch information

Name:
1905051-update-server-regression-testplans
Repository:
lp:~bladernr/plainbox-provider-checkbox

Recent commits

8ae7261... by Jeff Lane 

Remove some unnecessary tests from the regression test planes lp: #1905051

22dda6a... by PMR <pmr@pmr-lander>

Merge #393725 from ~jocave/plainbox-provider-checkbox:camera-qrcode-tty-detect

1a8d225... by Jonathan Cave

roundtrip_qr.py: detect the active tty

UC20 seems to deviate from the norm of tty1 being the active tty
after install. Update the script to detect which is active.

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

Merge #393020 from ~meribold/plainbox-provider-checkbox:usb_storage_preinserted_after_suspend-requires-has_usb_storage

daf3e6d... by Lukas Waymann

Add `imports` fields so that `manifest.has_usb_storage` can be used

38837d7... by PMR <pmr@pmr-lander>

Merge #392462 from ~bladernr/plainbox-provider-checkbox:1900448-improve-jitter-test-output

41ef348... by Lukas Waymann

Skip after-suspend-usb*/storage-preinserted when DUT lacks USB drive

6bcf325... by Lukas Waymann

Remove suspend/usb*_storage_preinserted_after_suspend jobs

These jobs are functionally equivalent to
after-suspend-usb/storage-preinserted and
after-suspend-usb3/storage-preinserted.

239f4ed... by Lukas Waymann

Delete units/suspend/manifest.pxu

I'm told that there's no need to copy the `has_usb_storage` block from
`units/usb/manifest.pxu` to `units/suspend/manifest.pxu`.

aaf4824... by Lukas Waymann

Skip suspend/usb_storage_preinserted_after_suspend when DUT lacks USB drive

Employ the same mechanism that usb/storage-detect uses for skipping the
test when the DUT doesn't have a USB drive in
suspend/usb_storage_preinserted_after_suspend. This way we can skip
both tests rather than letting usb_storage_preinserted_after_suspend
fail.