Skip to content

Commit

Permalink
lkft-android: add vts-kernel templates
Browse files Browse the repository at this point in the history
to run the vts-kernel test plan

Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
  • Loading branch information
liuyq committed Jun 29, 2023
1 parent 96b68f3 commit bf30d85
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lava_test_plans/testcases/android-vts-kernel-v7a.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 = 480 %}
{% set test_name = "vts-kernel-armeabi-v7a" %}

{% block xts_test_params %}vts-kernel --abi armeabi-v7a{% endblock xts_test_params %}
6 changes: 6 additions & 0 deletions lava_test_plans/testcases/android-vts-kernel-v8a.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 = 480 %}
{% set test_name = "vts-kernel-arm64-v8a" %}

{% block xts_test_params %}vts-kernel --abi arm64-v8a{% endblock xts_test_params %}

0 comments on commit bf30d85

Please sign in to comment.