summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-05-08Add: Zapper-enabled usb insertion and removal jobsMaciej Kisielewski
2022-05-08Add: make removable_watcher Zapper awareMaciej Kisielewski
2022-05-08Merge #421206 from ~kissiel/plainbox-provider-checkbox:zapper-resource-jobUbuntu
2022-05-04Merge #421249 from ~jocave/plainbox-provider-checkbox:snap-list-fixsnap-2022-05-04T1447Ubuntu
2022-05-04Fix: snap list test failing on UC22Jonathan Cave
Include core22 in the list of valid core snaps to search for in the snap list test
2022-05-03Add: resource job pulling Zapper setup capabilitiesMaciej Kisielewski
The job added here connects to Zapper and pulls all the functions that the current setup can perform. The list is formated in a checkbox resource syntax, so it may be directly used as a template for template-units or as a requirement in other jobs.
2022-04-28Merge #419532 from ~pieq/plainbox-provider-checkbox:1969167-powersaving-waylandsnap-2022-05-03T1157Ubuntu
2022-04-21Merge #419739 from ↵Ubuntu
~kchsieh/plainbox-provider-checkbox/+git/plainbox-provider-checkbox:master bin:screenoff.sh: Login directly after screen on
2022-04-20Merge #419960 from ~jocave/plainbox-provider-checkbox:snap-tests-core22Ubuntu
2022-04-20Change: set TEST_SNAP when using checkbox22Jonathan Cave
Default the test snap to test-snapd-tools-core22 to avoid need to download an extra base snap
2022-04-20Merge #419641 from ↵Ubuntu
~pieq/plainbox-provider-checkbox:touchpad-palm-reject-requires-laptop
2022-04-20bin:screenoff.sh: Login directly after screen onKai-Chuan Hsieh
2022-04-19units:touchpad: skip palm-rejection job if not on a laptopPierre Equoy
touchpad/palm-rejection should only be run on laptops, and skipped otherwise, like all the other touchpad jobs.
2022-04-15Merge #419541 from plainbox-provider-checkbox:releaseUbuntu
Release_2022_Week15
2022-04-15increment version to v0.65.0.dev0Jenkins
2022-04-15Bump to v0.64.0v0.64.0Jenkins
2022-04-15Fix: powersaving job on WaylandPierre Equoy
Instead of relying on a Xorg-related tool, activate GNOME's screensaver through busctl. This has the added benefit of being able to restart the screen after a few seconds, so one less manipulation for the tester. LP: #1969167
2022-04-14Merge #419489 from ~rodsmith/plainbox-provider-checkbox:add-iso-boot-test-3snap-2022-04-15T0639Ubuntu
Add: Test that system was installed from Subiquity ISO image
2022-04-14Add: Test that system was installed from Subiquity ISO imageRod Smith
2022-04-13Bump to v0.64.0rc1v0.64.0rc1Jenkins
2022-04-13Merge #419337 from ~bladernr/plainbox-provider-checkbox:22.04-server-updatesUbuntu
Update test plans for 22.04 Server Cert
2022-04-13Merge #418605 from ~sylvain-pineau/plainbox-provider-checkbox:wayland-supportUbuntu
2022-04-13suspend:cycle_resolutions: Add support for wayland sessionsSylvain Pineau
2022-04-12Update testplans (and create nested plans) for 22.04 Server Cert. lp: #1968737Jeff Lane
2022-04-12Merge #419273 from ~sylvain-pineau/plainbox-provider-checkbox:fix-1968641Ubuntu
2022-04-12units:graphics: Use inxi on wayland sessions to display driver infoSylvain Pineau
graphics_driver.py does not work on wayland since it parses Xorg log files. Fixes: lp:1968641
2022-04-12suspend.pxu: Remove two obsolete jobsSylvain Pineau
suspend/{index}_driver_version_after_suspend_{product_slug} suspend/driver_version_after_suspend
2022-04-11graphics:cycle_resolutions: Add support for wayland sessionsSylvain Pineau
2022-04-11bin:gnome_randr_cycle: New script to perform resolution cycles on waylandSylvain Pineau
Similar to xrandr_cycle.py but based on gnome-randr. Known issue: Does not support the "Join Displays" mode
2022-04-11bin:xrandr_cycle: Use gnome-screenshotSylvain Pineau
The only tool working in both X and wayland sessions Shutter is not available since 20.04 and does not work on wayland (yet)
2022-04-11graphics:packaging: Add new dependency on gnome-screenshotSylvain Pineau
2022-04-11graphics:packaging: Add new dependency on gnome-randr (22.04 only)Sylvain Pineau
2022-04-11bin:rotation_test.py: Add wayland supportSylvain Pineau
Call the gnome-randr command on wayland sessions to perform screen rotations
2022-04-11bin:pm_test.py: Always execute the respawn commandsSylvain Pineau
x-terminal-emulator (and dbus-launch) are not supported w/ Wayland This patch ensures the checkbox systemd service is always restarted. Fixes: lp:1967032
2022-04-07Merge #418752 from ~rodsmith/plainbox-provider-checkbox:add-natsort-unit-testUbuntu
Add: unit test for python3-natsort library
2022-04-07Merge branch 'add-natsort-unit-test' of ↵Rod Smith
git+ssh://git.launchpad.net/~rodsmith/plainbox-provider-checkbox into add-natsort-unit-test
2022-04-07Add: unit test for python3-natsort libraryRod Smith
Add: python3-natsort to requirements/deb-base.txt
2022-04-06Add: unit test for python3-natsort libraryRod Smith
2022-04-05Merge #416896 from ~bladernr/plainbox-provider-checkbox:1960476-no-cstates-s390xUbuntu
2022-03-31Merge #418085 from ~sylvain-pineau/plainbox-provider-checkbox:fix-1967032snap-2022-04-01T1153Ubuntu
2022-03-31bin:pm_test.py: Always execute the respawn commandsSylvain Pineau
x-terminal-emulator (and dbus-launch) are not supported w/ Wayland This patch ensures the checkbox systemd service is always restarted. Fixes: lp:1967032
2022-03-28Merge #417766 from ~sylvain-pineau/plainbox-provider-checkbox:fix-1940112Ubuntu
2022-03-28virtualization: Add dependency on qemu-efi-aarch64 on arm64Sylvain Pineau
The virtualization test currently uses uvtool to launch a VM. On arm64, this requires EFI firmware that is provided by the qemu-efi-aarch64 package. LP: #1940112
2022-03-17Merge #416983 from ↵Ubuntu
~rodsmith/plainbox-provider-checkbox:expand-network-device-info Add: Supported, advertised, and partner link modes to network_device_info.py script
2022-03-17Add: Supported, advertised, and partner link modes to network_device_info.py ↵Rod Smith
script Change per Jeff's request More revisions to network_device_info.py
2022-03-15[FIX] cstates jobs no longer run on s390x arch lp: #1960476Jeff Lane
2022-03-14Merge #413983 from ↵Ubuntu
~bladernr/plainbox-provider-checkbox:1957011-fix-sru-ethernet-test-naming [Fix] Change name of SRU ethernet iperf3 test so it doesn't get slurped up when the cert suite template does wildcard slurping.
2022-03-10Merge #416013 from ~pieq/plainbox-provider-checkbox:allow-wifi-ssid-with-spacesUbuntu
2022-03-04Merge #416366 from ↵Ubuntu
~bladernr/plainbox-provider-checkbox:1963650-cpufreq-fail-threshold-change
2022-03-04CHANGE cpufrq_test.py: Lowered min freq failure threshold slightly to fine ↵Jeff Lane
tune failures lp: #1963650