Changing AD-SAL port to 8282
authorLuis Gomez <ecelgp@gmail.com>
Sun, 8 Feb 2015 20:22:39 +0000 (12:22 -0800)
committerLuis Gomez <ecelgp@gmail.com>
Sun, 8 Feb 2015 20:22:39 +0000 (12:22 -0800)
Change-Id: I4762cf264dd11666fb130f73bb52d3f4808f2246
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
test/csit/variables/Variables.py

index 52f72d4202dfc7a893aab4e1724a072c47f9207d..b42899d9d4ecf9c9ec7538079012107f36cab6c8 100644 (file)
@@ -8,7 +8,7 @@ import collections
 # Global variables
 CONTROLLER = '127.0.0.1'
 PORT = '8080'
-RESTPORT = '8080'
+RESTPORT = '8282'
 RESTCONFPORT = '8181'
 PREFIX = 'http://' + CONTROLLER + ':' + PORT
 CONTAINER = 'default'