~alanec/plainbox-provider-checkbox:cpufreq_test

Last commit made on 2020-12-17
Get this branch:
git clone -b cpufreq_test https://git.launchpad.net/~alanec/plainbox-provider-checkbox
Only Adrian Lane can upload to this branch. If you are Adrian Lane please log in for upload directions.

Branch merges

Branch information

Name:
cpufreq_test
Repository:
lp:~alanec/plainbox-provider-checkbox

Recent commits

8af5a03... by Adrian Lane

Changed upper bound to 150% passing tolerance (per discussion w/ JeffL).

3603cb7... by Adrian Lane

Removed unnecessary logic with startup governor reset.

0b9b869... by Adrian Lane

Warn w/o traceback if cpufreq testing unsupported.

88ed583... by Adrian Lane

Added support for ARM64 Big-Little architecture.

efc3d0c... by Adrian Lane

Changed driver logic to include ARM systems, now working successfully on Raspberry Pi (tested on 3 and 4 w/ Buster).
Removed time buffer on frequency increment during scaling test. Made arguments case-insensitive.

b4f544a... by Adrian Lane

Corrected old list variable name artifact within append_max_min() helper fn in CpuFreqTest __init__

a11a93d... by Adrian Lane

Added missing fail_count increment in dict comp. fn conditional.

779fc4d... by Adrian Lane

Dict comprehension additions, variable name cleanup, increased PEP compliance.

c4e7e20... by Adrian Lane

Create new cpufreq scaling test for frequency scaling and governor configuration testing. Replaces ‘frequency_governors_test.py’ lp: #1893140

52a866f... by PMR <pmr@pmr-lander>

Merge #389758 from ~bladernr/plainbox-provider-checkbox:1892786-add-maas-user-check

Added job to check BMC accounts for the maas user created during enlistment and commissioning. lp:1892786