|
@@ -166,8 +166,9 @@ class BITEError(Exception): |
|
|
|
|
|
|
|
|
class BoardManager(object): |
|
|
class BoardManager(object): |
|
|
_option_map = dict( |
|
|
_option_map = dict( |
|
|
snmppower=SNMPPower, |
|
|
|
|
|
|
|
|
etheriface=EtherIface, |
|
|
serialconsole=SerialConsole, |
|
|
serialconsole=SerialConsole, |
|
|
|
|
|
snmppower=SNMPPower, |
|
|
) |
|
|
) |
|
|
|
|
|
|
|
|
def __init__(self, cls_info, boards): |
|
|
def __init__(self, cls_info, boards): |
|
|