blob: 60a43bb3399649d7fec4a1861dbeac553d15e8fb [file] [log] [blame]
Raymond Chiu043217b2018-05-15 17:22:56 -07001<configuration description="Game qualification test">
Raymond Chiu57680422018-06-26 14:43:26 -07002 <build_provider class="com.android.tradefed.build.BootstrapBuildProvider" />
Raymond Chiu043217b2018-05-15 17:22:56 -07003 <option name="test-tag" value="game-qualification" />
Raymond Chiu57680422018-06-26 14:43:26 -07004
Raymond Chiu34c48f82018-05-23 12:11:24 -07005 <target_preparer class="com.android.tradefed.targetprep.DeviceSetup">
6 <option name="force-skip-system-props" value="true" /> <!-- avoid restarting device -->
7 <option name="screen-always-on" value="on" />
8 </target_preparer>
Chris Forbes05d16b02018-08-22 17:11:34 -07009 <target_preparer class="com.android.tradefed.targetprep.suite.SuiteApkInstaller">
Raymond Chiu9ed971e2019-03-22 16:14:53 -070010 <option name="test-file-name" value="GameCoreDevice.apk" />
Chris Forbes05d16b02018-08-22 17:11:34 -070011 <option name="cleanup-apks" value="true" />
Raymond Chiu2179ac02018-03-23 17:25:37 -070012 </target_preparer>
Hernan Liatis09023322018-06-14 16:21:30 -070013 <option name="enable-root" value="false" />
Raymond Chiu2179ac02018-03-23 17:25:37 -070014
Chris Forbesdde9ec82018-08-22 11:58:53 -070015 <metrics_collector class="com.android.game.qualification.metric.GameQualificationFpsCollector" />
Hernan Liatisb95ede22018-04-23 16:40:45 -070016
Raymond Chiu57680422018-06-26 14:43:26 -070017 <!-- Performance tests -->
Raymond Chiu043217b2018-05-15 17:22:56 -070018 <test class="com.android.game.qualification.testtype.GameQualificationHostsideController" />
Raymond Chiu8efcb8a2018-06-11 17:47:37 -070019
Raymond Chiu63763532018-07-03 10:38:05 -070020 <!-- Java functional tests-->
Chris Forbes05d16b02018-08-22 17:11:34 -070021 <target_preparer class="com.android.tradefed.targetprep.suite.SuiteApkInstaller">
Raymond Chiu9ed971e2019-03-22 16:14:53 -070022 <option name="test-file-name" value="GameCoreJavaTestCases.apk" />
Chris Forbes05d16b02018-08-22 17:11:34 -070023 <option name="cleanup-apks" value="true" />
Raymond Chiu63763532018-07-03 10:38:05 -070024 </target_preparer>
25 <test class="com.android.tradefed.testtype.InstrumentationTest" >
26 <option name="package" value="com.android.game.qualification.tests" />
27 </test>
Raymond Chiufe4d9072018-10-23 17:35:03 -070028
Hernan Liatis839fcbb2018-09-28 11:34:21 -070029 <target_preparer class="com.android.tradefed.targetprep.suite.SuiteApkInstaller">
Raymond Chiu9ed971e2019-03-22 16:14:53 -070030 <option name="test-file-name" value="GameCoreAllocStress.apk" />
Hernan Liatis839fcbb2018-09-28 11:34:21 -070031 <option name="cleanup-apks" value="true" />
32 </target_preparer>
33 <test class="com.android.tradefed.testtype.HostTest" >
Raymond Chiu1fecb872019-03-22 17:25:54 -070034 <option name="class" value="com.android.game.qualification.test.FunctionalTestSuite" />
Hernan Liatis839fcbb2018-09-28 11:34:21 -070035 </test>
36
Raymond Chiu57680422018-06-26 14:43:26 -070037 <!-- Native functional tests -->
38 <target_preparer class="com.android.tradefed.targetprep.PushFilePreparer">
39 <option name="cleanup" value="true" />
Raymond Chiu9ed971e2019-03-22 16:14:53 -070040 <option name="push" value="GameCoreNativeTestCases->/data/local/tmp/GameCoreNativeTestCases" />
Raymond Chiu57680422018-06-26 14:43:26 -070041 <option name="abort-on-push-failure" value="true" />
42 </target_preparer>
43 <test class="com.android.tradefed.testtype.GTest">
44 <option name="native-test-device-path" value="/data/local/tmp" />
Raymond Chiu9ed971e2019-03-22 16:14:53 -070045 <option name="module-name" value="GameCoreNativeTestCases" />
Raymond Chiu63cd6f22019-03-28 14:15:40 -070046 <option name="native-test-flag" value="--gamecore-feature-check=false" />
Raymond Chiu57680422018-06-26 14:43:26 -070047 </test>
48
Raymond Chiu8efcb8a2018-06-11 17:47:37 -070049 <result_reporter class="com.android.game.qualification.reporter.GameQualificationResultReporter"/>
Raymond Chiu2179ac02018-03-23 17:25:37 -070050</configuration>