summaryrefslogtreecommitdiff
path: root/services/tests/runtests.py
AgeCommit message (Collapse)Author
2019-03-02Migrate remainder of frameworks/base to androidx.test Brett Chabot
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
2018-10-02Refine frameworks/base/services/tests/runtest.py Howard Chen
Fix the test runner class and the default whitelist to run. Also add a short description about the usage. Test: ./frameworks/base/services/tests/runtest.py with a Pixel. Change-Id: I1a6eda83ab7b03ea11346e66ba758aa990df13c7
2016-10-27Update service test runner to allow test args Etan Cohen
Change order of arguments - runner must be last argument. Test: executed test with arguments Change-Id: I9e69246281bce9814300fadc7e5d97ecf1a2bad2
2016-10-25Add script to expedite running passing tests Christopher Wiley
Developers can run this script from within a shell where they have source'd build/envsetup.sh and lunched a target. It builds, installs, and runs whitelisted test packages. Bug: None Test: This script is useful for iterating rapidly on unittests. Change-Id: I44c32a0f75da1be2c69a8b1a67c0080a68def738