summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorMagnus Feuer <magnus@feuerworks.com>2015-08-14 11:06:21 -0700
committerMagnus Feuer <magnus@feuerworks.com>2015-08-14 11:06:21 -0700
commit5cfe34e3a4a50a1a0c053a700d650076106e664a (patch)
treead257d23618e88d1adc7a696d7cb82de98de9226 /python
parent34e29a3c11079cc0dfa8038d5d49bfb7c581215e (diff)
parent2dd27e3c33de6c2b31e4cdc30a345b3c64e3040a (diff)
downloadrvi_core-5cfe34e3a4a50a1a0c053a700d650076106e664a.tar.gz
Merge pull request #6 from magnusfeuer/uw-test-suite
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)