From: Luis Gomez Date: Sun, 8 Feb 2015 20:22:39 +0000 (-0800) Subject: Changing AD-SAL port to 8282 X-Git-Tag: release/helium-sr3~87^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=integration%2Ftest.git;a=commitdiff_plain;h=7f677ad5740cbc31acd0ca95e0b26a53025f9e09 Changing AD-SAL port to 8282 Change-Id: I4762cf264dd11666fb130f73bb52d3f4808f2246 Signed-off-by: Luis Gomez --- diff --git a/test/csit/variables/Variables.py b/test/csit/variables/Variables.py index 52f72d4202..b42899d9d4 100644 --- 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 = '8080' +RESTPORT = '8282' RESTCONFPORT = '8181' PREFIX = 'http://' + CONTROLLER + ':' + PORT CONTAINER = 'default'