Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-03 | Bump to v0.34.0v0.34.0 | Sylvain Pineau | |
2017-01-31 | Bump to v0.34.0rc2v0.34.0rc2 | Sylvain Pineau | |
2017-01-31 | disk_stats_test: less output, better failure output, fixed grep issue when ↵ | Jeff Lane | |
there are two disks with similar names LP: #1660653 | |||
2017-01-30 | Bump to v0.34.0rc1v0.34.0rc1 | Sylvain Pineau | |
2017-01-30 | Update .gitignore | Sylvain Pineau | |
2017-01-27 | Merge #315823 from ~leftyfb/plainbox-provider-checkbox:1659929-fix-virt-cpu | PMR | |
2017-01-27 | Set cpu type for ppc to match host | Mike Rushton | |
2017-01-24 | Merge #315444 from ↵ | PMR | |
~pierre-equoy/plainbox-provider-checkbox:1658624-fwts-tests-list-update | |||
2017-01-24 | Update FWTS tests using HWE recommendations | Pierre Equoy | |
Following HWE recommendations, we decided to update our fwts test script to split only between HWE and QA ("Recommended") tests. The options to launch the script have been updated accordingly. LP: #1658624 | |||
2017-01-19 | Merge #315037 from ~rodsmith/plainbox-provider-checkbox:add-numa-testing | PMR | |
2017-01-19 | Merge #314996 from ~kissiel/plainbox-provider-checkbox:use-mii-tool-in-network | PMR | |
2017-01-18 | Add NUMA test to memory_stress_ng test and fix minor error number reporting ↵ | Rod Smith | |
bug LP:#1657511 | |||
2017-01-18 | network: use mii-tool instead of ethtool to determine max speed | Maciej Kisielewski | |
On some systems, ethtool returns such output: >>> Supported link modes: 10baseT/Half 10baseT/Full 100baseT/Half 100baseT/Full 1000baseT/Half 1000baseT/Full Supported pause frame use: No Supports auto-negotiation: Yes Advertised link modes: 10baseT/Half 10baseT/Full 100baseT/Half 100baseT/Full Advertised pause frame use: Symmetric Receive-only Advertised auto-negotiation: Yes Link partner advertised link modes: 10baseT/Half 10baseT/Full 100baseT/Half 100baseT/Full <<< previous version of the `network` script parsed for any number followed by the 'baseT' string and picked the largest one found as max_speed. Which for this system is wrong. This patch makes the script parse output of mii-tool and look for 'capabilities' line. It parses modes only from that line. In case of that system it returns 100. Signed-off-by: Maciej Kisielewski <maciej.kisielewski@canonical.com> | |||
2017-01-17 | Merge #314487 from ~bladernr/plainbox-provider-checkbox:1655155 | PMR | |
2017-01-10 | a few more output tweaks | Jeff Lane | |
2017-01-10 | PEP8 fixes | Jeff Lane | |
2017-01-10 | Fixed UnicodeDecodeError when bad data is in a good DMI output. LP: #1655155 | Jeff Lane | |
2017-01-06 | Merge #314266 from ~bladernr/plainbox-provider-checkbox:1654674 | PMR | |
2017-01-06 | jobs/miscellanea.txt.in: remove serial number check from dmitest_server job; ↵ | Jeff Lane | |
too many false positives LP: #1654674 | |||
2017-01-03 | Merge #314029 from ~rodsmith/plainbox-provider-checkbox:fix-disk-cpu-load | PMR | |
2017-01-03 | Fixed bug #1641684: More robust calculation in disk_cpu_load test, | Rod Smith | |
along with a new --verbose option to help in debugging problems. | |||
2016-12-23 | Merge #308976 from ~bladernr/plainbox-provider-checkbox:1635345-virt-image | PMR | |
2016-12-22 | Removed unnecessary return statements. Fixed syntax error in an if/else ↵ | Jeff Lane | |
statement. | |||
2016-12-22 | Merge #309798 from ~bladernr/plainbox-provider-checkbox:fix-efi-boot-test | PMR | |
2016-12-22 | modifications based on review feedback | Jeff Lane | |
2016-12-22 | Merge #313644 from ↵ | PMR | |
~bladernr/plainbox-provider-checkbox:improve-maas-version-check | |||
2016-12-21 | Merge #308857 from ~rodsmith/plainbox-provider-checkbox:fwupdate-test | PMR | |
2016-12-20 | Update MAAS version check to validate that version used is at least 2.0 LP: ↵ | Jeff Lane | |
#1651555 | |||
2016-12-13 | Merge #313091 from plainbox-provider-checkbox:release | PMR | |
Release_2016_Week50 | |||
2016-12-13 | increment version to v0.34.0.dev0 | Pierre Equoy | |
2016-12-13 | Bump to v0.33.0v0.33.0 | Pierre Equoy | |
2016-12-07 | Bump to v0.33.0rc2v0.33.0rc2 | Pierre Equoy | |
2016-12-07 | Add missing template filtering to suspend jobs | Pierre Equoy | |
Some filtering was missing for suspend jobs to complete lp:1636060. In addition, the filtering for the graphics card switch job was changed to the xenial-related job, since this is where we need this new template filtering. LP: #1636060 | |||
2016-12-07 | Merge #312627 from ~pierre-equoy/plainbox-provider-checkbox:fix-1636060-round2 | PMR | |
2016-12-07 | Add missing template filtering to suspend jobs | Pierre Equoy | |
Some filtering was missing for suspend jobs to complete lp:1636060. In addition, the filtering for the graphics card switch job was changed to the xenial-related job, since this is where we need this new template filtering. LP: #1636060 | |||
2016-12-06 | Remove package dependencies from jobs/miscellanea.txt.in and put in | Rod Smith | |
server's packaging.pxu file. | |||
2016-12-06 | Merge #312578 from ↵ | PMR | |
~rodsmith/plainbox-provider-checkbox:disk-stress-ng-support-lvm | |||
2016-12-06 | Add support for LVM to disk_stress_ng test | Rod Smith | |
2016-12-05 | Merge #312473 from ~rodsmith/plainbox-provider-checkbox:uefi-pxe-boot | PMR | |
2016-12-05 | Add new efi-pxeboot script and test to verify that an EFI-based system | Rod Smith | |
booted using PXE. This catches some MAAS and EFI bugs. | |||
2016-11-28 | Bump to v0.33.0rc1v0.33.0rc1 | Pierre Equoy | |
2016-11-24 | Merge #311614 from ~kissiel/plainbox-provider-checkbox:envy-shebangs | PMR | |
2016-11-23 | change shebangs to use python3 from env, not /usr/bin/python3 | Maciej Kisielewski | |
This makes debugging and testing _a bit_ easier, as 'venv'd' checkbox_support will be used. Signed-off-by: Maciej Kisielewski <maciej.kisielewski@canonical.com> | |||
2016-11-18 | Merge #310845 from ~pierre-equoy/plainbox-provider-checkbox:fix-1636060 | PMR | |
2016-11-17 | Merge #309612 from ~rodsmith/plainbox-provider-checkbox:fix-yakkety-network | PMR | |
2016-11-15 | Filter out some jobs if discrete GPU can do offloading | Pierre Equoy | |
If the device being tested has two GPUs (one integrated, one discrete), but the discrete GPU can perform GPU Offloading (i.e. can launch a specific program or game using the discrete GPU while using the intergrated one by default), then some jobs are not required to be run: typically, jobs that are handled by integrated GPU such as desktop-related tasks. LP: #1636060 | |||
2016-11-01 | removed a test line I forgot in initial commit. pep8 correction. | Jeff Lane | |
2016-11-01 | bin/boot_mode_test - always returns 0 if run on something older than 16.04, ↵ | Jeff Lane | |
otherwise returns status of the requested check. LP: #1638365 | |||
2016-10-31 | Merge #309661 from ↵ | PMR | |
~sylvain-pineau/plainbox-provider-checkbox:new_json_exporter_2 | |||
2016-10-31 | New json attachments required for the submission report | Sylvain Pineau | |
Both using the plainbox dev parse helpers |