summaryrefslogtreecommitdiff
path: root/android/media_codecs_functional_tests.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'android/media_codecs_functional_tests.yaml')
-rw-r--r--android/media_codecs_functional_tests.yaml23
1 files changed, 23 insertions, 0 deletions
diff --git a/android/media_codecs_functional_tests.yaml b/android/media_codecs_functional_tests.yaml
new file mode 100644
index 0000000..321c3b8
--- /dev/null
+++ b/android/media_codecs_functional_tests.yaml
@@ -0,0 +1,23 @@
+metadata:
+ name: media_codecs_functional_tests
+ format: "Lava-Test-Shell Test Definition 1.0"
+ description: "Test Android media codecs"
+ maintainer:
+ - edmund.szeto@linaro.org
+ os:
+ - android
+ scope:
+ - functional
+ devices:
+ - wg
+
+run:
+ steps:
+ - "./android/scripts/media_codecs_functional_tests.sh"
+
+parse:
+ pattern: "^\\[(?P<test_case_id>\\w+)\\]:\\s*test\\s*(?P<result>\\w+)"
+ fixupdict:
+ passed: pass
+ failed: fail
+ skipped: skip