Bug-2342: Add stress test with more threads and start of testtool device.
[controller.git] / opendaylight / netconf / netconf-testtool / src / main / java / org / opendaylight / controller / netconf / test / tool / Main.java
index e441c709ccabcdcc9a9659a0ca96add3c21a27f1..e52fce7ae03372cb676b7ed6b9fe813682ef34c3 100644 (file)
@@ -46,7 +46,7 @@ public final class Main {
 
     private static final Logger LOG = LoggerFactory.getLogger(Main.class);
 
-    static class Params {
+    public static class Params {
 
         @Arg(dest = "schemas-dir")
         public File schemasDir;