(no commit message)
[tests.git] / qaapi / qa / tests / node / nmapitest.py
1 #!/usr/bin/python
2 # Module: VNET+
3 # Description:  
4 # Connect to the node manager
5 # Author: acb@cs.princeton.edu
6
7 from xmlrpclib import ServerProxy
8
9 nodemanager = ServerProxy('http://127.0.0.1:812/')
10 nodemanager.SetLoans('pl_sirius', [])