summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-15Refactored ipmi_channel(), improved robustness.Adrian Lane
2020-04-12Fix for loop in ipmi_channel().Adrian Lane
2020-04-12General refactor/enhancements (var defines, syntax/comments).Adrian Lane
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-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-02-28Merge #379963 from ~kissiel/plainbox-provider-checkbox:xrandr-final-showdownPMR
2020-02-27xrand_cycle: don't try setting resolutions that don't workMaciej Kisielewski
The long-lasting problem was that xrandr listed resolution it could not set. The resolutions in question are ones that use DoubleScan (due to their _usual_ low pixel count each row is scanned twice so the refresh frequencies are not bonkers). This patch changes how xrandr_cycle polls for available modes from xrandr, so we can not take into consideration the DoubleScan modes. The modes that are not filtered out should be valid modes that xrandr can use. Fixes: LP: #1627581
2020-02-25Merge #379215 from ↵PMR
~rodsmith/plainbox-provider-checkbox:unify-stress-ng-wrapper-scripts-2 Replace three stress-ng wrapper scripts with one unified script.
2020-02-24Added explicit 'environ' specification to memory stress test definitionRod Smith
2020-02-24Merge #378892 from ~jocave/plainbox-provider-checkbox:rpi-cam-armhf-onlysnap-2020-02-25T0951PMR
2020-02-21Merge #379584 from ~alanec/plainbox-provider-checkbox:update-ipmi-testsPMR
Converted bin/ipmi_test use FreeIPMI. Added checks for IPMI version + ipmi-locate. Enhanced output readability.
2020-02-21Merge #379662 from ~jocave/plainbox-provider-checkbox:remove-ctx-cruftPMR
2020-02-21wwan: remove missed context cruft from gsm testJonathan Cave
Cleanup Some last traces of guacamole.
2020-02-21Merge #379656 from ~jocave/plainbox-provider-checkbox:use-dbus-wwan-resourcesnap-2020-02-21T1730PMR
2020-02-21wwan: use dbus on resource as with other jobsJonathan Cave
2020-02-21Output reformating.Adrian Lane
2020-02-20Added checks in bin/ipmi_test for IPMI version + ipmi-locate. Enhanced ↵Adrian Lane
output readability to handle increased output.
2020-02-20Add support for STRESS_NG_MIN_SWAP_SIZE env variable to set min swap sizeRod Smith
2020-02-20Merge #378431 from ↵snap-2020-02-20T1623PMR
~bladernr/plainbox-provider-checkbox:1861536-add-kabylake-cpuid Update cpuid.py to include more recent Kaby Lake stepping.
2020-02-20Merge #379405 from ↵PMR
~bladernr/plainbox-provider-checkbox:1863789-update-cpuid-opteron Updated to add AMD Lisbon ID
2020-02-19Update bin/ipmi_test to use FreeIPMI in place of OpenIPMI (ipmitool).Adrian Lane
2020-02-19Merge #379460 from ~kissiel/plainbox-provider-checkbox:fix-raid-testingPMR
2020-02-19set threshold for disk_read test to 80MB/s for RAIDsMaciej Kisielewski
2020-02-19fix storage_test so it sees partitions on RAIDsMaciej Kisielewski
2020-02-19Merge #379444 from plainbox-provider-checkbox:releasesnap-2020-02-19T0937PMR
Release_2020_Week8
2020-02-19increment version to v0.52.0.dev0PMR
2020-02-19Bump to v0.51.0v0.51.0PMR
2020-02-18Add ID for AMD Lisbon (Opteron 4100), change naming for 6100 to proper name ↵Jeff Lane
Magny-Cours lp: #1863789
2020-02-14Replace three stress-ng scripts with a unified script.Rod Smith
2020-02-13Merge #378969 from ~jocave/plainbox-provider-checkbox:snap-install-base-runtimePMR
2020-02-13snap_tests.py: add verbose output on install testsJonathan Cave
The snapd class now supports print task information during async operations. Enable this for just install tests.
2020-02-13snap_tests.py: pick test snap based on baseJonathan Cave
The attempt to install the test snap can be significantly slowed down if its base snap is not currently installed on the system. Use appropriate base snap based on which base checkbox is using.
2020-02-11camera: only run rpi test on armhfJonathan Cave
The VideoCore userland currently only works on 32bit arch.
2020-02-11Bump to v0.51.0rc1v0.51.0rc1PMR
2020-02-11Merge #378757 from ~jocave/plainbox-provider-checkbox:packaging-remove-guacPMR
2020-02-07info/packaging: remove python3-guacamole from depsJonathan Cave
There are no longer any scripts using this module so removing the packaging unit
2020-02-07Merge #378756 from ~jocave/plainbox-provider-checkbox:wwan-master-deguacPMR
2020-02-07Merge #378753 from ~jocave/plainbox-provider-checkbox:dkms-info-deguacPMR