aboutsummaryrefslogtreecommitdiff
path: root/wa2target.yaml
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@linaro.org>2014-03-19 13:11:37 +0000
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2014-03-19 13:11:37 +0000
commite58dcf978402315d78265636e7be82b5a613a3f4 (patch)
tree152759f269e735a1e0d5fcb36b42f95c52e5aa77 /wa2target.yaml
initial commit
Diffstat (limited to 'wa2target.yaml')
-rw-r--r--wa2target.yaml23
1 files changed, 23 insertions, 0 deletions
diff --git a/wa2target.yaml b/wa2target.yaml
new file mode 100644
index 0000000..2e7fc11
--- /dev/null
+++ b/wa2target.yaml
@@ -0,0 +1,23 @@
+metadata:
+ format: Lava-Test Test Definition 1.0
+ name: wa2-target
+ description: "WAv2 - target part of multinode job"
+ maintainer:
+ - milosz.wasilewski@linaro.org
+ os:
+ - ubuntu
+ scope:
+ - functional
+ devices:
+ - vexpress-tc2
+
+run:
+ steps:
+ - lava-test-case step1-cat-build-info --shell cat /system/build.prop
+ - lava-test-case step2-get-adb --shell getprop service.adb.tcp.port
+ - lava-test-case step3-set-adb --shell setprop service.adb.tcp.port 5555
+ - lava-test-case step4-stop-adbd --shell stop adbd
+ - lava-test-case step5-start-adbd --shell start adbd
+ - lava-test-case step6-send-ip --shell lava-send send-ip ipaddr=$(getprop dhcp.eth0.ipaddress)
+ - lava-test-case step7-multinode-sync --shell lava-sync workload-finished
+