Delete restconf
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / test / resources / xml-to-cnsn / data-container-yang / data-container.yang
diff --git a/opendaylight/md-sal/sal-rest-connector/src/test/resources/xml-to-cnsn/data-container-yang/data-container.yang b/opendaylight/md-sal/sal-rest-connector/src/test/resources/xml-to-cnsn/data-container-yang/data-container.yang
deleted file mode 100644 (file)
index b038eb1..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-module data-container-yang {
-  namespace "data:container:yang";  
-
-  prefix "dtconyg";
-       revision 2013-11-19 {    
-  }
-  
-  container cont {
-       leaf lf1 {
-               type string;
-       }
-       
-       leaf lf2 {
-               type string;
-       }
-       
-       leaf lf3 {
-               type empty;
-       }
-       
-       leaf-list lflst1 {
-               type string;
-       }
-       list lst1 {
-               leaf lf11 {
-                       type string;
-               } 
-       }
-       container cont1 {
-               leaf lf11 {
-                       type uint8;
-               }
-       }
-  }
-}
\ No newline at end of file