From 763a7afbb676dfe580e6a3b72bbddec15a7a89db Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Tue, 8 Dec 2020 16:21:43 -0800 Subject: [PATCH] add serialconsole support... this will change in the future.. --- bitelab/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bitelab/__init__.py b/bitelab/__init__.py index 8285e51..2544150 100644 --- a/bitelab/__init__.py +++ b/bitelab/__init__.py @@ -130,6 +130,7 @@ class BITEError(Exception): class BoardManager(object): _option_map = dict( snmppower=SNMPPower, + serialconsole=SerialConsole, ) def __init__(self, cls_info, boards):