~jocave/plainbox-provider-checkbox:storage-test-mods

Last commit made on 2019-07-04
Get this branch:
git clone -b storage-test-mods https://git.launchpad.net/~jocave/plainbox-provider-checkbox
Only Jonathan Cave can upload to this branch. If you are Jonathan Cave please log in for upload directions.

Branch merges

Branch information

Name:
storage-test-mods
Repository:
lp:~jocave/plainbox-provider-checkbox

Recent commits

1994467... by Jonathan Cave

disk: remove storage_test script

5e03865... by Jonathan Cave

disk: storage-device test script modifications

Updated script resoloves two issues 1) the test would not work
on devices using full disk encryption as the size of the
mounted paritition could not be determined 2) on devices with
large amounts or memory+storage the test would run for an
excessively long amount of time

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

Merge #369388 from ~jocave/plainbox-provider-checkbox:lsusb-checkbox-support

6ee38b7... by Jonathan Cave

usb: use lsusb from checkbox-support

lsusb.py script needs to used when running from snaps. Use the
version in checkbox-support to ensure it is available

1a93cfa... by PMR <pmr@pmr-lander>

Merge #369082 from ~jocave/plainbox-provider-checkbox:net-if-requires

58f9c83... by PMR <pmr@pmr-lander>

Merge #369279 from ~pieq/plainbox-provider-checkbox:fix-1834127-pm_test-log

f475fdd... by Pierre Equoy

bin:pm_test: use the proper fwts.log file to compute sleep/resume times

pm_test relies on fwts_test.py from checkbox_support. However,
fwts_test.py --log argument takes a filename without and appends `.log`
to it.

When calling it from pm_test with argument `--log={}/fwts.log`, we are
in fact working on file `fwts.log.log` instead of `fwts.log`, so the log
file used for later computation is erroneous (it doesn't contain the
"Iteration n" markers needed to find the average sleep/resume times),
which leads to wrong results and ultimately a set of jobs
(power-management/suspend-*-cycles-time-check*) that always fail.

LP: #1834127

7dca4e7... by PMR <pmr@pmr-lander>

Merge #368639 from ~ray.chen/plainbox-provider-checkbox:lp1812167-add-monitor-tests-to-dgpu-test-plan

41b025f... by PMR <pmr@pmr-lander>

Merge #369074 from ~bettyl/plainbox-provider-checkbox:fix-thunderbolt-blockers

7e73193... by Betty Lin

Fix thunderbolt cert blocker test cases

Thunderbolt 3 is not cert blokcer in current 18.04. Fixed the releated
tets cases.
Also modify the "after-suspend-thunderbolt-cert" to
"after-suspend-thunderbolt-cert-manual" to match the naming rule.