Use RFC 8040 paths by testtool
[netconf.git] / netconf / tools / netconf-testtool / src / main / java / org / opendaylight / netconf / test / tool / TesttoolParameters.java
index 6d32c24b148c85a9ccd7bc0ffb968ab5feef8bbe..7f25e2609f352e1a92dfeb81d5ce64c77f47b919 100644 (file)
@@ -134,7 +134,7 @@ public final class TesttoolParameters {
                 .type(String.class)
                 .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>/restconf/config/...)"
+                        + " URI(http://<controller-ip>:<controller-port>/rests/data/...)"
                         + " otherwise it will just start simulated devices and skip the execution of PATCH requests")
                 .dest("controller-ip");
 
@@ -142,7 +142,7 @@ public final class TesttoolParameters {
                 .type(Integer.class)
                 .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>/restconf/config/...) "
+                        + " URI(http://<controller-ip>:<controller-port>/rests/data/...) "
                         + "otherwise it will just start simulated devices and skip the execution of PATCH requests")
                 .dest("controller-port");