summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-04-20Merge #382600 from ~alanec/plainbox-provider-checkbox:ipmi_test-pyPMR
Converted ipmi_test from Bash to Python3; added functionality and streamlined output. lp: #1869439
2020-04-20Minor refactoring (implemented feedback from Jeff Lane).Adrian Lane
2020-04-20Merge #382321 from ~jocave/plainbox-provider-checkbox:booted-kernel-fixPMR
2020-04-20Merge #382501 from ↵PMR
~bladernr/plainbox-provider-checkbox:1873464-fix-nvdimm-health Fix nvdimm/health to work for both version 1 and 2 of ipmctl
2020-04-20Merge #382445 from ~jocave/plainbox-provider-checkbox:failed-service-checksPMR
2020-04-17fixing resource job nameJeff Lane
2020-04-17Merge #382495 from ~bladernr/plainbox-provider-checkbox:1873468-nvdimm-info-fixPMR
Fixes typo in nvdimm-full testplan that prevented nvdimm/info from running
2020-04-17Minor refactoring, private function declaration.Adrian Lane
2020-04-17add nvdimm resource dependency so these don't run on systems without nvdimmJeff Lane
2020-04-17Fix nvdimm/health to work for both versions 1 and 2 of ipmctl lp: #1873464Jeff Lane
2020-04-17Fixed typo that kept nvdimm/info from running. lp: #1873468Jeff Lane
2020-04-16power-management: add failed service checksJonathan Cave
After running tests that cause the device to reboot, check for any failed services. Could be pertinent to the watchdog test where the shutdown is not manageed.
2020-04-16Merge #382407 from plainbox-provider-checkbox:releasePMR
Release_2020_Week16
2020-04-16increment version to v0.53.0.dev0PMR
2020-04-16Bump to v0.52.0v0.52.0PMR
2020-04-15Updated loop in ipmi_channel_helper().Adrian Lane
2020-04-15Minor syntax fix in helper functions.Adrian Lane
2020-04-15PEP8 spacing update.Adrian Lane
2020-04-15Updated ipmi_channel_hlpr().Adrian Lane
2020-04-15booted_kernel_tests: fix for base core18 snapsJonathan Cave
Need to use snapd managed path to read hostfs
2020-04-15Refactored ipmi_channel(), improved robustness.Adrian Lane
2020-04-14Bump to v0.52.0rc2v0.52.0rc2PMR
2020-04-14Merge branch 'master' into releasePMR
2020-04-14Merge #382114 from ~alextu/plainbox-provider-checkbox:pm-test-fix-typoPMR
2020-04-13it should be a typo from 6f896de9 which break functionalityAlex Tu
2020-04-12Fix for loop in ipmi_channel().Adrian Lane
2020-04-12General refactor/enhancements (var defines, syntax/comments).Adrian Lane
2020-04-06Bump to v0.52.0rc1v0.52.0rc1PMR
2020-04-05explicit syntax addsAdrian Lane
2020-04-05minor refactoring, syntax changesAdrian Lane
2020-04-05Matching changes to function names for consistencyAdrian Lane
2020-04-05Minor variable changes for clarity.Adrian Lane
2020-04-05Increased robustness of variable setting, performed minor refactoring of ↵Adrian Lane
functions and general cleanup.
2020-04-03Refactored ipmi_channel(), minor syntax changes (last push till next feedback).Adrian Lane
2020-04-03Minor syntax/comment changesAdrian Lane
2020-04-03Refactor to oop, add argparsing & logging (debug/quiet). Implemeneted ↵Adrian Lane
feedback from Jeff Lane.
2020-04-03Merge #381631 from ~sylvain-pineau/plainbox-provider-checkbox:pm_test_remote_fixsnap-2020-04-08T0856PMR
2020-04-03bin:pm_test: Use the NORMAL_USER en var when invoked via remoteSylvain Pineau
SUDO_UID is not available since the slave service is a systemd unit running as root
2020-04-02Merge #375954 from ↵PMR
~bladernr/plainbox-provider-checkbox:1853847-no-cpu-scaling-on-power update cpu/scaling to not run on s390x and ppc64el
2020-04-02fixed merge conflicts lp: #1853847Jeff Lane
2020-04-02Merge branch 'master' of ↵Jeff Lane
https://git.launchpad.net/plainbox-provider-checkbox into 1853847-no-cpu-scaling-on-power rebasing on current master
2020-04-02cpu/jobs.pxu: don't run cpu_scaling on ppc64el or s390x as it isnt ↵Jeff Lane
applicable there. lp: #1853847
2020-03-31bin:disk_read_performance_test: Revert ata threshold to 80 MB/secSylvain Pineau
2020-03-30Merge #381375 from ~ray.chen/plainbox-provider-checkbox:set-script-executablePMR
2020-03-30bin/light_sensor_test: set script executableray.chen
2020-03-28Function refactoring and general cleanup.Adrian Lane
2020-03-28Minor syntax changes w/ print(f).Adrian Lane
2020-03-28Converted ipmi_test from Bash to Python3; added functionality and ↵Adrian Lane
streamlined output.
2020-03-26Merge #381120 from ↵PMR
~rodsmith/plainbox-provider-checkbox:update-disk-read-performance-thresholds Update disk_read_performance_test with new device types & more modern minimum acceptable speeds.
2020-03-26Backed off nvme and mdadm changes to disk_read_performance_test in response ↵Rod Smith
to review comments.