summaryrefslogtreecommitdiff
path: root/custom.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'custom.yaml')
-rw-r--r--custom.yaml21
1 files changed, 21 insertions, 0 deletions
diff --git a/custom.yaml b/custom.yaml
new file mode 100644
index 0000000..8441397
--- /dev/null
+++ b/custom.yaml
@@ -0,0 +1,21 @@
+metadata:
+ name: shell_custom
+ format: "Lava-Test-Shell Test Definition 1.0"
+ description: "Run monkey test long time with blacklist"
+ maintainer:
+ - yongqin.liu@linaro.org
+ os:
+ - android
+ scope:
+ - functional
+ devices:
+ - wg
+
+params:
+ SHELL_COMMAND: "sleep 3600"
+
+run:
+ steps:
+ - lava-test-case logcat-d --shell logcat -d
+ - lava-test-case ifconfig --shell ifconfig
+ - lava-test-case custom-command --shell $SHELL_COMMAND