summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@linaro.org>2015-04-23 09:18:03 +0100
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2015-04-28 08:04:17 +0000
commitdf3adea8251ac0ca7d44628d60174482a6fab2f3 (patch)
treed4d58e3f907b86ac4ae837ae9ec48f2d75ffec67
parent16d6ad884e216726a6f72b1fa5760d0c805c2a56 (diff)
ubuntu: remove rt-hackbench
The same test case is covered by hackbench.yaml. Change-Id: Id3b505e19a5264405991eb96d60675f6ae10a7fc Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
-rw-r--r--ubuntu/rt-hackbench.yaml69
1 files changed, 0 insertions, 69 deletions
diff --git a/ubuntu/rt-hackbench.yaml b/ubuntu/rt-hackbench.yaml
deleted file mode 100644
index 450b2b6..0000000
--- a/ubuntu/rt-hackbench.yaml
+++ /dev/null
@@ -1,69 +0,0 @@
-metadata:
- name: rt-hackbench
- format: "Lava-Test-Shell Test Definition 1.0"
- description: "Run Hackbench Real Time Suite"
- maintainer:
- - tyler.baker@linaro.org
- scope:
- - functional
- - preempt_rt
- devices:
- - arndale
- os:
- - ubuntu
-
-install:
- git-repos:
- - git://git.kernel.org/pub/scm/linux/kernel/git/clrkwllms/rt-tests.git
- steps:
- - "cd rt-tests && make install"
- deps:
- - psmisc
- - make
-
-run:
- steps:
- - while true; do dd if=/dev/zero of=bigfile bs=1024000 count=1024; done &
- - while true; do killall hackbench; sleep 5; done &
- - while true; do hackbench 20; done &
-
-parse:
- pattern: "^(Time:[\\w/\\.]+):\\s+(?P<message>.+)\\.\\.\\.\\s+(?P<result>\\w+)"
-
-#Running in process mode with 10 groups using 40 file descriptors each (== 400 tasks)
-#Each sender will pass 100 messages of 100 bytes
-#Signal 15 caught, longjmp'ing out!
-#longjmp'ed out, reaping children
-#sending SIGTERM to all child processes
-#signaling 400 worker threads to terminate
-#Time: 1.565
-#Running in process mode with 10 groups using 40 file descriptors each (== 400 tasks)
-#Each sender will pass 100 messages of 100 bytes
-#Time: 1.487
-#Running in process mode with 10 groups using 40 file descriptors each (== 400 tasks)
-#Each sender will pass 100 messages of 100 bytes
-#Signal 15 caught, longjmp'ing out!
-#longjmp'ed out, reaping children
-#sending SIGTERM to all child processes
-#signaling 80 worker threads to terminate
-#Time: 1368799254.4294833905
-#Running in process mode with 10 groups using 40 file descriptors each (== 400 tasks)
-#Each sender will pass 100 messages of 100 bytes
-#Time: 1.553
-#Running in process mode with 10 groups using 40 file descriptors each (== 400 tasks)
-#Each sender will pass 100 messages of 100 bytes
-#Time: 1.581
-#Running in process mode with 10 groups using 40 file descriptors each (== 400 tasks)
-#Each sender will pass 100 messages of 100 bytes
-#Time: 1.512
-#Running in process mode with 10 groups using 40 file descriptors each (== 400 tasks)
-#Each sender will pass 100 messages of 100 bytes
-#Signal 15 caught, longjmp'ing out!
-#longjmp'ed out, reaping children
-#sending SIGTERM to all child processes
-#signaling 40 worker threads to terminate
-#Time: 1368799259.4294833933
-#Running in process mode with 10 groups using 40 file descriptors each (== 400 tasks)
-#Each sender will pass 100 messages of 100 bytes
-#Time: 1.540
-#