summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-03-28pep8 fixesJeff Lane
2017-03-28refactored lxd test codeJeff Lane
2017-03-28Working LXD test now present.Jeff Lane
2017-03-28First working version of LXD testJeff Lane
2017-03-20Merge #319847 from ↵PMR
~bladernr/plainbox-provider-checkbox:1672726-improve-get-make-model
2017-03-14bin/get_make_and_model: Now also reveals make/model info for the mainboard ↵Jeff Lane
to assist in identifying whitebox systems like those from SuperMicro LP: #1672726
2017-03-13Merge #319660 from plainbox-provider-checkbox:releasePMR
Release_2017_Week11
2017-03-13increment version to v0.36.0.dev0Pierre Equoy
2017-03-13Bump to v0.35.0v0.35.0Pierre Equoy
2017-03-06Merge #318977 from ~leftyfb/plainbox-provider-checkbox:1573062-memory_stress_ngPMR
2017-03-06Bump to v0.35.0rc1v0.35.0rc1Pierre Equoy
2017-03-06Merge #318287 from ~bladernr/plainbox-provider-checkbox:1667781PMR
2017-03-06Merge #318160 from ~bladernr/plainbox-provider-checkbox:1667488-donPMR
2017-03-06Merge #318157 from ↵PMR
~bladernr/plainbox-provider-checkbox:1662724-fix-no-ip-traceback
2017-03-03Fix memory_stress_ng for LP: #1573062Mike Rushton
2017-02-24bin/network: don't remove targets that are not in the right subnet, just ↵Jeff Lane
warn and try them anyway. LP: #1667781
2017-02-23bin/disk_stress_ng: Warn and exit if disk is smaller than 10GiB because ↵Jeff Lane
small disks tend to run out of space when testing. LP: #1667488
2017-02-23bin/network: pep8 fixesJeff Lane
2017-02-23bin/network: fix traceback when device to be tested has no IP address LP: ↵Jeff Lane
#1662724
2017-02-23Merge #318144 from ~rodsmith/plainbox-provider-checkbox:fix-no-numactlPMR
2017-02-23Fix memory_stress_ng test to not rely on numactl; if that binary isRod Smith
absent, set the # of NUMA nodes to 1.
2017-02-23Merge #317662 from ~bladernr/plainbox-provider-checkbox:fix-stress-ng-testsPMR
2017-02-23Merge #317093 from ~kissiel/plainbox-provider-checkbox:revive-ethtoolPMR
2017-02-23Merge #317948 from ~pierre-equoy/plainbox-provider-checkbox:1660386-fix-dest-dirPMR
2017-02-23Add auto-unmount feature in the storage testPierre Equoy
It's better to put things back into the state they were before we started the test. The storage test now unmount any partition it may have mounted itself and removes the temporary directory created to mount it into. LP: #1660386
2017-02-21Merge #317286 from ↵PMR
~pierre-equoy/plainbox-provider-checkbox:1660386-mount-drive-before-storage-tests
2017-02-17Added cking's modifications to disk_stress_ngJeff Lane
2017-02-16Automatically mount drives when running storage testsPierre Equoy
When running disk/storage_device_* jobs, if the drive is not mounted, we now check if it can be mounted (i.e. if it has a partition) and if possible we mount it to a dedicated temporary location in order to perform the storage tests. LP: #1660386
2017-02-14Merge #316804 from ~bladernr/plainbox-provider-checkbox:1662580-fix-kvm-testPMR
2017-02-13Fixes from review comments. Also fixed bug caught while testing other fixes ↵Jeff Lane
when a bad URL is provided causing _test_url to traceback. Also a few PEP8 fixes.
2017-02-13bring back ethtoolMaciej Kisielewski
And use it as the main tool for determining NIC's speed. If it's not available try mii-tool. This should give us maximum resilience. Fixes: LP: #1662726 Signed-off-by: Maciej Kisielewski <maciej.kisielewski@canonical.com>
2017-02-10Merge #316985 from ~bladernr/plainbox-provider-checkbox:fix-boot-mode-testPMR
2017-02-10bin/boot_mode_test: breaks now when getting linux_distribution output. Now ↵Jeff Lane
split on the . in 16.04 explicitly. LP: #1663665
2017-02-08bin/virtualization: fixed bug that broke download of cloud image. LP: #1662580Jeff Lane
2017-02-08Merge #316537 from ↵PMR
~pierre-equoy/plainbox-provider-checkbox:1655211-graphics-driver
2017-02-07Update graphics_driver script to handle Matrox cardsPierre Equoy
One of the devices being tested uses a Matrox card. This card is using a kernel mode setting (kms) driver called 'modesetting' to work, but this use case was not handled in our graphics_driver script that displays information about drivers currently in use. LP: #1655211
2017-02-03Merge #316318 from plainbox-provider-checkbox:releasePMR
Release_2017_Week5
2017-02-03increment version to v0.35.0.dev0Sylvain Pineau
2017-02-03Bump to v0.34.0v0.34.0Sylvain Pineau
2017-01-31Bump to v0.34.0rc2v0.34.0rc2Sylvain Pineau
2017-01-31disk_stats_test: less output, better failure output, fixed grep issue when ↵Jeff Lane
there are two disks with similar names LP: #1660653
2017-01-31Merge #316038 from ↵PMR
~sylvain-pineau/plainbox-provider-checkbox:1660653-fix-disk_stats_test
2017-01-31disk_stats_test: less output, better failure output, fixed grep issue when ↵Jeff Lane
there are two disks with similar names LP: #1660653
2017-01-30Bump to v0.34.0rc1v0.34.0rc1Sylvain Pineau
2017-01-30Update .gitignoreSylvain Pineau
2017-01-27Merge #315823 from ~leftyfb/plainbox-provider-checkbox:1659929-fix-virt-cpuPMR
2017-01-27Set cpu type for ppc to match hostMike Rushton
2017-01-24Merge #315444 from ↵PMR
~pierre-equoy/plainbox-provider-checkbox:1658624-fwts-tests-list-update
2017-01-24Update FWTS tests using HWE recommendationsPierre 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-19Merge #315037 from ~rodsmith/plainbox-provider-checkbox:add-numa-testingPMR