ifw
0.0.1-dev
|
Test library for testing devices business logic. More...
Public Member Functions | |
def | __init__ |
def | call_rpc |
def | ctrl_reset |
def | ctrl_init |
def | ctrl_enable |
def | ctrl_disable |
def | ctrl_stop |
Public Attributes | |
server | |
Test library for testing devices business logic.
def Device.Device.__init__ | ( | self, | |
server, | |||
ns, | |||
name | |||
) |
def Device.Device.call_rpc | ( | self, | |
rpc, | |||
args | |||
) |
def Device.Device.ctrl_disable | ( | self | ) |
def Device.Device.ctrl_enable | ( | self | ) |
def Device.Device.ctrl_init | ( | self | ) |
def Device.Device.ctrl_reset | ( | self | ) |
def Device.Device.ctrl_stop | ( | self | ) |
Device.Device.server |