Skip to content

lisa/tests: misfit: Fix rt-app naming issue

Created by: valschneider

Rt-app task naming was changed with the introduction of the fork functionality, and this was reflected in

5b066eef ("lisa.tests.base: Introduce RTATestBundle.rtapp_tasks property")

The misfit test case uses the name of the task to figure out on which CPU it is initially pinned, which is somewhat icky (and now broken with the task naming change). Look at the full fledged profile to figure this out instead.

Briefly tested on a H960 with the latest integration branch:

################################################################################
[EXEKALL][2019-09-18 12:53:26,537] INFO  Artifacts dir: /data/work/lisa/results/20190918_12:49:12_1a273d9cd97c42fab8b7195bee0b317f
[EXEKALL][2019-09-18 12:53:26,537] INFO  Result summary:
StaggeredFinishes[board=hikey960]:test_dmesg        FAILED: {dmesg output=
crit: [481.849941] hisi_thermal fff30000.tsensor: sensor <1> THERMAL ALARM: 65370 > 65000
crit: [483.044989] hisi_thermal fff30000.tsensor: sensor <1> THERMAL ALARM stopped: 60860 < 65000}

StaggeredFinishes[board=hikey960]:test_preempt_time PASSED: ...
StaggeredFinishes[board=hikey960]:test_throughput   PASSED: ...

Merge request reports