summaryrefslogtreecommitdiffstats
path: root/radio
diff options
context:
space:
mode:
authorYouming Ye <paulye@google.com>2019-07-11 14:05:13 -0700
committerYouming Ye <paulye@google.com>2019-07-12 00:07:25 +0000
commitbc5f18aae1118c5197774c751019e73ad80c38ff (patch)
tree079f511f4127c862ff3e53258470b77f3fc80bf4 /radio
parentd93c9f0c2d1a7bd8918e9f3c0c4f877ce78fda0d (diff)
downloadandroid_hardware_interfaces-bc5f18aae1118c5197774c751019e73ad80c38ff.tar.gz
android_hardware_interfaces-bc5f18aae1118c5197774c751019e73ad80c38ff.tar.bz2
android_hardware_interfaces-bc5f18aae1118c5197774c751019e73ad80c38ff.zip
Disable startNetworkScan tests with parameters.
Network scan tests with parameters are disabled because of vendors failed to fully implement startNetworkScan in HAL 1.4, and GSM rat scan with parameters will get REQUEST_NOT_SUPPORTED error from modem. Test: VTS Bug: 137298570 Change-Id: I99df8495c5f654cb1420b7da36d7f5128ce14dbc
Diffstat (limited to 'radio')
-rw-r--r--radio/1.4/vts/functional/radio_hidl_hal_api.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/radio/1.4/vts/functional/radio_hidl_hal_api.cpp b/radio/1.4/vts/functional/radio_hidl_hal_api.cpp
index 696c746d6..a05f0a712 100644
--- a/radio/1.4/vts/functional/radio_hidl_hal_api.cpp
+++ b/radio/1.4/vts/functional/radio_hidl_hal_api.cpp
@@ -151,6 +151,11 @@ TEST_F(RadioHidlTest_v1_4, setPreferredNetworkTypeBitmap) {
/*
* Test IRadio.startNetworkScan() for the response returned.
+ *
+ * REQUEST_NOT_SUPPORTED is temporarily returned because of vendors failed to fully implement
+ * startNetworkScan in HAL @1.4 (see b/137298570 and b/135595082). Starting from @1.5, however,
+ * REQUEST_NOT_SUPPORTED will be disallowed for all tests. Modems have "GSM" rat scan need to
+ * support scanning requests combined with some parameters.
*/
TEST_F(RadioHidlTest_v1_4, startNetworkScan) {
serial = GetRandomSerialNumber();