OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shill
(Results
101 - 125
of
434
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/autotest/server/site_tests/network_WiFi_RoamDbus/
network_WiFi_RoamDbus.py
18
parameters but the same SSID, and send roam command to
shill
. After
19
that
shill
will send a dbus roam command to wpa_supplicant. We seek
96
# Send roam command to
shill
,
97
# and
shill
will send dbus roam command to wpa_supplicant
/external/autotest/server/site_tests/network_WiFi_WMM/
network_WiFi_WMM.py
33
self.context.client.
shill
.disconnect(assoc_params.ssid)
/external/autotest/server/site_tests/network_WiFi_WakeOnDisconnect/
network_WiFi_WakeOnDisconnect.py
24
# Enable the dark connect feature in
shill
.
/external/autotest/server/site_tests/network_WiFi_WakeOnWiFiThrottling/
control
14
This test verifies that
shill
disables wake on WiFi when the DUT wakes up in
/external/perf_data_converter/src/quipper/testdata/
perf.data.raw_callgraph_branch-3.4.next.buildids
15
a6cd0dad20212895721aa290e220abf5169e8a0c /usr/bin/
shill
perf.data.throttle-3.8.buildids
16
783e535b153037e29e8c7304c138b9a7103ef84c /usr/bin/
shill
/system/update_engine/
connection_utils.h
41
// Helper methods for converting
shill
strings into symbolic values.
mock_connection_manager.h
27
// (e.g FlimFlam,
Shill
, etc.) to consolidate all connection-related
/external/autotest/client/site_tests/cellular_ActivateLTE/
cellular_ActivateLTE.py
40
# Set the MDN to a non-zero value, so that
shill
removes the ICCID from
162
After an online payment to activate a network,
shill
keeps track of service
264
success, state, duration = self.test_env.
shill
.wait_for_property_in(
285
lambda: (self.test_env.
shill
.find_cellular_service_object()
291
service = self.test_env.
shill
.find_cellular_service_object()
301
device = self.test_env.
shill
.find_cellular_device_object()
315
self.test_env.
shill
.reset_modem(self.FindCellularDevice())
/external/autotest/client/cros/networking/
cellular_proxy.py
14
"""Wrapper around
shill
dbus interface used by cellular tests."""
16
# Properties exposed by
shill
.
35
# Valid values taken by properties exposed by
shill
.
46
"""Set the logging in
shill
for a test of cellular technology.
180
'Failed to find a
shill
service managing the reappeared '
/external/autotest/client/site_tests/network_WiFiTxRx/
network-flipflop.sh
3
# This script stops
shill
, associates with each test AP in turn,
5
#
shill
so the old network can be reacquired and our test can complete
264
progress "Shutting down
shill
";
265
stop
shill
1>&2
281
start
shill
1>&2;
/external/autotest/client/cros/
dhcpv6_test_base.py
8
device to
shill
and a DHCPv6 test server on the end that doesn't look like a
9
real ethernet interface to
shill
. Child classes should override test_body()
92
that interface can be found in
shill
.
128
#
shill
with appropriate command line options or via a new DBUS
192
Returns a the
shill
proxy instance.
215
'from
shill
.')
/external/autotest/client/site_tests/cellular_DisableWhileConnecting/
cellular_DisableWhileConnecting.py
73
"""Tests that disable-while-connecting works at the
shill
level.
110
self.test.test_env.
shill
.find_cellular_device_object()
115
self.test.test_env.
shill
.find_cellular_service_object()
156
return self.test.test_env.
shill
.get_dbus_property(
205
service = self.test.test_env.
shill
.wait_for_cellular_service_object()
268
logging.info('
Shill
-level test')
/external/autotest/client/site_tests/network_DhcpRenew/
network_DhcpRenew.py
25
# Time by which we are sure
shill
will give up on the DHCP client.
96
# The service should leave the connected state after
shill
attempts
/external/autotest/client/site_tests/network_ProxyResolver/
network_ProxyResolver.py
201
shill
, Chrome, and tlsdated's proxy resolution.
223
raise error.TestFail('Could not connect to
shill
')
231
# Set the proxy with
Shill
. This only works for shared connections
234
"""Changes the ProxyConfig property on the specified
shill
service.
236
@param service_name: the name, as a str, of the
shill
service
241
shill
= self._shill
242
service =
shill
.find_object('Service', { 'Name' : service_name })
339
@param service_name:
shill
service name to test on
/external/autotest/server/site_tests/network_WiFi_CSADisconnect/
network_WiFi_CSADisconnect.py
31
self.context.client.
shill
.configure_wifi_service(assoc_params)
57
self.context.client.
shill
.disconnect(
/external/autotest/server/site_tests/network_WiFi_MissingBeacons/
network_WiFi_MissingBeacons.py
49
# disconnected, but it prevents
shill
from attempting to re-connect
51
self.context.client.
shill
.disconnect(ssid)
/external/autotest/server/site_tests/network_WiFi_OverlappingBSSScan/
network_WiFi_OverlappingBSSScan.py
69
self.context.client.
shill
.disconnect(self.context.router.get_ssid())
88
self.context.client.
shill
.disconnect(self.context.router.get_ssid())
/external/autotest/client/cros/cellular/
test_endpoint.py
15
This URL is used by
shill
's portal detection.
/external/autotest/client/site_tests/cellular_ActivateCDMA/files/
modems.py
24
TestModem to test that
shill
retries OTASP activation until it succeeds.
/external/autotest/client/site_tests/cellular_ModemControl/
control.novatel-e362
37
#
shill
/cellular_service.cc). This is accomplished by setting |slow_connect|
/external/autotest/server/site_tests/network_WiFi_DTIMPeriod/
network_WiFi_DTIMPeriod.py
48
self.context.client.
shill
.disconnect(assoc_params.ssid)
/external/autotest/server/site_tests/network_WiFi_DisconnectClearsIP/
network_WiFi_DisconnectClearsIP.py
34
disconnect_check = self.context.client.
shill
.disconnect(
/external/autotest/server/site_tests/network_WiFi_FastReconnectInDarkResume/
network_WiFi_FastReconnectInDarkResume.py
29
# Enable the dark connect feature in
shill
.
/external/autotest/server/site_tests/network_WiFi_Powersave/
network_WiFi_Powersave.py
53
self.context.client.
shill
.disconnect(assoc_params.ssid)
Completed in 753 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>