Delete restconf
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / test / resources / instanceidentifier / yang / augment-module-leaf-list.yang
diff --git a/opendaylight/md-sal/sal-rest-connector/src/test/resources/instanceidentifier/yang/augment-module-leaf-list.yang b/opendaylight/md-sal/sal-rest-connector/src/test/resources/instanceidentifier/yang/augment-module-leaf-list.yang
deleted file mode 100644 (file)
index 54c305b..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-module augment-module-leaf-list {
-  namespace "augment:module:leaf:list";  
-
-  prefix "amodulelflst";  
-  
-  import instance-identifier-module {prefix imodule; revision-date 2014-01-17;}
-   
-  revision 2014-01-27 {    
-  }
-  
-    augment "/imodule:cont/imodule:cont1" {
-       leaf-list lflst11 {
-           type string;
-       }       
-       leaf lf11 {
-            type instance-identifier;
-       }
-    }   
-         
-}
\ No newline at end of file