Unit Test for md-sal netconf northbound mapping.
[controller.git] / opendaylight / netconf / mdsal-netconf-connector / src / test / resources / yang / mdsal-netconf-mapping-test.yang
diff --git a/opendaylight/netconf/mdsal-netconf-connector/src/test/resources/yang/mdsal-netconf-mapping-test.yang b/opendaylight/netconf/mdsal-netconf-connector/src/test/resources/yang/mdsal-netconf-mapping-test.yang
new file mode 100644 (file)
index 0000000..69a82ee
--- /dev/null
@@ -0,0 +1,21 @@
+module config {
+    yang-version 1;
+    namespace "urn:opendaylight:mdsal:mapping:test";
+    prefix "map";
+
+    revision "2015-02-26";
+
+    container mapping-nodes {
+
+        list mapping-node{
+            key "id";
+            leaf id {
+                type string;
+            }
+
+            leaf content {
+                type string;
+            }
+        }
+    }
+}
\ No newline at end of file