Skip to content
Snippets Groups Projects

Commented some lines for test

Open Luca Favaretto requested to merge lucazizolfi/oniro-testing-checkbox:test into main
@@ -3,8 +3,6 @@ category_id: CPU
id: cpu/scaling_test
requires:
executable.name == 'fwts'
'userspace' in cpuinfo.governors
cpuinfo.platform not in ("ppc64el", "s390x")
user: root
environ: PLAINBOX_SESSION_SHARE LD_LIBRARY_PATH SNAP
command:
@@ -32,7 +30,6 @@ plugin: shell
category_id: CPU
id: cpu/maxfreq_test
requires: executable.name == 'fwts'
cpuinfo.platform in ("i386", "x86_64")
user: root
environ: LD_LIBRARY_PATH SNAP
command:
@@ -106,7 +103,6 @@ category_id: CPU
id: cpu/cstates
requires:
executable.name == 'fwts'
cpuinfo.platform not in ("aarch64", "armv7l", "s390x")
user: root
_summary: BENCH_CPU_009 - Check CPU topology for accuracy between proc and sysfs
Run C-States tests
Loading