Package TestON :: Package bin :: Module generatedriver :: Class GenerateDriver
[hide private]
[frames] | no frames]

Class GenerateDriver

source code

This will

Instance Methods [hide private]
 
__init__(self) source code
 
connect(self, **connectargs)
Connection will establish to the remote host using ssh.
source code
 
execute(self, **execparams)
This method will execute the command and will check for the expected prompt.
source code
 
configure(self)
Will start the Configure mode of the device.
source code
 
get_command_help(self, command)
Will get the help of the Command
source code
 
get_command_details(self, command)
Will Update the command_dictionary with the available commands details
source code
 
print_details(self, command_dictionary)
Will print the details in Tree Format
source code
 
get_details_recursive(self, main_comand) source code
 
create_driver(self) source code
 
disconnect(self) source code
Method Details [hide private]

connect(self, **connectargs)

source code 

Connection will establish to the remote host using ssh. It will take user_name ,ip_address and password as arguments<br> and will return the handle.