Sarah Chin ddaea2e5a4 Fix broken and flaky VTS tests
1. nvResetConfig takes some time to reset the modem, causing subsequent
   tests to fail with a timeout since the modem is unavailabe.
   Add a timeout after nvResetConfig to allow the modem to be up again
   before running the next test.
2. Remove invalid errors for start/stopKeepalive. These tests should
   fail due to invalid arguments, so remove NONE as a possible error.
   RADIO_NOT_AVAILABLE should also be removed.
3. Fix incorrect startNetworkScan_InvalidInterval tests, since we only
   check the interval when the scan type is PERIODIC.
4. Save and reset the previous allowed network type bitmap after the
   test. Combine get/set into one test that tests both behaviors.
5. Fix checks for MCC/MNC in getDataRegistrationState

Bug: 277626718
Bug: 240953393
Bug: 264913330
Bug: 259674407
Bug: 242801688
Test: atest VtsHalRadioTargetTest
Change-Id: Ic7188f9d8ccfcd90d844b45e3b370a3be3c515d6
Merged-In: Ic7188f9d8ccfcd90d844b45e3b370a3be3c515d6
2023-04-27 18:43:06 -07:00
2022-06-14 16:42:42 +09:00
2023-04-19 19:18:58 +00:00
2022-11-04 22:02:09 +00:00
2023-01-09 15:00:20 +00:00
2023-04-26 20:41:40 +00:00
2023-03-08 16:48:57 +00:00
2023-03-29 09:45:01 -04:00
2022-12-23 03:49:06 +00:00
2022-10-31 20:43:43 +00:00
2022-11-18 23:40:59 +00:00
2022-06-14 16:42:42 +09:00
2022-11-15 17:37:08 +00:00
2023-04-27 18:43:06 -07:00
2023-03-03 03:42:02 +00:00
2022-06-14 16:42:42 +09:00
2023-03-08 01:38:40 +00:00
2021-10-28 22:04:46 +00:00
2019-12-13 14:24:23 -08:00
2022-12-01 22:07:33 -08:00
2016-08-30 11:28:36 -07:00
2022-08-01 16:19:14 +00:00
2021-01-21 15:06:51 +09:00
Description
No description provided
134 MiB
Languages
C++ 56.3%
AIDL 41.2%
C 1.5%
Rust 0.4%
Java 0.4%
Other 0.1%