Move sal-netconf-connector to plugins/
[netconf.git] / plugins / sal-netconf-connector / src / test / resources / yang-library-fail.xml
diff --git a/plugins/sal-netconf-connector/src/test/resources/yang-library-fail.xml b/plugins/sal-netconf-connector/src/test/resources/yang-library-fail.xml
new file mode 100644 (file)
index 0000000..f56c89c
--- /dev/null
@@ -0,0 +1,23 @@
+<modules xmlns="urn:ietf:params:xml:ns:yang:ietf-yang-library">
+    <module>
+        <name>module-with-bad-url</name>
+        <revision></revision>
+        <namespace>b</namespace>
+        <schema>
+            badurl
+        </schema>
+    </module>
+    <!-- See BUG 8071 https://bugs.opendaylight.org/show_bug.cgi?id=8071
+    <module>
+        <name>module-bad-revision</name>
+        <revision>bad-revision</revision>
+        <namespace>bbb</namespace>
+    </module>
+    -->
+    <module>
+        <name>good-ol-module</name>
+        <revision></revision>
+        <schema>http://www.example.com</schema>
+        <namespace>bbbds</namespace>
+    </module>
+</modules>
\ No newline at end of file