Bug 2358 - Resources for tests json to nn
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / test / resources / json-to-cnsn / simple-container-yang / simple-container.yang
diff --git a/opendaylight/md-sal/sal-rest-connector/src/test/resources/json-to-cnsn/simple-container-yang/simple-container.yang b/opendaylight/md-sal/sal-rest-connector/src/test/resources/json-to-cnsn/simple-container-yang/simple-container.yang
deleted file mode 100644 (file)
index 493101c..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-module simple-container-yang {
-  namespace "simple:container:yang";  
-
-  prefix "smpdtp";
-  revision 2013-11-12 {    
-  }
-  
-  container cont {
-       container cont1 {
-       }
-       list lst1 {
-       }
-       leaf-list lflst1 {
-               type string;
-       }
-       leaf lf1 {
-               type string;
-       }
-  }
-}
\ No newline at end of file