diff options
author | Brett Chabot <brettchabot@google.com> | 2019-03-01 14:43:20 -0800 |
---|---|---|
committer | Brett Chabot <brettchabot@google.com> | 2019-03-02 00:35:17 +0000 |
commit | 502ec7ae4bf0aa26e34a01efdf81116de6907809 (patch) | |
tree | c06584e05e03178beb73e3f6916462a7039a4ac1 /services/tests/runtests.py | |
parent | a485f9a4f101cc8f0749a96e3cb87afc407896a6 (diff) |
Migrate remainder of frameworks/base to androidx.test
See go/jetpack-test-android-migration
Exempt-From-Owner-Approval: automated package name refactoring
Test: m m -j BroadcastRadioTests KeystoreTests mediaframeworktest ActivityManagerPerfTests AppLaunch AppLaunchWear BackgroundDexOptServiceIntegrationTests AppCompatibilityTest DynamicCodeLoggerIntegrationTests FlickerLibTest InternalTests PackageWatchdogTest RcsTests RollbackTestAppAv1 RollbackTestAppAv2 RollbackTestAppACrashingV2 RollbackTestAppBv1 RollbackTestAppBv2 RollbackTestAppASplitV1 RollbackTestAppASplitV2 RollbackTest ServiceCrashTest UsageStatsPerfTests UsbTests WindowAnimationJank
Change-Id: I32fe3297656eec6060da6c7e24582bcd5315fb16
Diffstat (limited to 'services/tests/runtests.py')
-rwxr-xr-x | services/tests/runtests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/tests/runtests.py b/services/tests/runtests.py index f19cc5d567ec..4c8b4bad8019 100755 --- a/services/tests/runtests.py +++ b/services/tests/runtests.py @@ -19,7 +19,7 @@ import subprocess import sys INSTRUMENTED_PACKAGE_RUNNER = ('com.android.frameworks.servicestests/' - 'android.support.test.runner.AndroidJUnitRunner') + 'androidx.test.runner.AndroidJUnitRunner') PACKAGE_WHITELIST = ( "com.android.server", |