aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Eubanks <aeubanks@google.com>2017-12-01 17:26:40 -0800
committerArthur Eubanks <aeubanks@google.com>2017-12-04 10:06:50 -0800
commit53b05d4c6bfe3b9b8e4da1364058ef861ed774b1 (patch)
tree459eb5359a4e4e75f63f2eb80f17c1096d81aa3e
parente6d49cc410cce0ce70298e39648c92ee46258a39 (diff)
downloadcontrib-53b05d4c6bfe3b9b8e4da1364058ef861ed774b1.tar.gz
Add preparers config for BackgroundDexOptServiceIntegrationTests
Test: forrest --tf_verbose --tf_print_out \ --tf_binary_path="/usr/local/google/home/aeubanks/android/master/out/host/linux-x86/bin/tradefed.sh" \ test ab::4480252:walleye-userdebug:git_master \ atp:/google/src/cloud/aeubanks/deoptappstest/google3/wireless/android/test_tools/atp/config/test/framework/bgdexopt_test.gcl Change-Id: Id426d0b1df1be726c79fed2fd986903e8691860f
-rw-r--r--res/config/google/preparers/bgdexopt-preparers.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/res/config/google/preparers/bgdexopt-preparers.xml b/res/config/google/preparers/bgdexopt-preparers.xml
new file mode 100644
index 0000000..5e4c826
--- /dev/null
+++ b/res/config/google/preparers/bgdexopt-preparers.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2017 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="BackgroundDexOptService Target Preparers">
+ <option name="test-tag" value="BackgroundDexOptServiceIntegrationTests" />
+
+ <target_preparer class="com.android.tradefed.targetprep.SetPackagesRecentlyUsed" />
+
+ <target_preparer class="com.android.tradefed.targetprep.RestartSystemServerTargetPreparer"/>
+
+ <target_preparer class="com.android.tradefed.targetprep.DeviceStorageFiller" />
+</configuration>