summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-07-15providers:checkbox: Add interactive multitouch zoom test.Daniel Manrique
Test provides a QML-based interaction and automatic verification.
2014-07-14add -s (script) option to parted command to avoid hanging on user inputJeff Lane
2014-07-14" providers:checkbox: Fix template and exception handling in xrandr_cycleDaniel Manrique
The script now looks for its template file in several locations, is more strict with exception handling, and provides better error messages if things don't work as expected. Due to bin/lib split in plainbox providers, it needs a bit of configuration to be run manually (i.e. from outside checkbox or plainbox), but the script will provide guidance on the environment variable to set for this to work. [r=zkrynicki][bug=1329728][author=roadmr]"
2014-07-12Launchpad automatic translations update.plainbox-provider-checkbox-v0.7c1Launchpad Translations on behalf of checkbox-dev
2014-07-11providers:checkbox: xrandr_cycle pep8 and assorted fixesDaniel Manrique
2014-07-11providers:checkbox: Fix template and exception handling in xrandr_cycleDaniel Manrique
The script now looks for its template file in several locations, is more strict with exception handling, and provides better error messages if things don't work as expected. Due to bin/lib split in plainbox providers, it needs a bit of configuration to be run manually (i.e. from outside checkbox or plainbox), but the script will provide guidance on the environment variable to set for this to work.
2014-07-11Added a summary to the job desctiptionJeff Lane
2014-07-10Added new job to capture MAAS version when systems are installed from a cert ↵Jeff Lane
maas server
2014-07-10"added ipv6 support via bug 1013273 [r=roadmr][bug=1013273][author=leftyfb]"Mike Rushton
2014-07-10added ipv6 support via bug 1013273Mike Rushton
2014-07-10Added verification to the job typecgregan@canonical.com
2014-07-10updated job descriptions for new touch testscgregan@canonical.com
2014-07-09providers:checkbox: Fix requirement expression for tickless_idle.Daniel Manrique
(https://bugs.launchpad.net/plainbox-provider-checkbox/+bug/1333624)
2014-07-04"automatic merge by tarmac [r=roadmr][bug=][author=sylvain-pineau]"Sylvain Pineau
2014-07-04Launchpad automatic translations update.Launchpad Translations on behalf of checkbox-dev
2014-07-03fix small error with ethtool invocationDaniel Manrique
2014-07-03providers:checkbox:network: Improve output and handling of devices with no ↵Daniel Manrique
max_speed
2014-07-03Added some exception handling and fixed a typoJeff Lane
2014-07-03added a bit to keep running on wifi devices that don't report a max or link ↵Jeff Lane
speed
2014-07-03network iperf test now fails if link speed is lower than device max speedJeff Lane
2014-07-02"automatic merge by tarmac [r=roadmr][bug=1333956][author=roadmr]"Daniel Manrique
2014-06-30touchscreen.txt.in: modify the steps for drag & drop, let it met the real ↵Po-Hsu Lin
condition
2014-06-27providers:plainbox:network: Handle ifaces not reporting speed more gracefullyDaniel Manrique
2014-06-26CPU offline may not be supported on ARM systemplainbox-provider-checkbox-v0.6c1plainbox-provider-checkbox-v0.6Ashley Lai
2014-06-26whoopscgregan@canonical.com
2014-06-26changes to type on interact testscgregan@canonical.com
2014-06-26plainbox-provider-checkbox: Added 3/4 touch tap testsSylvain Pineau
Both of them are using the standard MultiPointTouchArea QML component. To actually return a sensible exit code, the tests log "SUCCESS" on stderr and the command grep that pattern.
2014-06-26"providers:checkbox: update graphics_driver to handle NULL display spec on ↵Daniel Manrique
some NVidia cards [r=zkrynicki][bug=1329607][author=roadmr]"
2014-06-24added #!/bin/bash to the broadband_info scriptcgregan@canonical.com
2014-06-24Changes to braodband_info and network scriptscgregan@canonical.com
2014-06-21Launchpad automatic translations update.Launchpad Translations on behalf of checkbox-dev
2014-06-20"make piglit/tarball less verbose. [r=zkrynicki][bug=1169875][author=roadmr]"Daniel Manrique
2014-06-20power-management.txt.in: explicitly assign the .gz file path to solve the ↵Po-Hsu Lin
attachment issue
2014-06-19providers:checkbox: make piglit/tarball less verboseDaniel Manrique
2014-06-19providers:checkbox: update graphics_driver to handle NULL display spec on ↵Daniel Manrique
some NVidia cards
2014-06-19"automatic merge by tarmac [r=roadmr][bug=1330399][author=cypressyew]"Po-Hsu Lin
2014-06-19Remove the dependency of S3/S4 keys, re-ordering the S4 and Hybird-Sleep testsPo-Hsu Lin
2014-06-18"providers:checkbox: Add device requirement for firewire tests ↵Daniel Manrique
[r=zkrynicki][bug=1305013][author=roadmr]"
2014-06-18"providers:checkbox: update usb3 testing jobs to use --driverDaniel Manrique
This is more reliable than checking for a specific threshold. [r=zkrynicki][bug=1331528][author=roadmr]"
2014-06-18providers:plainbox: PEP8 fixes to sleep_testDaniel Manrique
2014-06-18providers:plainbox: convert sleep_test to python3Daniel Manrique
2014-06-18providers:checkbox: update usb3 testing jobs to use --driverDaniel Manrique
2014-06-18providers:checkbox: fix rotation_test scoping mistakeZygmunt Krynicki
The variable 'error' is not in scope at the last line as it's only bound during the except handler. Fixes: https://bugs.launchpad.net/plainbox-provider-checkbox/+bug/1092925 Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>
2014-06-17providers:checkbox: Add device requirement for firewire testsDaniel Manrique
2014-06-17"automatic merge by tarmac [r=roadmr,zkrynicki][bug=1330998][author=bladernr]"Jeff Lane
2014-06-17power-management.txt.in - changed requires for tickelss idle from a 'not in' ↵Jeff Lane
to an 'in' to avoid issues with matching
2014-06-17power-management.txt.in - tickless_idle does not run on arm/aarch64 systems nowJeff Lane
2014-06-17provider:checkbox: fix bad error case in camera_testZygmunt Krynicki
This patch changes CameraTest._get_supported_resolutions() not to return early from the per-format loop when an IOError occurs while manipulating the device. This allows the 'resolutions' element to be assigned which ensures that every dictionary in supported_formats has that element set. This bug can happen, for example, when the current user has no permission to manipulate the camera device and gets an IOError with EPERM inside. Fixes: https://bugs.launchpad.net/plainbox-provider-checkbox/+bug/1235426 Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>
2014-06-17suspend.txt.in: fixed the suspend_auto was unexpectedly invoked issuePo-Hsu Lin
2014-06-16graphics.txt.in: explicitly tell tester what to do in the switch card jobPo-Hsu Lin