From 00b1cb93eaf7e4523eb927a5094b5e166815037c Mon Sep 17 00:00:00 2001 From: Arthur She Date: Thu, 5 Jun 2014 20:03:00 -0700 Subject: aapits: Fix result parsing The test results in acpica/tests/aapits/tmp/raw.out are more valuable . It shows ": ". Use them instead of "test 1 0:pass" for LAVA test results. Change-Id: Iedc57c941e90b28ea9cd671bded386529e2665be --- ubuntu/aapits.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ubuntu/aapits.yaml b/ubuntu/aapits.yaml index 4437977..d509f6b 100644 --- a/ubuntu/aapits.yaml +++ b/ubuntu/aapits.yaml @@ -31,5 +31,6 @@ run: steps: - 'cd acpica/tests/aapits/bin' - './aapitsrun' + - 'cat ../tmp/raw.out' parse: - pattern: "^(?P\\w+\\s+\\d+\\s+\\d+):\\s+(?P\\w+)" + pattern: "[ a-zA-Z]+ (?P[a-zA-Z0-9]+):\\s(?PPASS|FAIL|SKIP)" -- cgit v1.2.3