-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
android: vts-kernel: fix the test_name value
which are not the same as the testcase file names Signed-off-by: Yongqin Liu <[email protected]>
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 %} |