From 472644803233e6e874b902659b2c1ec67caf86c7 Mon Sep 17 00:00:00 2001 From: Loudrob Date: Mon, 6 Jul 2015 08:09:32 -0400 Subject: [PATCH] RPC test file lel. --- dev/tools/rpc/rpctest.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 dev/tools/rpc/rpctest.py diff --git a/dev/tools/rpc/rpctest.py b/dev/tools/rpc/rpctest.py new file mode 100644 index 00000000..ed148a01 --- /dev/null +++ b/dev/tools/rpc/rpctest.py @@ -0,0 +1,5 @@ +import pyjsonrpc + +http_client = pyjsonrpc.HttpClient(url = 'http://localhost:8080') +print 'Connected' +print http_client.ping('test') \ No newline at end of file