~bladernr/plainbox-provider-checkbox:1905813-add-missing-environ-stressng-test

Last commit made on 2020-12-11
Get this branch:
git clone -b 1905813-add-missing-environ-stressng-test https://git.launchpad.net/~bladernr/plainbox-provider-checkbox
Only Jeff Lane  can upload to this branch. If you are Jeff Lane  please log in for upload directions.

Branch merges

Branch information

Name:
1905813-add-missing-environ-stressng-test
Repository:
lp:~bladernr/plainbox-provider-checkbox

Recent commits

4ee1d83... by Jeff Lane 

stress/cpu_stress_ng_test: add environ: so that users can override the default runtime correctly lp: #1905813

cdee3d9... by PMR <pmr@pmr-lander>

Merge #394995 from ~alanec/plainbox-provider-checkbox:cpu_test_jobs_update

ad50618... by Kai-Chuan Hsieh

Merge branch 'low-power-idle'

0e6e227... by PMR <pmr@pmr-lander>

Merge #394918 from ~williamhsu/plainbox-provider-checkbox/+git/plainbox-provide-checkbox:bug/lp-1906766/Grant-permission-to-daisy-chain-test

Daisy-chain test needs the root permission. Otherwise, it will show an ERROR - "ERROR: This script must be run as root!""

a845e46... by PMR <pmr@pmr-lander>

Merge #394448 from ~zongminl/plainbox-provider-checkbox/+git/plainbox-provider-checkbox:audio-detect-sinks-sources

audio/jobs: Fix audio/alsa_record_playback_automated always returns passed result even when there's no valid PulseAudio element

Fix: Use a new job audio/detect_sinks_sources as depends job to audio/alsa_record_playback_automated, when there is no valid PulseAudio element exists, make audio/alsa_record_playback_automated skipped.

Symptom before this fix:
https://bugs.launchpad.net/plainbox-provider-checkbox/+bug/1902201
audio/alsa_record_playback_automated show pass incorrectly on a machine audio function not work

Behavior after this fix:
audio/alsa_record_playback_automated now depends on a new job audio/detect_sinks_sources, it checks if both valid PulseAudio source and sink exist, if not, audio/detect_sinks_sources will fail and skip audio/alsa_record_playback_automated.

What's returned:
- When both sink and source are available, audio/detect_sinks_sources passed and returns 0
- When no available source exists, audio/detect_sinks_sources failed and returns 1
- When no available sink exists, audio/detect_sinks_sources failed and returns 2
- When both no sink and source available, audio/detect_sinks_sources failed and returns 3

51d8b78... by PMR <pmr@pmr-lander>

Merge #394952 from ~jocave/plainbox-provider-checkbox:fix-eff-flag-32

69ccdc5... by Jonathan Cave

socketcan/*: fix EFF ID flag on 32 bit arch

A misuse of the socket.CAN_EFF_FLAG constant was causing the
CAN ID to be out of range on 32bit architectures.

81cd789... by PMR <pmr@pmr-lander>

Merge #395012 from ~jocave/plainbox-provider-checkbox:booted-kernel-known-path

4e5ec5d... by Jonathan Cave

kernel-snap: require kernel path for booted-kernel

Only attempt to run the booted-kernel-matches-current-.* test on
devices where we can identify the location of the booted kernel.
This will preclude devices using uboot bootloader currently.

ebf2149... by Adrian Lane

Remove s390x from cpu/jobs.pxu:cpu_topology. lp: 1852643