- Checks for WEP40 and WEP104 password lengths (5 and 13 bytes) Bug: 333289235 Flag: None Test: unit test atest -c WifiConfigController2Test Change-Id: I5f96ad67ed0c67a2724960e72464dc0a56c0c1ab
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.