Package TestON :: Package drivers :: Package common :: Package api :: Module fvtapidriver :: Class FvtApiDriver
[hide private]
[frames] | no frames]

Class FvtApiDriver

source code


Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
connect(self, **connectargs)
Connection will establish to the remote host using ssh.
source code
 
simplePacket(self, dl_src) source code
 
genPacketIn(self, in_port, pkt) source code
 
ofmsgSndCmp(self, snd_list, exp_list, xid_ignore=True, hdr_only=True) source code
 
setRule(self, sv, rule, num_try) source code
 
chkFlowdb(self, controller_number, switch_number, exp_count, exp_rewrites) source code
 
chkSwitchStats(self, switch_number, ofproto, exp_snd_count, exp_rcv_count) source code
 
chkSliceStats(self, controller_number, ofproto, exp_snd_count, exp_rcv_count) source code
 
recvStats(self, swId, typ) source code
 
ofmsgSndCmpWithXid(self, snd_list, exp_list, xid_ignore, hdr_only) source code
 
genPacketOut(self, xid, buffer_id, in_port, action_ports, pkt) source code
 
genFlowModFlush(self) source code
 
genPhyPort(self, name, addr, port_no) source code
 
disconnect(self, handle) source code
 
setUp(self, basic_logger) source code
 
close_log_handles(self) source code

Inherited from component.Component: __getattr__, cleanup, config, execute, experimentRun, get_version, log

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

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.

Overrides: component.Component.connect

disconnect(self, handle)

source code 
Overrides: component.Component.disconnect

close_log_handles(self)

source code 
Overrides: component.Component.close_log_handles