blob: cb6f594b5cf68e1339609cb397a08473d682516d [file] [log] [blame]
{#
# LAVA template definition to run the AppSecurityHost 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 CtsAppSecurityHostTestCases", "retry_command": "run cts --disable-reboot", "timeout": 24, "tags": ["fp2_0", "cts-dualsim", "microsd"], "name_extra": "-AppSecurityHost"} %}