summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorUlf Wiger <ulf@feuerlabs.com>2015-08-14 19:32:22 +0200
committerUlf Wiger <ulf@feuerlabs.com>2015-08-14 19:32:22 +0200
commit2dd27e3c33de6c2b31e4cdc30a345b3c64e3040a (patch)
tree5620cfbed7605baa2c1325fbbc7ca56157164616 /python
parent54974ae9ead2200104cb35b5e34fff8030a06cc9 (diff)
downloadrvi_core-2dd27e3c33de6c2b31e4cdc30a345b3c64e3040a.tar.gz
added svc reg+call tests + bug fixes
Diffstat (limited to 'python')
-rwxr-xr-xpython/rvi_call.py2
-rwxr-xr-xpython/rvi_service.py2
2 files changed, 2 insertions, 2 deletions
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)