OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ControllerError
(Results
1 - 10
of
10
) sorted by null
/tools/test/connectivity/acts/framework/acts/controllers/relay_lib/
errors.py
19
class RelayConfigError(signals.
ControllerError
):
24
class RelayDeviceConnectionError(signals.
ControllerError
):
/tools/test/connectivity/acts/framework/tests/
acts_test_runner_test.py
55
with self.assertRaisesRegexp(signals.
ControllerError
,
83
with self.assertRaisesRegexp(signals.
ControllerError
, expected_msg):
98
with self.assertRaisesRegexp(signals.
ControllerError
, expected_msg):
125
with self.assertRaisesRegexp(signals.
ControllerError
,
258
with self.assertRaisesRegexp(signals.
ControllerError
, msg):
269
with self.assertRaisesRegexp(signals.
ControllerError
, msg):
/test/vts/runners/host/
signals.py
91
class
ControllerError
(Exception):
test_runner.py
257
ControllerError
is raised if the module does not match the vts.runners.host
264
raise signals.
ControllerError
(
269
raise signals.
ControllerError
(
290
ControllerError
is raised if no corresponding config can be found,
298
raise signals.
ControllerError
(
306
raise signals.
ControllerError
(("No corresponding config found for"
324
raise
ControllerError
(("Controller module %s did not return a list"
/tools/test/connectivity/acts/framework/acts/
signals.py
104
class
ControllerError
(Exception):
test_runner.py
302
ControllerError
is raised if the module does not match the ACTS
309
raise signals.
ControllerError
(
314
raise signals.
ControllerError
(
372
When required is True,
ControllerError
is raised if no corresponding
374
Regardless of the value of "required",
ControllerError
is raised if
388
raise signals.
ControllerError
(
396
raise signals.
ControllerError
(
415
raise signals.
ControllerError
(
/tools/test/connectivity/acts/framework/acts/controllers/
packet_sender.py
130
class PacketSenderError(acts.signals.
ControllerError
):
android_device.py
58
class AndroidDeviceError(signals.
ControllerError
):
[
all
...]
monsoon.py
54
class MonsoonError(acts.signals.
ControllerError
):
[
all
...]
/test/vts/utils/python/controllers/
android_device.py
60
class AndroidDeviceError(signals.
ControllerError
):
[
all
...]
Completed in 271 milliseconds