Browse Source

add to the mapping..

main
John-Mark Gurney 4 years ago
parent
commit
0af8440f32
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      bitelab/__init__.py

+ 2
- 1
bitelab/__init__.py View File

@@ -166,8 +166,9 @@ class BITEError(Exception):

class BoardManager(object):
_option_map = dict(
snmppower=SNMPPower,
etheriface=EtherIface,
serialconsole=SerialConsole,
snmppower=SNMPPower,
)

def __init__(self, cls_info, boards):


Loading…
Cancel
Save