summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-10-08storage_test.py: error msg if no partitionsJonathan Cave
2019-10-08Merge #373815 from ~jocave/plainbox-provider-checkbox:fail-on-kernel-extractPMR
2019-10-08kernel-snap: fail-on-resource job kernel extractJonathan Cave
A job that explicit fails if the force-kernel-extraction flag is missing (implemented as a file in the kernel snap). This test should be considered for inclusion in UC16/18 projects that use FDE.
2019-10-08Merge #373797 from ↵PMR
~sylvain-pineau/plainbox-provider-checkbox:fix-disk-read-perf-test-nvme
2019-10-08bin:disk_read_peformance_test: Fix nvme drives detectionSylvain Pineau
2019-10-04Merge #373641 from plainbox-provider-checkbox:releasePMR
Release_2019_Week40
2019-10-04increment version to v0.50.0.dev0PMR
2019-10-04Bump to v0.49.0PMR
2019-10-03Bump to v0.49.0rc5PMR
2019-10-03Merge branch 'master' into releasePMR
2019-10-03Merge #373541 from ↵PMR
~bettyl/plainbox-provider-checkbox:add-after-suspend-auto-switch-card
2019-10-03Merge #373546 from ↵PMR
~sylvain-pineau/plainbox-provider-checkbox:iperf3-packaging-metadata-unit
2019-10-03network: Add a packaging meta data unit to depend on iperf3Sylvain Pineau
Required for the new ethernet/iperf3_reverse test
2019-10-03Merge #373545 from ~sylvain-pineau/plainbox-provider-checkbox:fix-1846321PMR
2019-10-03disks: Add missing packaging meta-data unit to depend on python3-psutilSylvain Pineau
Fixes: lp:1846321
2019-10-03add after-suspend-auto-switch-cardBetty Lin
graphics/1_auto_switch_card_.* already existed in test plan "graphics-integrated-gpu-cert-automated" Add "also-after-suspend" flag to generate another auto_switch_card that can use after suspend for test plan "after-suspend-graphics-integrated-gpu-cert-automated" Also fixed the same problem for blockers test plan.
2019-10-02Merge #373496 from ↵PMR
~sylvain-pineau/plainbox-provider-checkbox:remove-no_ACPI_REV_interface
2019-10-02firmware: Remove the no_ACPI_REV_interface testSylvain Pineau
2019-09-28Bump to v0.49.0rc4PMR
2019-09-28Merge branch 'master' into releasePMR
2019-09-26Merge #373279 from ~sylvain-pineau/plainbox-provider-checkbox:fix-1839667PMR
2019-09-26submission: Expose the full set of DMI devices in raw-devices-dmi attachmentSylvain Pineau
Fixes: lp:1839667
2019-09-24Merge #373000 from ~kissiel/plainbox-provider-checkbox:piggyback-edid-cyclePMR
2019-09-24add pig-enabled test planMaciej Kisielewski
2019-09-24modify edid-cycle test to use PIGMaciej Kisielewski
2019-09-21Bump to v0.49.0rc3PMR
2019-09-21Merge branch 'master' into releasePMR
2019-09-20Merge #372773 from ~kissiel/plainbox-provider-checkbox:alsa-improvPMR
2019-09-19Merge #372996 from ~rodsmith/plainbox-provider-checkbox:fix-lxd-test-2PMR
Work around a problem caused by sosreport running as root and creating root-owned files in ~/.config/lxc.
2019-09-19Work around LXD test failures caused by ownership issuesRod Smith
2019-09-18Merge #372923 from ↵PMR
~bettyl/plainbox-provider-checkbox:add-after-suspend-usb-automated-test-plan
2019-09-18add after-suspend-usb-automated test planBetty Lin
2019-09-16Merge #372778 from ~pwlars/plainbox-provider-checkbox:discover-gateway-ipPMR
2019-09-13Attempt to get the gateway ip address for the interface and ping it before ↵Paul Larson
ARPing for available IPs to use in gateway_ping_test
2019-09-13alsa_test: add fallback loopback scenarioMaciej Kisielewski
2019-09-13alsa_test: add list-devices subcmdMaciej Kisielewski
2019-09-13alsa_test: use proper AlsaErrorMaciej Kisielewski
2019-09-13alsa_test: fix warnings regarding no return statementMaciej Kisielewski
2019-09-12dont drain capture PCMs, drop them insteadMaciej Kisielewski
Signed-off-by: Maciej Kisielewski <maciej.kisielewski@canonical.com>
2019-09-10Merge #372446 from ~sylvain-pineau/plainbox-provider-checkbox:80211ax_supportPMR
2019-09-10Merge #372539 from ~kissiel/plainbox-provider-checkbox:less-is-more-so-is-catPMR
2019-09-10remove unnecessary `more` invocationMaciej Kisielewski
2019-09-07Merge #372406 from ↵PMR
~narahuang/plainbox-provider-checkbox/+git/plainbox-provider-checkbox:add-iperf3-test-plan
2019-09-07units:wireless: New 80211ax jobs and nested parts for test plansSylvain Pineau
2019-09-06Merge #372373 from ↵PMR
~rodsmith/plainbox-provider-checkbox:fix-deprecated-linux_distribution Fix a deprecation warning in the boot_mode_test script relating to the platform.linux_distribution() function.
2019-09-06Merge #372176 from ↵PMR
~narahuang/plainbox-provider-checkbox/+git/plainbox-provider-checkbox:add-iperf3-reverse
2019-09-06stress: Add iperf3 test planNara Huang
Add iperf3 test plan which can be nested in others.
2019-09-06ethernet: Add iperf3 reverse test script and jobNara Huang
And in networking: Add the new iperf3 job to networking-cert-automated test plan.
2019-09-06Merge #372390 from ~bettyl/plainbox-provider-checkbox:adjust_graphic_test_umaPMR
2019-09-06adjust graphic test for UMA platformBetty Lin
In the original test plan 'after-suspend-graphics-integrated-gpu-cert-automated', 'suspend/1_resolution_before_suspend_.*_auto' after 'graphics/1_auto_switch_card_.*'. When the laptop is UMA, the auto_switch_card test doesn't run, then 'suspend/1_resolution_before_suspend_.*_auto' will run after suspend. To avoid the situation, move 'suspend/1_resolution_before_suspend_.*_auto' to 'graphics-integrated-gpu-cert-automated' test plan.