Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-01 | fixed the typo to unmount disk | stanley31 | |
2020-06-18 | Modify import & call to Disk library in fstrim_test script, per jocave's comment | Rod Smith | |
2020-06-18 | Fix broken fstrim_test module definition | Rod Smith | |
2020-06-17 | Merge #385588 from ~rodsmith/plainbox-provider-checkbox:add-fstrim-test | PMR | |
Added new fstrim test. | |||
2020-06-15 | PEP8 compliance fixes | Jeff Lane | |
2020-06-15 | bin/kernel_taint_test: Improve output to identify proprietary and non-intree ↵ | Jeff Lane | |
drivers. lp: #1876977 | |||
2020-06-11 | Added new fstrim test | Rod Smith | |
Delete redundant disk_support.py | |||
2020-06-09 | ethernet: static config job networkd/nm support | Jonathan Cave | |
Convert the old check-{if}-static script to python. Add support for doing the same type of test when the interface is managed by networkd. Allow check the address that was assigned through a config variable. | |||
2020-05-29 | Merge #384062 from ~alanec/plainbox-provider-checkbox:ipmi_test-py_patch | PMR | |
bin/ipmi_test.py: Added support for multiple IPMI driver types (at once), cleaned up ipmi_channel/_hlpr, syntax cleanup. -lp:#1874629 | |||
2020-05-27 | Merge #383957 from ↵ | PMR | |
~bladernr/plainbox-provider-checkbox:1878614-modify-network-script-failure-output LP:1878614 - bin/network: modified test failure message to be more explicit when a test run fails | |||
2020-05-18 | Updated get_ipmi_channel() to skip invalid IPMI channels. | Adrian Lane | |
2020-05-18 | Updated _process_exec() conditionals with more appropriate evaluation method. | Adrian Lane | |
2020-05-18 | Updated conditional in get_ipmi_channel() to match similar methods. | Adrian Lane | |
2020-05-16 | Major refactor for: helper fn and __init__ cleanup, docstrings added and ↵ | Adrian Lane | |
removed ipmi_locate() and its helper. | |||
2020-05-14 | bin/network: changed failure output to be a little more explicit. lp: #1878614 | Jeff Lane | |
2020-05-13 | fix a crash in freq gov. test if the scaling_available_frequencies file is NA | kissiel | |
Fixes: LP: #1875689, #1875341 | |||
2020-05-08 | Revised calls to external programs in check-prerelease script | Rod Smith | |
2020-05-08 | Fix check-prerelease script to deal with removal of Supported line from ↵ | Rod Smith | |
apt-cache output Add changes to check_os_status() in check-prerelease Remove unused includes | |||
2020-05-06 | Merge #383451 from ↵ | PMR | |
~bladernr/plainbox-provider-checkbox:1876966-removable_storage_test-run-as-root LP:1876966 - bin/removable_storage_test: added UID check to ensure it's only run as root. | |||
2020-05-05 | bin/removable_storage_test: add uid check so script is only run as root. lp: ↵ | Jeff Lane | |
#1876966 | |||
2020-05-05 | bin/frequency_governors_test, bin/removable_storage_test: address ↵ | Jeff Lane | |
SyntaxWarning errors. lp: #1876965 | |||
2020-04-29 | Made ipmi_locate() informational for the time being. Getting segfaults w/ ↵ | Adrian Lane | |
some Focal systems, and Jeff has opened a bug w/ FreeIPMI. | |||
2020-04-28 | * Sink device name changed to Hdmi in DMIC. (LP: #1875526) | Bin Li | |
2020-04-27 | Using abstraction base class Callable under collections.abc. (LP: #1875310) | Kai-Chuan Hsieh | |
fix issue below: audio_test:127: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will stop working if not isinstance(method, collections.Callable): | |||
2020-04-27 | PEP8 spacing correction. | Adrian Lane | |
2020-04-26 | Minor refactor of ipmi_channel(). | Adrian Lane | |
2020-04-26 | Enhanced ipmi driver retrival, cleaned up output formatting & syntax, fixed ↵ | Adrian Lane | |
multiple helper fn logic. | |||
2020-04-24 | Add the missing mac_passthrough.py for job dock/mac-address-passthrough | Nara Huang | |
2020-04-24 | Minor syntax correction for PEP8 compliance. | Adrian Lane | |
2020-04-24 | Added support for multiple IPMI driver types (at once), cleaned up ↵ | Adrian Lane | |
ipmi_channel/_hlpr, syntax cleanup. -lp:#1874629 | |||
2020-04-20 | Merge #382600 from ~alanec/plainbox-provider-checkbox:ipmi_test-py | PMR | |
Converted ipmi_test from Bash to Python3; added functionality and streamlined output. lp: #1869439 | |||
2020-04-20 | Minor refactoring (implemented feedback from Jeff Lane). | Adrian Lane | |
2020-04-20 | Merge #382321 from ~jocave/plainbox-provider-checkbox:booted-kernel-fix | PMR | |
2020-04-17 | Minor refactoring, private function declaration. | Adrian Lane | |
2020-04-16 | power-management: add failed service checks | Jonathan 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-15 | Updated loop in ipmi_channel_helper(). | Adrian Lane | |
2020-04-15 | Minor syntax fix in helper functions. | Adrian Lane | |
2020-04-15 | PEP8 spacing update. | Adrian Lane | |
2020-04-15 | Updated ipmi_channel_hlpr(). | Adrian Lane | |
2020-04-15 | booted_kernel_tests: fix for base core18 snaps | Jonathan Cave | |
Need to use snapd managed path to read hostfs | |||
2020-04-15 | Refactored ipmi_channel(), improved robustness. | Adrian Lane | |
2020-04-13 | it should be a typo from 45b4ffa9 which break functionality | Alex Tu | |
2020-04-12 | Fix for loop in ipmi_channel(). | Adrian Lane | |
2020-04-12 | General refactor/enhancements (var defines, syntax/comments). | Adrian Lane | |
2020-04-05 | explicit syntax adds | Adrian Lane | |
2020-04-05 | minor refactoring, syntax changes | Adrian Lane | |
2020-04-05 | Matching changes to function names for consistency | Adrian Lane | |
2020-04-05 | Minor variable changes for clarity. | Adrian Lane | |
2020-04-05 | Increased robustness of variable setting, performed minor refactoring of ↵ | Adrian Lane | |
functions and general cleanup. | |||
2020-04-03 | Refactored ipmi_channel(), minor syntax changes (last push till next feedback). | Adrian Lane | |