summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ubuntu/start-kvm.yaml2
-rw-r--r--ubuntu/stop-guest.yaml22
2 files changed, 22 insertions, 2 deletions
diff --git a/ubuntu/start-kvm.yaml b/ubuntu/start-kvm.yaml
index 72b4df7..992ce4b 100644
--- a/ubuntu/start-kvm.yaml
+++ b/ubuntu/start-kvm.yaml
@@ -50,5 +50,3 @@ run:
- lava-sync clients
- 'cat *.txt'
-parse:
- pattern: '^(?P<test_case_id>[^:]+):\s*(?P<measurement>[0-9.]+)\s+(?P<units>\w+)\s+(?P<result>\w+)'
diff --git a/ubuntu/stop-guest.yaml b/ubuntu/stop-guest.yaml
new file mode 100644
index 0000000..a2d9405
--- /dev/null
+++ b/ubuntu/stop-guest.yaml
@@ -0,0 +1,22 @@
+metadata:
+ name: guest-complete
+ format: "Lava-Test-Shell Test Definition 1.0"
+ description: "Signal tests inside guest complete"
+ maintainer:
+ - riku.voipio@linaro.org
+ scope:
+ - functional
+ - virtualization
+ os:
+ - ubuntu
+ devices:
+ - arndale
+ - vexpress-tc2
+ - mustang
+ - midway
+ - juno
+
+run:
+ steps:
+ - lava-sync clients
+