From 0f5f565e9d2e20b41d59c15a9ed16c30481f0e44 Mon Sep 17 00:00:00 2001 From: Viresh Kumar Date: Wed, 27 Nov 2013 14:49:53 +0530 Subject: OpenEmbedded: Add testcase for testing NOHZ CPU Isolation Change-Id: Ic32b88bd1a16d6622c3718a4df2cc9ed0db1667d Signed-off-by: Viresh Kumar --- openembedded/nohz-isolation.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 openembedded/nohz-isolation.yaml diff --git a/openembedded/nohz-isolation.yaml b/openembedded/nohz-isolation.yaml new file mode 100644 index 0000000..fb6b4b9 --- /dev/null +++ b/openembedded/nohz-isolation.yaml @@ -0,0 +1,25 @@ +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 -- cgit v1.2.3