comparison src/main/java/alice/test/topology/localTestTopology/LocalTestTopologyConfig.java @ 644:e0621f645e2e

add local topology test
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sun, 31 Dec 2017 09:59:59 +0900
parents 74dbb8809c73
children e321c5ec9b58
comparison
equal deleted inserted replaced
643:74dbb8809c73 644:e0621f645e2e
10 10
11 public LocalTestTopologyConfig(String[] args,int port, String dsmName) { 11 public LocalTestTopologyConfig(String[] args,int port, String dsmName) {
12 super(args); 12 super(args);
13 hostname = "127.0.0.1"; 13 hostname = "127.0.0.1";
14 connectPort = port; 14 connectPort = port;
15 localPort = port;
15 key = dsmName; 16 key = dsmName;
16 } 17 }
17 18
18 } 19 }