X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-remoterpc-connector%2Fsrc%2Ftest%2Fresources%2Fapplication.conf;h=61fab7e0fefccfd26909a8eb81e2af041d624662;hb=d206d27042eef2185c875f85cf6eac61a1bd77c4;hp=459eb78903b6dc09b0739b49198a71d71f05c2f2;hpb=5f154199c3c2e2d0ff7180e63a87cbd309432835;p=controller.git diff --git a/opendaylight/md-sal/sal-remoterpc-connector/src/test/resources/application.conf b/opendaylight/md-sal/sal-remoterpc-connector/src/test/resources/application.conf index 459eb78903..61fab7e0fe 100644 --- a/opendaylight/md-sal/sal-remoterpc-connector/src/test/resources/application.conf +++ b/opendaylight/md-sal/sal-remoterpc-connector/src/test/resources/application.conf @@ -18,12 +18,12 @@ odl-cluster{ log-remote-lifecycle-events = off netty.tcp { hostname = "127.0.0.1" - port = 2551 + port = 2550 } } cluster { - seed-nodes = ["akka.tcp://opendaylight-rpc@127.0.0.1:2551"] + seed-nodes = ["akka.tcp://opendaylight-rpc@127.0.0.1:2550"] auto-down-unreachable-after = 10s }