You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
453 B
11 lines
453 B
4 months ago
|
<configuration description="Game qualification test">
|
||
|
<option name="test-suite-tag" value="gamecore" />
|
||
|
|
||
|
<target_preparer class="com.android.tradefed.targetprep.suite.SuiteApkInstaller">
|
||
|
<option name="test-file-name" value="GameCoreDevice.apk" />
|
||
|
<option name="cleanup-apks" value="true" />
|
||
|
</target_preparer>
|
||
|
|
||
|
<test class="com.android.game.qualification.testtype.GameQualificationHostsideController" />
|
||
|
</configuration>
|