Page MenuHomeClusterLabs Projects

test-drac4.py
No OneTemporary

test-drac4.py

#!/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

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)

Event Timeline