{# | |
# LAVA template definition to run the Media CTS module on a DUT. | |
# | |
# Template parameters: | |
# - build: The software build, e.g. "18.09.0-gms-0638cf82". | |
# - version: The CTS version, e.g. "7.1_r20". | |
#} | |
{% extends "multinode-tradefed-xts.yaml" %} | |
{% set suite = "CTS" %} | |
{% set job = {"command": "run cts --disable-reboot --include-filter CtsMediaTestCases", "retry_command": "run cts --disable-reboot", "timeout": 24, "tags": ["nosim"], "name_extra": "-Media"} %} |