Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

testcases: add testcases for the cts-presubmit plan #280

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{% extends "testcases/master/template-android-cts.yaml.jinja2" %}

{% set test_timeout = 900 %}
{% set test_name = "cts-presubmit-CtsDeqpTestCases-v7a" %}

{% block xts_test_params %}cts-presubmit --abi armeabi-v7a -m CtsDeqpTestCases --disable-reboot
{% endblock xts_test_params %}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{% extends "testcases/master/template-android-cts.yaml.jinja2" %}

{% set test_timeout = 900 %}
{% set test_name = "cts-presubmit-CtsDeqpTestCases-v8a" %}

{% block xts_test_params %}cts-presubmit --abi arm64-v8a -m CtsDeqpTestCases --disable-reboot
{% endblock xts_test_params %}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{% extends "testcases/master/template-android-cts.yaml.jinja2" %}

{% set test_timeout = 480 %}
{% set test_name = "cts-presubmit-CtsKeystoreTestCases" %}

{% block xts_test_params %}cts-presubmit -m CtsKeystoreTestCases --disable-reboot
{% endblock xts_test_params %}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{% extends "testcases/master/template-android-cts.yaml.jinja2" %}

{% set test_timeout = 360 %}
{% set test_name = "cts-presubmit-CtsLibcoreOjTestCases" %}

{% block xts_test_params %}cts-presubmit -m CtsLibcoreOjTestCases --disable-reboot
{% endblock xts_test_params %}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{% extends "testcases/master/template-android-cts.yaml.jinja2" %}

{% set test_timeout = 480 %}
{% set test_name = "cts-presubmit-CtsWindowManagerDeviceTestCases" %}

{% block xts_test_params %}cts-presubmit -m CtsWindowManagerDeviceTestCases --disable-reboot
{% endblock xts_test_params %}
12 changes: 12 additions & 0 deletions lava_test_plans/testcases/android-cts-presubmit-part0-v7a.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{% extends "testcases/master/template-android-cts.yaml.jinja2" %}

{% set test_timeout = 720 %}
{% set test_name = "cts-presubmit-part0-v7a" %}

{% block xts_test_params %}cts-presubmit --abi armeabi-v7a
--exclude-filter CtsDeqpTestCases
--exclude-filter CtsLibcoreOjTestCases
--exclude-filter CtsKeystoreTestCases
--exclude-filter CtsWindowManagerDeviceTestCases
--disable-reboot
{% endblock xts_test_params %}
12 changes: 12 additions & 0 deletions lava_test_plans/testcases/android-cts-presubmit-part0-v8a.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{% extends "testcases/master/template-android-cts.yaml.jinja2" %}

{% set test_timeout = 720 %}
{% set test_name = "cts-presubmit-part0-v8a" %}

{% block xts_test_params %}cts-presubmit --abi arm64-v8a
--exclude-filter CtsDeqpTestCases
--exclude-filter CtsLibcoreOjTestCases
--exclude-filter CtsKeystoreTestCases
--exclude-filter CtsWindowManagerDeviceTestCases
--disable-reboot
{% endblock xts_test_params %}
Loading