aboutsummaryrefslogtreecommitdiff
path: root/wa2target-juno.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'wa2target-juno.yaml')
-rw-r--r--wa2target-juno.yaml26
1 files changed, 26 insertions, 0 deletions
diff --git a/wa2target-juno.yaml b/wa2target-juno.yaml
new file mode 100644
index 0000000..4f3c826
--- /dev/null
+++ b/wa2target-juno.yaml
@@ -0,0 +1,26 @@
+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:
+ - juno
+
+params:
+ SIGNAL_PREFIX: "workload"
+
+run:
+ steps:
+ - lava-test-case step1-$SIGNAL_PREFIX-cat-build-info --shell cat /system/build.prop
+ - lava-test-case step2-$SIGNAL_PREFIX-get-adb --shell getprop service.adb.tcp.port
+ - lava-test-case step3-$SIGNAL_PREFIX-set-adb --shell setprop service.adb.tcp.port 5555
+ - lava-test-case step4-$SIGNAL_PREFIX-stop-adbd --shell stop adbd
+ - lava-test-case step5-$SIGNAL_PREFIX-start-adbd --shell start adbd
+ - lava-test-case step6-$SIGNAL_PREFIX-send-ip --shell lava-send $SIGNAL_PREFIX-send-ip $SIGNAL_PREFIX-ipaddr=$(getprop dhcp.eth0.ipaddress)
+ - lava-test-case step7-$SIGNAL_PREFIX-multinode-sync --shell lava-sync $SIGNAL_PREFIX-finished
+