Linaro Git Browser
Code Review
Sign In
review.linaro.org
/
lava
/
lavapdu.git
/
a903c6264511a64d4fb8b219f49f38a063267529
/
.
/
driver.py
blob: ca840bee8ecb1b8cde937e6991022f00a4d25e15 [
file
] [
log
] [
blame
]
__author__
=
'matt'
class
PDUDriver
():
connection
=
None
pdu_commands
=
{
"off"
:
"olOff"
,
"on"
:
"olOn"
,
"reboot"
:
"olReboot"
,
"delayed"
:
"olDlyReboot"
}
def
__init__
(
self
,
connection
):
self
.
connection
=
connection