Test client for the eltpk server.
More...
|
| def | __init__ (self, args, log_level=logging.DEBUG) |
| |
| def | preset (self, args) |
| | Setup connection and sends commands to server.
|
| |
| def | preset_standard_test (self, args) |
| | Setup connection and sends test commands to server.
|
| |
|
| def | parse_args (arguments) |
| | Static methods implementing MAIN () behavior in the class with parsing of command line arguments This allows testing from modular test the full behavior, including main startup.
|
| |
| def | main (arguments) |
| | Execute the main using the command line arguments passed as a list.
|
| |
Test client for the eltpk server.
◆ __init__()
| def eltpk_preset.EltpkClient.__init__ |
( |
|
self, |
|
|
|
args, |
|
|
|
log_level = logging.DEBUG |
|
) |
| |
◆ main()
| def eltpk_preset.EltpkClient.main |
( |
|
arguments | ) |
|
|
static |
Execute the main using the command line arguments passed as a list.
If you pass the command line arguments, first remove argv[0] by passing:
◆ parse_args()
| def eltpk_preset.EltpkClient.parse_args |
( |
|
arguments | ) |
|
|
static |
Static methods implementing MAIN () behavior in the class with parsing of command line arguments This allows testing from modular test the full behavior, including main startup.
Parses the command line arguments passed as a list If you pass the command line arguments, first remove argv[0] by passing:
◆ preset()
| def eltpk_preset.EltpkClient.preset |
( |
|
self, |
|
|
|
args |
|
) |
| |
Setup connection and sends commands to server.
args is the set of arguments passed on the command line. ToDo could be better refactored not to pass all of them.
◆ preset_standard_test()
| def eltpk_preset.EltpkClient.preset_standard_test |
( |
|
self, |
|
|
|
args |
|
) |
| |
Setup connection and sends test commands to server.
args is the set of arguments passed on the command line. ToDo could be better refactored not to pass all of them.
◆ eltpk_std_cmds
| eltpk_preset.EltpkClient.eltpk_std_cmds |
◆ service_commands
| eltpk_preset.EltpkClient.service_commands |
◆ trksim_std_cmds
| eltpk_preset.EltpkClient.trksim_std_cmds |
The documentation for this class was generated from the following file: