/external/autotest/server/site_tests/network_WiFi_HiddenRemains/ |
network_WiFi_HiddenRemains.py | 13 """Check that shill preserves hidden network settings after connect.""" 21 """Asserts that the network with |ssid| is a hidden network in shill. 23 Implicitly, we assert that shill already has an entry for the given 32 service_properties = self.context.client.shill.get_service_properties( 65 # Check that shill's opinion of our hidden-ness is correct. 68 self.context.client.shill.disconnect(self.context.router.get_ssid())
|
/external/autotest/client/site_tests/cellular_ScanningProperty/ |
control.pseudomodem | 9 This test will fail if shill does not update the |Scanning| property correctly 19 Test that the |Scanning| Property of the shill cellular device object is
|
/external/autotest/client/site_tests/cellular_ServiceName/ |
control.pseudomodem | 10 - Shill reports an incorrect service name 19 Tests that shill reports the correct service name depending on the SIM
|
/external/autotest/client/site_tests/network_CheckCriticalProcesses/ |
control | 14 on a good Chrome OS Core image with client networking (shill) support. 21 'shill',
|
/external/autotest/client/site_tests/network_ChromeWifiTDLS/ |
control | 9 This test will fail if the Shill fails to respond to a TDLS configure call. 17 Tests that Shill responds to a Device.PerformTDLSOperation call via the
|
/external/autotest/client/site_tests/network_DhcpRenewWithOptionSubset/ |
control | 11 Tests that shill can renew leases through dhcpcd. In particular, 16 This test fails if shill fails to renew the lease, or if the
|
/external/autotest/client/cros/cellular/ |
test_environment.py | 29 - Shill and MM logging is enabled appropriately for cellular. 31 (eg. |shill|, |modem_manager|, |modem|). 38 - There is a cellular service in shill and it's not connected. 72 self.shill = None 100 # Temporarily disable shill autoconnect to cellular service while 103 # and shill autoconnect. 140 self.shill = None 148 lambda: self.shill.find_cellular_device_object(), 149 exception=error.TestError('Cannot find cellular device in shill. ' 171 shill = cellular_proxy.CellularProxy.get_proxy(self.bus [all...] |
/external/autotest/client/site_tests/network_DefaultProfileCreation/ |
control | 13 Tests that, when shill creats a default profile, it populates properties
|
/external/autotest/client/site_tests/network_RestartShill/ |
control | 11 Tests that we can restart shill. Used by the network_DiskFull
|
/system/update_engine/ |
shill_proxy_interface.h | 25 #include <shill/dbus-proxies.h> 29 // This class handles the DBus connection with shill daemon. The DBus interface 30 // with shill requires to monitor or request the current service by interacting 38 // Return the ManagerProxy instance of the shill daemon. The instance is owned
|
fake_shill_proxy.h | 25 #include <shill/dbus-proxies.h> 26 #include <shill/dbus-proxy-mocks.h> 32 // This class implements the connection to shill using real DBus calls.
|
/external/autotest/client/site_tests/cellular_ModemControl/ |
cellular_ModemControl.py | 33 """Control the modem mostly using shill Technology interfaces.""" 34 def __init__(self, shill, command_delegate): 35 self.shill = shill 39 self.shill.manager.EnableTechnology( 43 self.shill.manager.DisableTechnology( 79 True - to indicate that shill may autoconnect again. 94 """Control the modem using shill device interfaces.""" 95 def __init__(self, shill, device, slow_connect): 96 self.shill = shil [all...] |
/external/autotest/client/cros/scripts/ |
destination | 35 shill = shill_proxy.ShillProxy() 40 if shill.manager.VerifyDestination(*args[0:NUM_VERIFY_ARGS]): 48 print shill.manager.VerifyAndEncryptData(*args[0:NUM_ENCRYPT_ARGS])
|
/external/autotest/client/site_tests/cellular_DisconnectFailure/ |
control.pseudomodem | 9 by shill. 13 The test will fail if the cellular service exposed by shill is in an 27 while it is CONNECTED. The expected behavior of shill is to do nothing if the
|
cellular_DisconnectFailure.py | 57 modem state to DISCONNECTING and then fails, fooling shill into 157 service = self.test_env.shill.find_cellular_service_object() 168 service = self.test_env.shill.find_cellular_service_object() 211 service = self.test_env.shill.find_cellular_service_object() 212 self.test_env.shill.connect_service_synchronous( 216 self.test_env.shill.disconnect_service_synchronous( 237 service = self.test_env.shill.find_cellular_service_object() 238 self.test_env.shill.connect_service_synchronous( 242 self.test_env.shill.disconnect_service_synchronous( 254 self.test_env.shill.disconnect_service_synchronous [all...] |
/external/autotest/client/site_tests/cellular_SIMLocking/ |
cellular_SIMLocking.py | 20 Test the SIM locking functionality of shill. 63 if e.get_dbus_name() == self.test_env.shill.ERROR_INCORRECT_PIN: 76 if e.get_dbus_name() == self.test_env.shill.ERROR_INCORRECT_PIN: 87 self.test_env.shill.DEVICE_PROPERTY_SIM_LOCK_STATUS, 91 return self.test_env.shill.dbus2primitive(sim_lock_status) 98 self.test_env.shill.PROPERTY_KEY_SIM_LOCK_ENABLED, 110 self.test_env.shill.PROPERTY_KEY_SIM_LOCK_TYPE, 115 return lock_type == self.test_env.shill.VALUE_SIM_LOCK_TYPE_PIN 122 self.test_env.shill.PROPERTY_KEY_SIM_LOCK_TYPE, 127 return lock_type == self.test_env.shill.VALUE_SIM_LOCK_TYPE_PU [all...] |
/external/autotest/server/site_tests/network_WiFi_ChaosLongConnect/ |
network_WiFi_ChaosLongConnect.py | 39 client.shill.disconnect(assoc_params.ssid) 40 if not client.shill.init_test_network_state(): 51 client.shill.connect_wifi(assoc_params)) 76 client.shill.disconnect(assoc_params.ssid) 77 client.shill.clean_profiles()
|
/external/autotest/client/site_tests/cellular_OutOfCreditsSubscriptionState/ |
cellular_OutOfCreditsSubscriptionState.py | 22 This test verifies that shill out-of-credits behavior works properly based 31 self.test_env.shill.disable_modem_for_test_setup() 41 self.test_env.shill.manager.EnableTechnology( 60 self.test_env.shill.wait_for_cellular_service_object() 74 self.test_env.shill.wait_for_cellular_service_object() 87 self.test_env.shill.wait_for_cellular_service_object() 109 self.test_env.shill.find_cellular_service_object, False):
|
/external/autotest/client/site_tests/cellular_Smoke/ |
cellular_Smoke.py | 41 device = self.test_env.shill.find_cellular_device_object() 45 service = self.test_env.shill.wait_for_cellular_service_object() 50 self.test_env.shill.connect_service_synchronous( 53 state = self.test_env.shill.get_dbus_property( 66 interface = self.test_env.shill.get_dbus_property( 82 self.test_env.shill.disconnect_service_synchronous( 101 test_env.shill.find_cellular_service_object, False):
|
/external/autotest/client/site_tests/cellular_SafetyDance/ |
cellular_SafetyDance.py | 42 self.test_env.shill.manager.EnableTechnology('cellular')) 47 self.test_env.shill.manager.DisableTechnology('cellular')) 60 return not self.test_env.shill.find_cellular_service_object() 66 service = self.test_env.shill.wait_for_cellular_service_object( 72 self.test_env.shill.connect_service_synchronous( 82 service = self.test_env.shill.wait_for_cellular_service_object( 88 self.test_env.shill.disconnect_service_synchronous( 114 self.device = self.test_env.shill.find_cellular_device_object() 128 test_env.shill.find_cellular_service_object, False): 133 test_env.shill.wait_for_cellular_service_object( [all...] |
/system/update_engine/update_manager/ |
real_shill_provider.cc | 24 #include <shill/dbus-constants.h> 25 #include <shill/dbus-proxies.h> 46 // Attempt to read initial connection status. Even if this fails because shill 55 properties.find(shill::kDefaultServiceProperty); 66 if (name == shill::kDefaultServiceProperty) { 122 const auto& prop_tethering = properties.find(shill::kTetheringProperty); 125 // error in shill and the policy will handle it, but we will print a log 139 const auto& prop_type = properties.find(shill::kTypeProperty); 146 if (type_str == shill::kTypeVPN) { 148 properties.find(shill::kPhysicalTechnologyProperty) [all...] |
/external/autotest/client/site_tests/cellular_Identifiers/ |
cellular_Identifiers.py | 33 Shill and ModemManager as well as verifying its length.""" 35 message = ('Shill value "%s" for "%s" does not match MM value "%s"' 92 device = test_env.shill.find_cellular_device_object() 93 service = test_env.shill.find_cellular_service_object() 100 logging.debug('shill service properties: %s', service_props) 101 logging.debug('shill device_properties: %s', device_props)
|
/external/autotest/server/site_tests/network_WiFi_RetryConnectHidden/ |
network_WiFi_RetryConnectHidden.py | 26 know to explicitly scan for hidden BSS's, this means that shill 44 # Don't let any of shill's short term actions affect our test. 48 # But shill should continue to probe around for the network.
|
/external/autotest/client/site_tests/network_8021xEapDetection/ |
control | 7 PURPOSE = "Verify shill correctly detects EAP requests on a wired interface"
|
/external/autotest/client/site_tests/network_8021xWiredAuthentication/ |
control | 7 PURPOSE = "Verify shill correctly authenticates to an 802.1x wired network"
|