Browse Source

add serialconsole support... this will change in the future..

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

+ 1
- 0
bitelab/__init__.py View File

@@ -130,6 +130,7 @@ class BITEError(Exception):
class BoardManager(object):
_option_map = dict(
snmppower=SNMPPower,
serialconsole=SerialConsole,
)

def __init__(self, cls_info, boards):


Loading…
Cancel
Save