metadata: name: NO_HZ_FULL format: "Lava-Test-Shell Test Definition 1.0" description: "Test CPU Isolation with NOHZ and CPUSETS on ubuntu." maintainer: - viresh.kumar@linaro.org os: - ubuntu scope: - functional devices: - arndale params: ITERATIONS: 5 ISOL_MIN: 10 run: steps: - "common/scripts/is-cpu-isolated.sh $ITERATIONS $ISOL_MIN" parse: pattern: "(?P(PASS|FAIL|SKIP)):\\s+(?P(.*))" fixupdict: PASS: pass FAIL: fail