aboutsummaryrefslogtreecommitdiff
path: root/openembedded/kvm.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/kvm.yaml')
-rw-r--r--openembedded/kvm.yaml25
1 files changed, 0 insertions, 25 deletions
diff --git a/openembedded/kvm.yaml b/openembedded/kvm.yaml
deleted file mode 100644
index b39470c9..00000000
--- a/openembedded/kvm.yaml
+++ /dev/null
@@ -1,25 +0,0 @@
-metadata:
- name: kvm
- format: "Lava-Test-Shell Test Definition 1.0"
- description: "Test kvm on openembedded."
- maintainer:
- - anders.roxell@linaro.org
- - riku.voipio@linaro.org
- scope:
- - functional
- - virtualization
- os:
- - openembedded
- devices:
- - rtsm_ve-armv8
- - arndale
-
-run:
- steps:
- - 'sudo ./common/scripts/kvm/test-host.sh'
- - 'sudo ./common/scripts/kvm/test-kvm.sh'
- - 'sudo ./common/scripts/kvm/test-rt-parse.sh'
- - "lava-test-run-attach kvm-log.txt text/plain"
-
-parse:
- pattern: '^(?P<test_case_id>[^:]+):\s*(?P<measurement>[0-9.]+)\s+(?P<units>\w+)\s+(?P<result>\w+)'