Skip to content

Commit

Permalink
android: vts-kernel: fix the test_name value
Browse files Browse the repository at this point in the history
which are not the same as the testcase file names

Signed-off-by: Yongqin Liu <[email protected]>
  • Loading branch information
liuyq committed Nov 7, 2023
1 parent b99990d commit 3be2f1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lava_test_plans/testcases/android-vts-kernel-v7a.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends "testcases/templates/android-vts.yaml.jinja2" %}

{% set test_timeout = 480 %}
{% set test_name = "vts-kernel-armeabi-v7a" %}
{% set test_name = "android-vts-kernel-v7a" %}

{% block xts_test_params %}vts-kernel --abi armeabi-v7a{% endblock xts_test_params %}
2 changes: 1 addition & 1 deletion lava_test_plans/testcases/android-vts-kernel-v8a.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends "testcases/templates/android-vts.yaml.jinja2" %}

{% set test_timeout = 480 %}
{% set test_name = "vts-kernel-arm64-v8a" %}
{% set test_name = "android-vts-kernel-v8a" %}

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

0 comments on commit 3be2f1e

Please sign in to comment.