Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-21 | Remove GPGPU units as they've been moved to their own provider. LP: #1879965 | Jeff Lane | |
2020-05-08 | Merge #383642 from ~rodsmith/plainbox-provider-checkbox:fix-prerelease-test | PMR | |
Fix check-prerelease script to deal with removal of Supported: line from apt-cache output. | |||
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-06 | Merge #383452 from ↵ | PMR | |
~bladernr/plainbox-provider-checkbox:1876965-fix-syntaxwarning-messages LP:1876965 - Fix Syntax Warnings in scripts | |||
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-05-05 | Merge #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-01 | Merge #382873 from ~jocave/plainbox-provider-checkbox:user-root-interface-bind | PMR | |
2020-04-28 | Merge #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-28 | Merge #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-27 | Work around problem of mediacard/sd-preinserted-server being called ↵ | Rod Smith | |
inappropriately | |||
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-24 | Merge #382897 from ↵ | PMR | |
~narahuang/plainbox-provider-checkbox/+git/plainbox-provider-checkbox:fix-missing-mac-passthrough-script | |||
2020-04-24 | Add the missing mac_passthrough.py for job dock/mac-address-passthrough | Nara Huang | |
2020-04-23 | ethernet: fix SO_BINDTODEVICE permissions errors | Jonathan 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-23 | Merge #382854 from plainbox-provider-checkbox:release | PMR | |
Release_2020_Week17 | |||
2020-04-23 | increment version to v0.54.0.dev0 | PMR | |
2020-04-23 | Bump to v0.53.0v0.53.0 | PMR | |
2020-04-22 | Merge #382784 from ↵ | PMR | |
~bladernr/plainbox-provider-checkbox:1874301-fix-ipmi_test-job-command Fix ipmi_test job def to call renamed script | |||
2020-04-22 | fixed ipmi_test job def to call the right script name lp: #1874301 | Jeff Lane | |
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-20 | Merge #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-20 | Merge #382445 from ~jocave/plainbox-provider-checkbox:failed-service-checks | PMR | |
2020-04-17 | fixing resource job name | Jeff Lane | |
2020-04-17 | Merge #382495 from ~bladernr/plainbox-provider-checkbox:1873468-nvdimm-info-fix | PMR | |
Fixes typo in nvdimm-full testplan that prevented nvdimm/info from running | |||
2020-04-17 | Minor refactoring, private function declaration. | Adrian Lane | |
2020-04-17 | add nvdimm resource dependency so these don't run on systems without nvdimm | Jeff Lane | |
2020-04-17 | Fix nvdimm/health to work for both versions 1 and 2 of ipmctl lp: #1873464 | Jeff Lane | |
2020-04-17 | Fixed typo that kept nvdimm/info from running. lp: #1873468 | Jeff 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-16 | Merge #382407 from plainbox-provider-checkbox:release | PMR | |
Release_2020_Week16 | |||
2020-04-16 | increment version to v0.53.0.dev0 | PMR | |
2020-04-16 | Bump to v0.52.0v0.52.0 | PMR | |
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-14 | Bump to v0.52.0rc2v0.52.0rc2 | PMR | |
2020-04-14 | Merge branch 'master' into release | PMR | |
2020-04-14 | Merge #382114 from ~alextu/plainbox-provider-checkbox:pm-test-fix-typo | PMR | |
2020-04-13 | it should be a typo from 6f896de9 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 | |