Honor EXI flag in testtool
[netconf.git] / netconf / tools / netconf-testtool / src / main / java / org / opendaylight / netconf / test / tool / TesttoolParameters.java
index 368c186fe5221476aaf23a1c519590f9f868dabf..d2068df565965e21e0ffc0a4f54bdfcec811a358 100644 (file)
@@ -81,7 +81,7 @@ public class TesttoolParameters {
     @Arg(dest = "ssh")
     public boolean ssh;
     @Arg(dest = "exi")
-    public boolean exi;
+    public boolean exi = true;
     @Arg(dest = "debug")
     public boolean debug;
     @Arg(dest = "notification-file")