summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@linaro.org>2014-06-24 10:23:46 +0100
committerFathi Boudra <fathi.boudra@linaro.org>2014-07-07 07:05:44 +0000
commitfec563c39b832444b28459b75d00a82b5257a315 (patch)
tree99227ec4050f7c23e1d2a2615b8ca297394a29b3
parente1b09b4053632dd5b597e6bf69012afb66fa1b12 (diff)
Ubuntu: removed redundant LTP realtime definition
rt-ltp.yam was a duplicate of ltp-realtime.yaml. Leaving the latter as it contains more recent version of result parsing. Change-Id: I62c9a0395eb5a0387b01b37eae91a42a0df3251d Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
-rw-r--r--ubuntu/rt-ltp.yaml42
1 files changed, 0 insertions, 42 deletions
diff --git a/ubuntu/rt-ltp.yaml b/ubuntu/rt-ltp.yaml
deleted file mode 100644
index e20d824..0000000
--- a/ubuntu/rt-ltp.yaml
+++ /dev/null
@@ -1,42 +0,0 @@
-metadata:
- name: rt-ltp
- format: "Lava-Test-Shell Test Definition 1.0"
- description: "Run LTP realtime tests"
- maintainer:
- - tyler.baker@linaro.org
- scope:
- - functional
- - preempt_rt
- devices:
- - arndale
- os:
- - ubuntu
-
-install:
- steps:
- - 'wget http://sourceforge.net/projects/ltp/files/LTP%20Source/ltp-20140422/ltp-full-20140422.tar.xz'
- - 'tar --strip-components=1 -Jxf ltp-full-20140422.tar.xz'
- - 'mkdir build'
- - './configure --with-realtime-testsuite --prefix=$(readlink -f build)'
- - 'make all'
- - 'make SKIP_IDCHECK=1 install'
- deps:
- - bzip2
- - flex
- - bison
- - build-essential
- - wget
-run:
- steps:
- - 'cd build'
- - 'sudo ./runltplite.sh -p -q'
-
-parse:
- pattern: "^(?P<test_case_id>\\S+)\\s+\\d+\\s+(?P<result>\\w+)\\s+:\\s+.+"
- fixupdict:
- TBROK: fail
- TCONF: skip
- TFAIL: fail
- TINFO: skip
- TPASS: pass
- TWARN: unknown