diff options
author | Nate Jiang <qiangjiang@google.com> | 2020-07-07 20:35:58 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2020-07-07 20:35:58 +0000 |
commit | 54d5e4dbbdb44d97323e0e2fc1d6c9b5163b2fe7 (patch) | |
tree | 72ee7bf17020c40d98eddba67b37fb09e50931ca | |
parent | a1920dc42585d3d74c77edb1bf2a9f14a95e1ba7 (diff) | |
parent | 165c2656461d6b6cd11fc7885ca611abd9a4f58f (diff) | |
download | platform_tools_test_connectivity-54d5e4dbbdb44d97323e0e2fc1d6c9b5163b2fe7.tar.gz platform_tools_test_connectivity-54d5e4dbbdb44d97323e0e2fc1d6c9b5163b2fe7.tar.bz2 platform_tools_test_connectivity-54d5e4dbbdb44d97323e0e2fc1d6c9b5163b2fe7.zip |
Merge "[ACTS] load necessary network profile for test" into rvc-dev
-rw-r--r-- | acts/tests/google/wifi/WifiNetworkSuggestionTest.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/acts/tests/google/wifi/WifiNetworkSuggestionTest.py b/acts/tests/google/wifi/WifiNetworkSuggestionTest.py index 04f02184c4..ba37b4e2cc 100644 --- a/acts/tests/google/wifi/WifiNetworkSuggestionTest.py +++ b/acts/tests/google/wifi/WifiNetworkSuggestionTest.py @@ -66,8 +66,9 @@ class WifiNetworkSuggestionTest(WifiBaseTest): self.dut = self.android_devices[0] wutils.wifi_test_device_init(self.dut) opt_param = [ - "radius_conf_2g", "radius_conf_5g", "ca_cert", "eap_identity", - "eap_password", "passpoint_networks", "altsubject_match" ] + "open_network", "reference_networks", "hidden_networks", "radius_conf_2g", + "radius_conf_5g", "ca_cert", "eap_identity", "eap_password", "passpoint_networks", + "altsubject_match"] self.unpack_userparams(opt_param_names=opt_param,) if "AccessPoint" in self.user_params: |