diff options
author | Riku Voipio <riku.voipio@linaro.org> | 2016-09-12 16:12:39 +0300 |
---|---|---|
committer | Riku Voipio <riku.voipio@linaro.org> | 2016-09-12 16:12:39 +0300 |
commit | 8a4bcae687a036bbb278af06f1f5a46128de3f42 (patch) | |
tree | f547e13936b6cc4392d94ca36c5101f17a8f6879 /ubuntu | |
parent | 840edf24a96867315c4d0a3305b83dfa7c358621 (diff) | |
download | test-definitions-pipe-8a4bcae687a036bbb278af06f1f5a46128de3f42.tar.gz |
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
Diffstat (limited to 'ubuntu')
-rw-r--r-- | ubuntu/start-kvm.yaml | 2 | ||||
-rw-r--r-- | ubuntu/stop-guest.yaml | 22 |
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 + |