summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kvm-lava.conf7
-rw-r--r--ubuntu/kvm.yaml2
2 files changed, 3 insertions, 6 deletions
diff --git a/kvm-lava.conf b/kvm-lava.conf
index d2d6a95..a86f1ba 100644
--- a/kvm-lava.conf
+++ b/kvm-lava.conf
@@ -4,12 +4,7 @@ stop on runlevel [!23]
console output
script
echo "kvm-boot-1: pass"
+ echo "Test hackbench on guest"
sh /root/test-rt-tests.sh
- hackbench -s 64 -l 100 -T
- hackbench -l 100 -T
- hackbench -l 100 -P
- hackbench -s 64 -l 100 -T -f 10
- hackbench -l 100 -T -f 10
- hackbench -l 100 -P -f 10
poweroff
end script
diff --git a/ubuntu/kvm.yaml b/ubuntu/kvm.yaml
index bd80424..ccbc632 100644
--- a/ubuntu/kvm.yaml
+++ b/ubuntu/kvm.yaml
@@ -11,6 +11,8 @@ install:
- wget
run:
steps:
+ - chmod a+x kvm-ci/test-host.sh
+ - 'sudo ./kvm-ci/test-host.sh'
- chmod a+x kvm-ci/test-kvm.sh
- 'sudo ./kvm-ci/test-kvm.sh'
- "lava-test-run-attach kvm-log.txt text/plain"