summaryrefslogtreecommitdiff
path: root/ubuntu
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu')
-rw-r--r--ubuntu/kvm.yaml14
1 files changed, 11 insertions, 3 deletions
diff --git a/ubuntu/kvm.yaml b/ubuntu/kvm.yaml
index 1e44ab4..337492a 100644
--- a/ubuntu/kvm.yaml
+++ b/ubuntu/kvm.yaml
@@ -17,15 +17,23 @@ install:
deps:
- qemu-system
- qemu-utils
- - rt-tests
+ - python-numpy
- uml-utilities
- bridge-utils
- udhcpc
+ - wget
+ steps:
+ - 'wget http://people.redhat.com/mingo/cfs-scheduler/tools/hackbench.c'
+ - 'gcc -g -Wall -O2 -o hackbench hackbench.c -lpthread'
+ - 'cp hackbench /usr/bin/'
+
run:
steps:
- 'sudo ./common/scripts/kvm/test-host.sh'
- 'sudo ./common/scripts/kvm/test-kvm.sh'
- - "lava-test-run-attach kvm-log.txt text/plain"
+ - 'sudo ./common/scripts/kvm/test-rt-parse.sh'
+ - 'lava-test-run-attach kvm-log.txt text/plain'
+ - 'lava-test-run-attach guest.log text/plain'
parse:
- pattern: "(?P<test_case_id>.*-*):\\s+(?P<result>(pass|fail))"
+ pattern: '^(?P<test_case_id>[^:]+):\s*(?P<measurement>[0-9.]+)\s+(?P<units>\w+)\s+(?P<result>\w+)'