You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sems/apps/mobile_push/load_test/call_gen.py

6 lines
154 B

#!/usr/bin/env python
from xmlrpclib import *
s = ServerProxy('http://127.0.0.1:8092')
print s.setTarget(100, 1, 0, '4', '192.168.5.110', 2, 0, 30, 40)