Page Menu
Home
ClusterLabs Projects
Search
Configure Global Search
Log In
Files
F2824988
test-apc2.py
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
377 B
Referenced Files
None
Subscribers
None
test-apc2.py
View Options
#!/usr/bin/python
from
fence_testing
import
test_action
def
main
():
DEVICE
=
"devices.d/apc-v2.cfg"
ACT_STATUS
=
"actions.d/status.cfg"
ACT_ONOFF
=
"actions.d/power-on-off.cfg"
ACT_LIST
=
"actions.d/list.cfg"
test_action
(
DEVICE
,
ACT_STATUS
,
"getopt"
)
test_action
(
DEVICE
,
ACT_ONOFF
,
"stdin"
)
test_action
(
DEVICE
,
ACT_LIST
,
"getopt"
)
if
__name__
==
"__main__"
:
main
()
File Metadata
Details
Attached
Mime Type
text/x-script.python
Expires
Sat, Jan 25, 11:09 AM (1 d, 7 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1025520
Default Alt Text
test-apc2.py (377 B)
Attached To
Mode
rF Fence Agents
Attached
Detach File
Event Timeline
Log In to Comment