1<?xml version="1.0" encoding="utf-8"?> 2<!-- Copyright 2018 Google Inc. All Rights Reserved. --> 3<!-- A second test suite used to test module-arg matching by test name. --> 4<configuration description="Sample test suite config with BaseTestSuite runner."> 5 <option name="test-tag" value="sample-suite-2" /> 6 <test class="com.android.tradefed.testtype.suite.BaseTestSuite"/> 7</configuration> 8