Remove default controller values in testtol
[netconf.git] / netconf / tools / netconf-testtool / src / main / java / org / opendaylight / netconf / test / tool / TesttoolParameters.java
index e359aca6fa179d104ef5dfdc70f814b98de0bdc6..4c4c53d2378e4ce7c700c2f432bbfe34330127c8 100644 (file)
@@ -119,7 +119,6 @@ public final class TesttoolParameters {
 
         parser.addArgument("--controller-ip")
                 .type(String.class)
-                .setDefault("127.0.0.1")
                 .help("Ip of controller if available it will be used for spawning netconf connectors via topology"
                         + " configuration as a part of"
                         + " URI(http://<controller-ip>:<controller-port>/rests/data/...)"
@@ -128,7 +127,6 @@ public final class TesttoolParameters {
 
         parser.addArgument("--controller-port")
                 .type(Integer.class)
-                .setDefault(8181)
                 .help("Port of controller if available it will be used for spawning netconf connectors via topology "
                         + "configuration as a part of"
                         + " URI(http://<controller-ip>:<controller-port>/rests/data/...) "