From f39108b6efc899980435c379909e9b8b7fdf52f2 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Tue, 20 Nov 2018 14:56:46 -0800 Subject: [PATCH] Move APK install/uninstall to tradefed target_preparer We shouldn't be doing this by hand with a modern tradefed. The previous implementation was also insanely wasteful -- we'd uninstall and reinstall the target package every 1K tests. V3: Adjust testrunner unit tests to not expect installs/uninstalls to happen V4: Remove time claim. There is still a significant pause between batches. Change-Id: Ida67984ce45e60eb025fabfd997c7a9015496333 (cherry picked from commit c2b068c5a09f883f3a6af0e7d4aff639e8f8a070) Merged-In: Ida67984ce45e60eb025fabfd997c7a9015496333 --- android/cts/AndroidTest.xml | 4 + .../drawelements/deqp/runner/DeqpTestRunner.java | 30 ----- .../deqp/runner/DeqpTestRunnerTest.java | 132 --------------------- scripts/mustpass.py | 6 + 4 files changed, 10 insertions(+), 162 deletions(-) diff --git a/android/cts/AndroidTest.xml b/android/cts/AndroidTest.xml index c628c37..6ae5b15 100644 --- a/android/cts/AndroidTest.xml +++ b/android/cts/AndroidTest.xml @@ -18,6 +18,10 @@ + +