1<?xml version="1.0" encoding="utf-8"?> 2<!-- Copyright 2016 Google Inc. All Rights Reserved --> 3<configuration description="Testing system memory and app memory usage after launching app"> 4 <device name="watch"> 5 <!--apk-path option should point to the location of the test apk path--> 6 <target_preparer class="com.android.tradefed.targetprep.InstallApkSetup" /> 7 <!--install test apk from test artifacts.--> 8 <target_preparer class="com.android.tradefed.targetprep.TestAppInstallSetup" /> 9 <target_preparer class="com.android.tradefed.targetprep.TimeWaster" > 10 <option name="delay" value="60000" /> 11 </target_preparer> 12 </device> 13 <test class="com.android.performance.tests.SystemMemoryTest"/> 14</configuration> 15