Code Review
/
integration
/
test.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
24f8623
)
Changing AD-SAL port to 8282
author
Luis Gomez
<ecelgp@gmail.com>
Sun, 8 Feb 2015 20:22:39 +0000
(12:22 -0800)
committer
Luis 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
patch
|
blob
|
history
diff --git
a/test/csit/variables/Variables.py
b/test/csit/variables/Variables.py
index 52f72d4202dfc7a893aab4e1724a072c47f9207d..b42899d9d4ecf9c9ec7538079012107f36cab6c8 100644
(file)
--- a/
test/csit/variables/Variables.py
+++ b/
test/csit/variables/Variables.py
@@
-8,7
+8,7
@@
import collections
# Global variables
CONTROLLER = '127.0.0.1'
PORT = '8080'
-RESTPORT = '8
080
'
+RESTPORT = '8
282
'
RESTCONFPORT = '8181'
PREFIX = 'http://' + CONTROLLER + ':' + PORT
CONTAINER = 'default'