hlcc 2.0.0-beta2+pre1
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
telifsim_preset.TelifsimClient Class Reference

Test client for the telif process. More...

Inheritance diagram for telifsim_preset.TelifsimClient:

Public Member Functions

def __init__ (self, args, log_level=logging.DEBUG)
 
def verify_response (self, response, expected_reply=None, expected_exception=None)
 Verify if the expected response is contained in the actual 'replies' or in the 'exception' that are in the response dictionary.
 
def preset (self, args)
 Setup connection and sends test commands to server.
 
def preset_standard_test (self, args)
 Setup connection and sends test preset commands to server in two different situations:
 

Static Public Member Functions

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.
 

Public Attributes

 service_std_cmds
 
 service_commands
 
 service_sim_cmds
 

Detailed Description

Test client for the telif process.

Constructor & Destructor Documentation

◆ __init__()

def telifsim_preset.TelifsimClient.__init__ (   self,
  args,
  log_level = logging.DEBUG 
)

Member Function Documentation

◆ main()

def telifsim_preset.TelifsimClient.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:

sys.argv[1:]

◆ parse_args()

def telifsim_preset.TelifsimClient.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:

sys.argv[1:]

◆ preset()

def telifsim_preset.TelifsimClient.preset (   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.

◆ preset_standard_test()

def telifsim_preset.TelifsimClient.preset_standard_test (   self,
  args 
)

Setup connection and sends test preset commands to server in two different situations:

  • Coordinates out of telescope operational range
  • Coordinates within the telescope operational range

◆ verify_response()

def telifsim_preset.TelifsimClient.verify_response (   self,
  response,
  expected_reply = None,
  expected_exception = None 
)

Verify if the expected response is contained in the actual 'replies' or in the 'exception' that are in the response dictionary.

Returns true if positive.

Member Data Documentation

◆ service_commands

telifsim_preset.TelifsimClient.service_commands

◆ service_sim_cmds

telifsim_preset.TelifsimClient.service_sim_cmds

◆ service_std_cmds

telifsim_preset.TelifsimClient.service_std_cmds

The documentation for this class was generated from the following file: