Previously people could have open tether networks but a restrction was placed on this sometime in the past. However there is no migration plan in place for people with open tether networks which will cause problems when the new requirements are enforced. This CL makes it so tether networks can be open once more. Test: robotests Bug: 65784990 Change-Id: I6e350dd53b9b9f987dd5a4cc317ba18d7f50df79
Running Settings Robolectric tests
The full suite
$ croot
$ make RunSettingsRoboTests
Running a single test class
$ croot
$ make RunSettingsRoboTests ROBOTEST_FILTER=<ClassName>
For example:
make RunSettingsRoboTests ROBOTEST_FILTER=CodeInspectionTest
You can also use partial class name in ROBOTEST_FILTER. If the partial class name matches multiple file names, all of them will be executed.