Add in reboot test to replace existing example test.
am: 4cb42b0087

Change-Id: I4570c6560f3142406fcfb7b7c5dea9b55bbef835
diff --git a/README.txt b/README.txt
new file mode 100644
index 0000000..b92469d
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,5 @@
+This is the home for non-core src that belongs in the aosp extensions to Trade Federation.
+
+Non-core is defined as code that makes use of the Trade Federation framework
+like tests, configs, preparers and etc.  They are non-critical to the
+functionality of the framework itself.
diff --git a/res/config/suite/framework-base-presubmit.xml b/res/config/suite/framework-base-presubmit.xml
new file mode 100644
index 0000000..a5e45ee
--- /dev/null
+++ b/res/config/suite/framework-base-presubmit.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright 2017 Google Inc. All Rights Reserved. -->
+<configuration description="Android framework-base-presubmit test suite config.">
+    <test class="com.android.tradefed.testtype.suite.TfSuiteRunner">
+        <option name="run-suite-tag" value="framework-base-presubmit" />
+    </test>
+</configuration>