summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur She <arthur.she@linaro.org>2018-08-29 14:07:42 -0700
committerArthur She <arthur.she@linaro.org>2018-08-29 16:37:21 -0700
commit6995dc531c9a2a69e3d539e7be0c2211310f019e (patch)
tree74f6c0366e998b85b5399882d097c3ef017d8b87
parente1bd80504b31214fc16bb4bb75e520802e7f0e8c (diff)
Add chromium-open-cdm-eme-test.yaml
-rw-r--r--openembedded/chromium-open-cdm-eme-test.yaml30
1 files changed, 30 insertions, 0 deletions
diff --git a/openembedded/chromium-open-cdm-eme-test.yaml b/openembedded/chromium-open-cdm-eme-test.yaml
new file mode 100644
index 0000000..b6f1bb0
--- /dev/null
+++ b/openembedded/chromium-open-cdm-eme-test.yaml
@@ -0,0 +1,30 @@
+metadata:
+ format: Lava-Test Test Definition 1.0
+ name: chromium-open-cdm-eme-test
+ description: "This test definition is used to run Chromium Open CDM EME test.
+ https://github.com/linaro-home/open-content-decryption-module/blob/chromium-53.0.2785.143/tests/README.md"
+ maintainer:
+ - arthur.she@linaro.org
+ os:
+ - openembedded
+ scope:
+ - functional
+ devices:
+ - hikey
+
+params:
+ BROWSER_TESTS_CMD: "/usr/bin/chromium/test/out/Release/browser_tests"
+ TEST_ITEMS: "OpenCDMEncryptedMediaIsTypeSupportedBaseTest.PepperCDMsNotRegistered
+ OpenCDMEncryptedMediaIsTypeSupportedRegisteredWithWrongPathTest.PepperCDMsRegisteredButAdapterNotPresent
+ OpenCDMEncryptedMediaIsTypeSupportedTest.IsSupportedKeySystemWithMediaMimeType_OpenCDM_MP4
+ OpenCDMEncryptedMediaIsTypeSupportedTest.IsSupportedKeySystemWithMediaMimeType_OpenCDM_NoType
+ OpenCDMEncryptedMediaIsTypeSupportedTest.OpenCDM_Basic
+ OpenCDMEncryptedMediaIsTypeSupportedTest.OpenCDM_IsSupportedKeySystem_InvalidVariants
+ OpenCDMEncryptedMediaIsTypeSupportedTest.OpenCDM_Parent"
+
+run:
+ steps:
+ - for t in $TEST_ITEMS
+ - do
+ - lava-test-case $t --shell ${BROWSER_TESTS_CMD} --gtest_filter="$t"
+ - done