am 516f4cb2: am 987e33c6: am b974519f: Merge "force reboot after accessibility test" into jb-mr1-dev
* commit '516f4cb229a6a9b4dea5742d54169dc935cc2f50':
force reboot after accessibility test
diff --git a/tools/tradefed-host/src/com/android/cts/tradefed/testtype/CtsTest.java b/tools/tradefed-host/src/com/android/cts/tradefed/testtype/CtsTest.java
index 55d947e..19ee3b7 100644
--- a/tools/tradefed-host/src/com/android/cts/tradefed/testtype/CtsTest.java
+++ b/tools/tradefed-host/src/com/android/cts/tradefed/testtype/CtsTest.java
@@ -399,8 +399,11 @@
// If there comes spurious failure like INJECT_EVENTS for a package,
// reboot it before running it.
// Also reboot after package which is know to leave pop-up behind
- final List<String> rebootAfterList = Arrays.asList("CtsMediaTestCases");
- final List<String> rebootBeforeList = Arrays.asList("CtsAnimationTestCases",
+ final List<String> rebootAfterList = Arrays.asList(
+ "CtsMediaTestCases",
+ "CtsAccessibilityTestCases");
+ final List<String> rebootBeforeList = Arrays.asList(
+ "CtsAnimationTestCases",
"CtsGraphicsTestCases",
"CtsViewTestCases",
"CtsWidgetTestCases" );