Changed port number for test server in ClientRequestHandlerTest 39/4539/3
authorAbhishek Kumar <abhishk2@cisco.com>
Wed, 22 Jan 2014 03:45:24 +0000 (19:45 -0800)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 22 Jan 2014 06:07:27 +0000 (06:07 +0000)
When tests are run in parallel, the port number in ServerRequestHandlerTests and ClientRequestHandlerTests
could have conflicted. Changed the port number to avoid conflict.

Change-Id: I63fae99458fc9109fdbfc5f063ca4289b10aa30c
Signed-off-by: Abhishek Kumar <abhishk2@cisco.com>
opendaylight/md-sal/sal-remoterpc-connector/implementation/src/test/java/org/opendaylight/controller/sal/connector/remoterpc/ClientRequestHandlerTest.java

index e1345945a73dabf0951883bf62cbcde1d0518f87..84407fe828b92de26688f420dd774018e3f76b32 100644 (file)
@@ -22,7 +22,7 @@ public class ClientRequestHandlerTest {
 
   ZMQ.Context context;
   ExecutorService serverThread;
 
   ZMQ.Context context;
   ExecutorService serverThread;
-  final String SERVER_ADDRESS = "localhost:5554";
+  final String SERVER_ADDRESS = "localhost:5553";
 
   ClientRequestHandler handler;
 
 
   ClientRequestHandler handler;