Page Menu
Home
ClusterLabs Projects
Search
Configure Global Search
Log In
Files
F3152940
test-drac4.py
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
306 B
Referenced Files
None
Subscribers
None
test-drac4.py
View Options
#!/usr/bin/python
from
fence_testing
import
test_action
def
main
():
DRAC4
=
"devices.d/dell-drac-4I.cfg"
ACT_STATUS
=
"actions.d/status.cfg"
ACT_ONOFF
=
"actions.d/power-on-off.cfg"
test_action
(
DRAC4
,
ACT_STATUS
,
"getopt"
)
test_action
(
DRAC4
,
ACT_ONOFF
,
"stdin"
)
if
__name__
==
"__main__"
:
main
()
File Metadata
Details
Attached
Mime Type
text/x-script.python
Expires
Tue, Feb 25, 6:19 AM (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1025672
Default Alt Text
test-drac4.py (306 B)
Attached To
Mode
rF Fence Agents
Attached
Detach File
Event Timeline
Log In to Comment