summaryrefslogtreecommitdiff
path: root/automated/linux/memtester/memtester.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'automated/linux/memtester/memtester.yaml')
-rw-r--r--automated/linux/memtester/memtester.yaml29
1 files changed, 29 insertions, 0 deletions
diff --git a/automated/linux/memtester/memtester.yaml b/automated/linux/memtester/memtester.yaml
new file mode 100644
index 0000000..d5407e7
--- /dev/null
+++ b/automated/linux/memtester/memtester.yaml
@@ -0,0 +1,29 @@
+metadata:
+ format: "Lava-Test Test Definition 1.0"
+ name: memtester
+ description: "Stress test to find memory subsystem faults"
+ maintainer:
+ - chase.qi@linaro.org
+ os:
+ - debian
+ - ubuntu
+ - openembedded
+ scope:
+ - functional
+ - stress
+ devices:
+ - hi6220-hikey
+ - apq8016-sbc
+
+parameters:
+ SKIP_INSTALL: "False"
+ # The amount of memory to allocate and test.
+ MEMORY: "1M"
+ # Number of loops to iterate through.
+ ITERATIONS: 1
+
+run:
+ steps:
+ - cd ./automated/linux/memtester/
+ - ./memtester.sh -s "${SKIP_INSTALL}" -m "${MEMORY}" -i "${ITERATIONS}"
+ - ../../utils/send-to-lava.sh ./output/result.txt