diff options
| author | Dan Shi <dshi@google.com> | 2020-08-13 23:56:44 -0700 |
|---|---|---|
| committer | Dan Shi <dshi@google.com> | 2020-08-13 23:57:49 -0700 |
| commit | 9e6faa171f313e861469253d18a7f3b7131ef242 (patch) | |
| tree | 730a9518b0efa4dbad5baf16b5c9fe416c80669a | |
| parent | e9ff045753bd0d16148d3b73e475cfc03df64b4d (diff) | |
| download | platform_test_vts-testcase_kernel-9e6faa171f313e861469253d18a7f3b7131ef242.tar.gz platform_test_vts-testcase_kernel-9e6faa171f313e861469253d18a7f3b7131ef242.tar.bz2 platform_test_vts-testcase_kernel-9e6faa171f313e861469253d18a7f3b7131ef242.zip | |
Increase test timeout to 10 min for vts_kernel_checkpoint_test
Bug: 163103130
Test: m vts_kernel_checkpoint_test
Change-Id: Ic54fa35535fc584478dc1f439880ae4df738e550
| -rw-r--r-- | checkpoint/Android.bp | 2 | ||||
| -rw-r--r-- | checkpoint/vts_kernel_checkpoint_test.xml | 21 |
2 files changed, 22 insertions, 1 deletions
diff --git a/checkpoint/Android.bp b/checkpoint/Android.bp index c24ad1c1..509ae8d1 100644 --- a/checkpoint/Android.bp +++ b/checkpoint/Android.bp @@ -32,7 +32,7 @@ python_test_host { test_suites: [ "vts", ], - auto_gen_config: true, + test_config: "vts_kernel_checkpoint_test.xml", version: { py2: { enabled: false, diff --git a/checkpoint/vts_kernel_checkpoint_test.xml b/checkpoint/vts_kernel_checkpoint_test.xml new file mode 100644 index 00000000..55831c13 --- /dev/null +++ b/checkpoint/vts_kernel_checkpoint_test.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2020 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<configuration description="Config to run vts_kernel_checkpoint_test unittests"> + <test class="com.android.tradefed.testtype.python.PythonBinaryHostTest" > + <option name="par-file-name" value="vts_kernel_checkpoint_test" /> + <option name="test-timeout" value="10m" /> + </test> +</configuration> |
