Created sal-clustering-commons and moved
[controller.git] / opendaylight / md-sal / sal-clustering-commons / src / test / resources / odl-datastore-augmentation.yang
diff --git a/opendaylight/md-sal/sal-clustering-commons/src/test/resources/odl-datastore-augmentation.yang b/opendaylight/md-sal/sal-clustering-commons/src/test/resources/odl-datastore-augmentation.yang
new file mode 100644 (file)
index 0000000..c305572
--- /dev/null
@@ -0,0 +1,21 @@
+module odl-datastore-augmentation {
+    yang-version 1;
+    namespace "urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom:store:aug";
+    prefix "store-aug";
+
+    import odl-datastore-test {prefix test;revision-date "2014-03-13";}
+
+    revision "2014-03-13" {
+        description "Initial revision.";
+    }
+
+
+    augment "/test:test/test:augmented-list" {
+        container cont {
+            leaf name {
+                type string;
+            }
+        }
+    }
+
+}