524 bug - %2F slashes translation behind mount point (unit test)
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / test / resources / full-versions / test-module / test-module
index ad0716bc11ac44d0a300f7e4a00bd35851e121f9..2e533e720e0760f6abca5b84663c52ce170a4899 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 {
@@ -14,7 +28,13 @@ module test-module {
             type string;
         }
     }
-  } 
+    list lst1 {
+        key "lf11";
+        leaf lf11 {
+            type string;
+        }
+    }
+  }   
   
   
   rpc rpc-test {