NETCONF-530 - netconf-testtool failed on start with NullPointerException
[netconf.git] / netconf / tools / netconf-testtool / src / main / java / org / opendaylight / netconf / test / tool / config / Configuration.java
index 418329a4b1ee1a8d6e7173c37e885893ee78f97e..665442535ce7c5bf9be6cf2d5d45d0a3df2ce10d 100644 (file)
@@ -39,9 +39,9 @@ public class Configuration {
 
     public static final Set<YangResource> DEFAULT_YANG_RESOURCES = ImmutableSet.of(
             new YangResource("ietf-netconf-monitoring", "2010-10-04",
-                    "/META-INF/yang/ietf-netconf-monitoring.yang"),
+                    "/META-INF/yang/ietf-netconf-monitoring@2010-10-04.yang"),
             new YangResource("ietf-netconf-monitoring-extension", "2013-12-10",
-                    "/META-INF/yang/ietf-netconf-monitoring-extension.yang"),
+                    "/META-INF/yang/ietf-netconf-monitoring-extension@2013-12-10.yang"),
             new YangResource("ietf-yang-types", "2013-07-15",
                     "/META-INF/yang/ietf-yang-types@2013-07-15.yang"),
             new YangResource("ietf-inet-types", "2013-07-15",