summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-21Remove GPGPU units as they've been moved to their own provider. LP: #1879965Jeff Lane
2020-05-08Merge #383642 from ~rodsmith/plainbox-provider-checkbox:fix-prerelease-testPMR
Fix check-prerelease script to deal with removal of Supported: line from apt-cache output.
2020-05-08Revised calls to external programs in check-prerelease scriptRod Smith
2020-05-08Fix 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-06Merge #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-06Merge #383452 from ↵PMR
~bladernr/plainbox-provider-checkbox:1876965-fix-syntaxwarning-messages LP:1876965 - Fix Syntax Warnings in scripts
2020-05-05bin/removable_storage_test: add uid check so script is only run as root. lp: ↵Jeff Lane
#1876966
2020-05-05bin/frequency_governors_test, bin/removable_storage_test: address ↵Jeff Lane
SyntaxWarning errors. lp: #1876965
2020-05-05Merge #383048 from ↵PMR
~binli/plainbox-provider-checkbox/+git/plainbox-provider-checkbox:dmic-support * Sink device name changed to Hdmi in DMIC. (LP: #1875526)
2020-05-01Merge #382873 from ~jocave/plainbox-provider-checkbox:user-root-interface-bindPMR
2020-04-28Merge #383016 from ↵PMR
~rodsmith/plainbox-provider-checkbox:fix-nonremovable-removable Work around problem of mediacard/sd-preinserted-server being called inappropriately
2020-04-28* Sink device name changed to Hdmi in DMIC. (LP: #1875526)Bin Li
2020-04-28Merge #382989 from ↵PMR
~kchsieh/plainbox-provider-checkbox/+git/plainbox-provider-checkbox:audio_test_deprecated Using abstraction base class Callable under collections.abc. (LP: #1875310)
2020-04-27Work around problem of mediacard/sd-preinserted-server being called ↵Rod Smith
inappropriately
2020-04-27Using 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-24Merge #382897 from ↵PMR
~narahuang/plainbox-provider-checkbox/+git/plainbox-provider-checkbox:fix-missing-mac-passthrough-script
2020-04-24Add the missing mac_passthrough.py for job dock/mac-address-passthroughNara Huang
2020-04-23ethernet: fix SO_BINDTODEVICE permissions errorsJonathan Cave
In some circumstances a test run will switch to normal_user that does not have permission to bind a socket to a specific interface which causes errors when running ping -I{interrface}. Force the test to run as root.
2020-04-23Merge #382854 from plainbox-provider-checkbox:releasePMR
Release_2020_Week17
2020-04-23increment version to v0.54.0.dev0PMR
2020-04-23Bump to v0.53.0v0.53.0PMR
2020-04-22Merge #382784 from ↵PMR
~bladernr/plainbox-provider-checkbox:1874301-fix-ipmi_test-job-command Fix ipmi_test job def to call renamed script
2020-04-22fixed ipmi_test job def to call the right script name lp: #1874301Jeff Lane
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