summaryrefslogtreecommitdiffstats
path: root/client/test_func.py
blob: ede9bbffeb9a76ef4d7841b3cb07b6c66db57095 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/python


# FIXME: should import the client lib, not XMLRPC lib, when we are done

import xmlrpclib

s = xmlrpclib.ServerProxy("http://127.0.0.1:51234")

print s.test_add(1, 2)
print s.service_restart("httpd")