aboutsummaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorKevin Cheng <kevcheng@google.com>2017-06-05 10:17:52 -0700
committerKevin Cheng <kevcheng@google.com>2017-06-09 09:32:50 -0700
commit4cb42b00879a35286c59fad16026c29e3a1601fd (patch)
tree141f37829b281c52b0cda15db77e6c459dff6bed /res
parent455af25d0aebc3578286af9ebf61733663b6e92c (diff)
downloadcontrib-4cb42b00879a35286c59fad16026c29e3a1601fd.tar.gz
Add in reboot test to replace existing example test.android-vts-8.0_r2android-vts-8.0_r1oreo-dev
Bug: None Test: Built and ran test successfully. > tradefed.sh run commandAndExit example/reboot Change-Id: Ib1db0b1cefbd958d37eaa8636febcc32d3e484a9
Diffstat (limited to 'res')
-rw-r--r--res/config/example/reboot.xml (renamed from res/config/example/example.xml)15
1 files changed, 3 insertions, 12 deletions
diff --git a/res/config/example/example.xml b/res/config/example/reboot.xml
index 14d3378..a2cc8d4 100644
--- a/res/config/example/example.xml
+++ b/res/config/example/reboot.xml
@@ -13,16 +13,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<!-- TODO: Delete when real configs make it here. -->
-<configuration description="Example test config.">
- <!-- Some option for the whole configuration. -->
- <option name="test-tag" value="example-test" />
-
- <!-- Example test that will be ran. -->
- <test class="com.android.tradefed.ExampleTest" />
-
- <!-- Example target preparer used. -->
- <target_preparer class="com.android.tradefed.targetprep.ExampleTargetPreparer" />
-
+<configuration description="Config for reboot test.">
+ <test class="com.android.example.RebootTest"/>
+ <option name="num-of-reboots" value="2"/>
</configuration>
-