Home
last modified time | relevance | path

Searched refs:ConsoleArgumentError (Results 1 – 6 of 6) sorted by relevance

/test/framework/harnesses/host_controller/
Dconsole_argument_parser.py21 class ConsoleArgumentError(Exception): class
60 raise ConsoleArgumentError(message)
/test/framework/harnesses/host_controller/command_processor/
Dcommand_lease.py18 from host_controller.console_argument_parser import ConsoleArgumentError
56 raise ConsoleArgumentError("More than one hosts.")
Dcommand_config_local.py27 from host_controller.console_argument_parser import ConsoleArgumentError
130 raise ConsoleArgumentError("update interval must be positive")
Dcommand_device.py27 from host_controller.console_argument_parser import ConsoleArgumentError
314 raise ConsoleArgumentError("More than one host.")
330 raise ConsoleArgumentError(
Dcommand_build.py27 from host_controller.console_argument_parser import ConsoleArgumentError
214 raise ConsoleArgumentError("update interval must be positive")
Dcommand_config.py30 from host_controller.console_argument_parser import ConsoleArgumentError
398 raise ConsoleArgumentError("update interval must be positive")