summaryrefslogtreecommitdiff
path: root/bctest.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'bctest.yaml')
-rw-r--r--bctest.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/bctest.yaml b/bctest.yaml
new file mode 100644
index 0000000..08e3ad6
--- /dev/null
+++ b/bctest.yaml
@@ -0,0 +1,11 @@
+metadata:
+ name: bctest
+ format: "Lava-Test-Shell Test Definition 1.0"
+ description: "One more binder test for private/restricted Juice android builds."
+
+run:
+ steps:
+ - "./android/scripts/bctest.sh"
+
+parse:
+ pattern: "(?P<test_case_id>.*ioctl)\s(?P<result>(PASS|FAIL)?).*"