clearer names for actions, and infer actions better
[monitor.git] / tests / test-myops-xmlrpc.py
1 #!/usr/bin/python
2
3 from monitor.wrapper import plc
4
5 api = plc.getAPI("https://monitor.planet-lab.org/monitor/XMLRPC")
6 print api.upAndRunning()
7 print api.setBootmanSequence(plc.api.auth, "test-sequence", "value3")
8 print api.getBootmanSequences(plc.api.auth)