From 2dd27e3c33de6c2b31e4cdc30a345b3c64e3040a Mon Sep 17 00:00:00 2001 From: Ulf Wiger Date: Fri, 14 Aug 2015 19:32:22 +0200 Subject: added svc reg+call tests + bug fixes --- python/rvi_call.py | 2 +- python/rvi_service.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'python') diff --git a/python/rvi_call.py b/python/rvi_call.py index efe54e6..18bce73 100755 --- a/python/rvi_call.py +++ b/python/rvi_call.py @@ -23,7 +23,7 @@ def usage(): print " service Service to invoke in RVI." print " key=val Named arguments to provide to service." print - print "Example: ./callrvi.py http://rvi1.nginfotpdx.net:8801 \\" + print "Example: ./callrvi.py -n http://rvi1.nginfotpdx.net:8801 \\" print " jlr.com/vin/aaron/4711/test/ping \\" print " arg1=val1 arg2=val2" diff --git a/python/rvi_service.py b/python/rvi_service.py index 2c3271f..0d6ec6d 100755 --- a/python/rvi_service.py +++ b/python/rvi_service.py @@ -28,7 +28,7 @@ def usage(): print "The Service Edge URL is also logged as a notice when the" print "RVI node is started." print - print "Example: ./rvi_service.py /test/some_service http://rvi1.nginfotpdx.net:8801" + print "Example: ./rvi_service.py -n http://rvi1.nginfotpdx.net:8801 /test/some_service" sys.exit(255) -- cgit v1.2.1