summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus <mfeuer@jaguarlandrover.com>2014-08-14 13:54:52 -0700
committerMagnus <mfeuer@jaguarlandrover.com>2014-08-14 13:54:52 -0700
commit0cc2c59289574cdccec30de7350eea46e02d51ab (patch)
tree3b22ee41722d40cc37de171a7a209bf51db5c9e4
parent84c38c4c651309540cbcfe52e20ac39dc26fa2e1 (diff)
downloadrvi_core-0cc2c59289574cdccec30de7350eea46e02d51ab.tar.gz
Temp
Signed-off-by: Magnus <mfeuer@jaguarlandrover.com>
-rwxr-xr-xhvac_demo/hvac_emulator.py9
1 files changed, 3 insertions, 6 deletions
diff --git a/hvac_demo/hvac_emulator.py b/hvac_demo/hvac_emulator.py
index 4b42c08..a1677de 100755
--- a/hvac_demo/hvac_emulator.py
+++ b/hvac_demo/hvac_emulator.py
@@ -120,11 +120,11 @@ def usage():
print " <rvi_url> URL of RVI Service Edge on local host"
print
print "The RVI Service Edge URL can be found in"
- print "priv/setup_[backend,device].config as"
+ print "priv/setup_[backend,ivi].config as"
print "env -> rvi -> components -> service_edge -> url"
print
- print "The RVI Service Edge URL can can also be specified"
- print "on the command line of the rvi_node.sh script."
+ print "The Service Edge URL is also logged as a notice when the"
+ print "RVI node is started."
sys.exit(255)
@@ -139,9 +139,6 @@ emulator_service_host = 'localhost'
emulator_service_port = random.randint(20001, 59999)
emulator_service_url = 'http://'+emulator_service_host + ':' + str(emulator_service_port)
-
-
-
#
# Check that we have the correct arguments
#