Skip to content

Commit

Permalink
testcases: android-vts: add testcases for the full vts test plan
Browse files Browse the repository at this point in the history
with the VtsHalAudioV4_0TargetTest and FastbootVerifyUserspaceTest
modules run in separate jobs.

refer to the existing android-vts-kernel-v8a.yaml testcase

Signed-off-by: Yongqin Liu <[email protected]>
  • Loading branch information
liuyq committed Jul 27, 2023
1 parent cf7b84d commit 340a7c1
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{% extends "testcases/master/template-android-vts.yaml.jinja2" %}

{% set test_timeout = 60 %}
{% set test_name = "vts-FastbootVerifyUserspaceTest" %}

{% block xts_test_params %}vts -m FastbootVerifyUserspaceTest{% endblock xts_test_params %}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{% extends "testcases/master/template-android-vts.yaml.jinja2" %}

{% set test_timeout = 60 %}
{% set test_name = "vts-VtsHalAudioV4_0TargetTest" %}

{% block xts_test_params %}vts -m VtsHalAudioV4_0TargetTest{% endblock xts_test_params %}
6 changes: 6 additions & 0 deletions lava_test_plans/testcases/android-vts-part1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{% extends "testcases/master/template-android-vts.yaml.jinja2" %}

{% set test_timeout = 360 %}
{% set test_name = "vts-part1" %}

{% block xts_test_params %}vts --exclude-filter FastbootVerifyUserspaceTest --exclude-filter VtsHalAudioV4_0TargetTest{% endblock xts_test_params %}

0 comments on commit 340a7c1

Please sign in to comment.