OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pseudomodem
(Results
1 - 16
of
16
) sorted by null
/external/autotest/client/cros/cellular/pseudomodem/
run_pseudomodem.py
11
import
pseudomodem
namespace
15
""" Entry function to run
pseudomodem
standalone. """
18
cli_flag = (
pseudomodem
.CLI_FLAG in flags)
pseudomodem_context.py
5
# This module helps launch
pseudomodem
as a subprocess. It helps with the
6
# initial setup of
pseudomodem
, as well as ensures proper cleanup.
7
# For details about the options accepted by
pseudomodem
, please check the
8
# |
pseudomodem
| module.
9
# This module also doubles as the python entry point to run
pseudomodem
from the
11
# to run
pseudomodem
from command line.
32
import
pseudomodem
namespace
77
A context to launch
pseudomodem
in background.
79
Tests should use |PeudoModemManagerContext| to launch
pseudomodem
. It is
85
pseudomodem
will be launch in a subprocess safely when entering the |with
[
all
...]
/external/autotest/client/site_tests/network_3GFailedConnect/
network_3GFailedConnect.py
10
from autotest_lib.client.cros.cellular.
pseudomodem
import modem_3gpp
11
from autotest_lib.client.cros.cellular.
pseudomodem
import modem_cdma
12
from autotest_lib.client.cros.cellular.
pseudomodem
import pm_errors
13
from autotest_lib.client.cros.cellular.
pseudomodem
import utils as pm_utils
32
raise error.TestError('Invalid
pseudomodem
family: %s', family)
/external/autotest/client/site_tests/network_CDMAActivate/files/
modems.py
9
from autotest_lib.client.cros.cellular.
pseudomodem
import modem_cdma
10
from autotest_lib.client.cros.cellular.
pseudomodem
import pm_errors
11
from autotest_lib.client.cros.cellular.
pseudomodem
import utils as pm_utils
/external/autotest/client/site_tests/network_3GScanningProperty/files/
modems.py
8
from autotest_lib.client.cros.cellular.
pseudomodem
import modem_3gpp
9
from autotest_lib.client.cros.cellular.
pseudomodem
import pm_constants
10
from autotest_lib.client.cros.cellular.
pseudomodem
import state_machine
11
from autotest_lib.client.cros.cellular.
pseudomodem
import state_machine_factory
/external/autotest/client/site_tests/network_ChromeCellularNetworkPresent/
network_ChromeCellularNetworkPresent.py
7
from autotest_lib.client.cros.cellular.
pseudomodem
import pm_constants
8
from autotest_lib.client.cros.cellular.
pseudomodem
import pseudomodem_context
15
client/cros/networking/chrome_testing. It uses telemetry and
pseudomodem
to
/external/autotest/client/site_tests/network_LTEActivate/files/
modems.py
10
from autotest_lib.client.cros.cellular.
pseudomodem
import modem_3gpp
11
from autotest_lib.client.cros.cellular.
pseudomodem
import sim
12
from autotest_lib.client.cros.cellular.
pseudomodem
import utils as pm_utils
/external/autotest/client/site_tests/cellular_ServiceName/
cellular_ServiceName.py
11
from autotest_lib.client.cros.cellular.
pseudomodem
import modem_3gpp
12
from autotest_lib.client.cros.cellular.
pseudomodem
import modem_cdma
13
from autotest_lib.client.cros.cellular.
pseudomodem
import sim
/external/autotest/client/cros/networking/
pm_proxy.py
6
This module provides bindings for
PseudoModem
Manager.
17
from autotest_lib.client.cros.cellular.
pseudomodem
import pm_constants
21
"""A wrapper around a DBus proxy for
PseudoModem
Manager."""
28
"""@return org.chromium.
Pseudomodem
.Testing DBus interface."""
/external/autotest/client/site_tests/network_3GDisconnectFailure/
network_3GDisconnectFailure.py
12
from autotest_lib.client.cros.cellular.
pseudomodem
import modem_3gpp
13
from autotest_lib.client.cros.cellular.
pseudomodem
import modem_cdma
14
from autotest_lib.client.cros.cellular.
pseudomodem
import pm_errors
15
from autotest_lib.client.cros.cellular.
pseudomodem
import utils as pm_utils
18
# a
pseudomodem
which should run faster than a real modem.
36
raise error.TestError('Invalid
pseudomodem
family: %s', family)
191
""" Returns the modem to be used by the
pseudomodem
for this test. """
/external/autotest/client/site_tests/network_3GIdentifiers/
network_3GIdentifiers.py
10
from autotest_lib.client.cros.cellular.
pseudomodem
import sim
/external/autotest/client/site_tests/network_ChromeCellularSmokeTest/
network_ChromeCellularSmokeTest.py
11
from autotest_lib.client.cros.cellular.
pseudomodem
import pm_constants
/external/autotest/client/site_tests/network_3GScanningProperty/
network_3GScanningProperty.py
14
from autotest_lib.client.cros.cellular.
pseudomodem
import pm_constants
15
from autotest_lib.client.cros.cellular.
pseudomodem
import pseudomodem_context
172
'device in
pseudomodem
context.'),
178
'by
pseudomodem
before scan is proposed.')
194
raise error.TestFail('
Pseudomodem
failed to launch %s' %
240
'Bad initial state:
Pseudomodem
did not launch '
247
'device in
pseudomodem
context.'),
/external/autotest/client/site_tests/network_ChromeCellularNetworkProperties/
network_ChromeCellularNetworkProperties.py
12
from autotest_lib.client.cros.cellular.
pseudomodem
import pm_constants
20
This test configures the cellular
pseudomodem
in various ways and makes sure
24
This test uses the
pseudomodem
to mock out cellular, but it can also be
110
network from
pseudomodem
and returns the network.
/external/autotest/client/cros/cellular/
test_environment.py
17
from autotest_lib.client.cros.cellular.
pseudomodem
import pseudomodem_context
50
Setup for
pseudomodem
tests:
339
"""Setup and verify cellular
pseudomodem
test environment. """
342
@param pseudomm_args: Tuple of arguments passed to the
pseudomodem
, see
/external/autotest/client/site_tests/network_SIMLocking/
network_SIMLocking.py
13
from autotest_lib.client.cros.cellular.
pseudomodem
import sim
422
# with a fresh
pseudomodem
.
Completed in 670 milliseconds