Delete restconf
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / test / resources / nn-to-json / augmentation / augment-container.yang
diff --git a/opendaylight/md-sal/sal-rest-connector/src/test/resources/nn-to-json/augmentation/augment-container.yang b/opendaylight/md-sal/sal-rest-connector/src/test/resources/nn-to-json/augmentation/augment-container.yang
deleted file mode 100644 (file)
index 7efe4f7..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-module augment-container {
-  namespace "ns:augment:container";  
-  prefix "augcont";
-
-  
-  import yang {prefix yng; revision-date 2013-11-26;}  
-
-
-  revision "2013-11-26" {    
-  }
-  
-       augment "/yng:cont" {
-               container cont1 {
-                       leaf lf11 {
-                               type string;
-                       }
-               }
-       }
-       
-
-         
-}
\ No newline at end of file