From 8a4bcae687a036bbb278af06f1f5a46128de3f42 Mon Sep 17 00:00:00 2001 From: Riku Voipio Date: Mon, 12 Sep 2016 16:12:39 +0300 Subject: kvm: add client complete testcase In previous tests this was inline. Make this now part of repo to make test submissions shorter and more descriptive. Drop the parse part. Change-Id: I2182ca66df00a93682503c0cf666b48ad9dc0ffe --- ubuntu/start-kvm.yaml | 2 -- ubuntu/stop-guest.yaml | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 ubuntu/stop-guest.yaml 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[^:]+):\s*(?P[0-9.]+)\s+(?P\w+)\s+(?P\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 + -- cgit v1.2.3