Rename sal-netconf-connector to netconf-client-mdsal
[netconf.git] / plugins / sal-netconf-connector / src / test / resources / yang-library.xml
diff --git a/plugins/sal-netconf-connector/src/test/resources/yang-library.xml b/plugins/sal-netconf-connector/src/test/resources/yang-library.xml
deleted file mode 100644 (file)
index 5f74911..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0"?>
-<modules-state xmlns="urn:ietf:params:xml:ns:yang:ietf-yang-library">
-    <module>
-        <name>module-with-revision</name>
-        <revision>2014-04-08</revision>
-        <namespace>namespace</namespace>
-        <schema>
-            http://localhost:8181/yanglib/schemas/module-with-revision/2014-04-08
-        </schema>
-    </module>
-    <module>
-        <name>another-module-with-revision</name>
-        <revision>2013-10-21</revision>
-        <namespace>another-module-with-revision:namespace</namespace>
-        <schema>
-            http://localhost:8181/yanglib/schemas/another-module-with-revision/2013-10-21
-        </schema>
-    </module>
-    <module>
-        <name>module-without-revision</name>
-        <namespace>module-without-revision:namespace</namespace>
-        <revision/>
-        <schema>
-            http://localhost:8181/yanglib/schemas/module-without-revision/
-        </schema>
-    </module>
-    <module>
-        <name>module-with-wrong-revision</name>
-        <revision>2014-004-08</revision>
-        <namespace>namespace</namespace>
-        <schema>
-            http://localhost:8181/yanglib/schemas/module-with-revision/2014-04-08
-        </schema>
-    </module>
-</modules-state>