From 8dd83dcf5df12764dfb7ba1c8aa61d9a955fbb2c Mon Sep 17 00:00:00 2001 From: Naresh Bhat Date: Wed, 15 Jan 2014 17:25:30 +0530 Subject: acpica-tools: Add acpica-tools test defination Add acpica tools QA test defination. Change-Id: I74c6fa450f5faac1d00e7f06cbc13fc3cbc2c97f Signed-off-by: Naresh Bhat --- ubuntu/acpica-tools.yaml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 ubuntu/acpica-tools.yaml (limited to 'ubuntu/acpica-tools.yaml') diff --git a/ubuntu/acpica-tools.yaml b/ubuntu/acpica-tools.yaml new file mode 100644 index 0000000..d67f016 --- /dev/null +++ b/ubuntu/acpica-tools.yaml @@ -0,0 +1,37 @@ +metadata: + name: acpica + format: "Lava-Test-Shell Test Definition 1.0" + description: "Test ACPICA ASL" + os: + - ubuntu + devices: + - highbank + scope: + - functional + +install: + git-repos: + - git://git.linaro.org/people/al.stone/acpica-tools.git + steps: + - 'cd acpica-tools' + deps: + - git + - git-core + - bzip2 + - flex + - bison + - build-essential +run: + steps: + - 'cd acpica-tools/tests/' + - 'sudo ./aslts.sh' + +parse: + pattern: "^(?P\\S+)\\s+\\d+\\s+(?P\\w+)\\s+:\\s+.+" + fixupdict: + TBROK: fail + TCONF: skip + TFAIL: fail + TINFO: unknown + TPASS: pass + TWARN: unknown -- cgit v1.2.3