Skip to content

automated/linux/widevine/widevine_unittest

Description

Widevine Content Decryption Modules (CDMs) are how streaming services protect content using HTML5 video to web browsers without relying on an NPAPI plugin like Flash or Silverlight. This test runs widevine_ce_cdm_unittest

Maintainer

  • arthur.she@linaro.org

OS

  • openembedded
  • debian

Scope

  • functional

Devices

  • imx8mq-evk

Steps to reproduce

  • cd ./automated/linux/widevine/
  • ./widevine_unittest.sh -l ${LOG_FILE} -r ${RESULT_FILE}
  • ../../utils/send-to-lava.sh ${RESULT_FILE}
  • if [ -f "${LOG_FILE}" -a -n "${UPLOAD_URL}" ]; then
  • gzip ${LOG_FILE} && LOG_FILE=${LOG_FILE}.gz || true
  • ${UPLOAD_TOOL} -a "${LOG_FILE}" -u "${UPLOAD_URL}" -t "${TOKEN}"; fi