aboutsummaryrefslogtreecommitdiff
path: root/ubuntu/gatortests.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu/gatortests.yaml')
-rw-r--r--ubuntu/gatortests.yaml28
1 files changed, 0 insertions, 28 deletions
diff --git a/ubuntu/gatortests.yaml b/ubuntu/gatortests.yaml
deleted file mode 100644
index 1d678e13..00000000
--- a/ubuntu/gatortests.yaml
+++ /dev/null
@@ -1,28 +0,0 @@
-metadata:
- name: gatortests
- format: "Lava-Test-Shell Test Definition 1.0"
- description: "Gatortest checks availability of gator daemon and module on target."
- maintainer:
- - milosz.wasilewski@linaro.org
- os:
- - ubuntu
- scope:
- - functional
- devices:
- - panda
- - panda-es
- - arndale
- - vexpress-a9
- - vexpress-tc2
- - juno
-
-install:
- deps:
- - gatortests
-
-run:
- steps:
- - gatortests
-
-parse:
- pattern: "^\\*\\*\\*(?P<test_case_id>\\w+):\\s(?P<result>\\w+)\\*\\*\\*"