summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-11-02 22:47:46 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-11-02 22:47:46 +0000
commite885b568a6d8a43ff14b69b67d754e53aa910447 (patch)
tree1b4ae4f529a0fc3408fb8b65166090d4ff02e329
parent5089199f76ba7b0cdfd58de3344795e6ebaac88b (diff)
parent101ca101f9adfa469b2c84b5456f8ee0f2537a4b (diff)
downloadcatbox-android14-mainline-resolv-release.tar.gz
Snap for 11041982 from 101ca101f9adfa469b2c84b5456f8ee0f2537a4b to mainline-resolv-releaseaml_res_341510000aml_res_341410010aml_res_341311030android14-mainline-resolv-release
Change-Id: I9eadcd6e04f2ebfcbe447545cf4f889638a5005d
-rw-r--r--tools/catbox-common/res/config/catbox-performance-multiuser-base.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/tools/catbox-common/res/config/catbox-performance-multiuser-base.xml b/tools/catbox-common/res/config/catbox-performance-multiuser-base.xml
index efb6131..2929ac9 100644
--- a/tools/catbox-common/res/config/catbox-performance-multiuser-base.xml
+++ b/tools/catbox-common/res/config/catbox-performance-multiuser-base.xml
@@ -17,24 +17,12 @@
<configuration description="Base config for Multi-User latency metrics">
<include name="catbox-performance-base" />
- <!-- Skip the test if skip conditions are met -->
- <target_preparer class="com.android.catbox.targetpreparer.SkipTestPreparer">
- <option name="comp-property" value="ro.build.version.sdk"/>
- <option name="comp-property-int-value" value="33"/>
- <option name="int-comparison-operator" value="lt"/>
- </target_preparer>
-
<!-- TradeFed test harness -->
<option name="compatibility:test-arg" value="com.android.tradefed.testtype.AndroidJUnitTest:runner:androidx.test.runner.AndroidJUnitRunner" />
<option name="compatibility:test-arg" value="com.android.tradefed.testtype.AndroidJUnitTest:package:android.platform.scenario.multiuser" />
<option name="compatibility:test-arg" value="com.android.tradefed.testtype.AndroidJUnitTest:no-rerun:true" />
<option name="compatibility:test-arg" value="com.android.tradefed.testtype.AndroidJUnitTest:shell-timeout:1000000" />
- <!-- Switch to User 0 and wait for a some time (milliseconds) until system idle -->
- <target_preparer class="com.android.tradefed.targetprep.SwitchUserTargetPreparer" >
- <option name="user-type" value="SYSTEM" />
- </target_preparer>
-
<option name="compatibility:test-arg" value="com.android.tradefed.targetprep.TimeWaster:delay:20000" />
<option name="compatibility:module-arg" value="AndroidAutomotiveMultiuserScenarioTests:instrumentation-arg:iterations:=5" />