Added test for MouontPoints and URI
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / test / resources / full-versions / test-module / test-module
index ad0716bc11ac44d0a300f7e4a00bd35851e121f9..93342ead54f27a633973a965c3ee48e16c238445 100644 (file)
@@ -5,6 +5,20 @@ module test-module {
   revision 2014-01-09 {
   }
   
+  container interfaces {
+    container class {
+        leaf name {
+            type string;
+        }
+        leaf address {
+            type string;
+        }
+        leaf email {
+            type string;
+        }
+    }
+  }
+  
   container cont {
     container cont1 {
         leaf lf11 {