This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
bitelab
Watch
1
Star
0
Fork
0
Code
Issues
5
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
add to the mapping..
main
John-Mark Gurney
4 years ago
parent
d691bade31
commit
0af8440f32
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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):
Write
Preview
Loading…
Cancel
Save