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