Added test for MouontPoints and URI
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / test / resources / test-config-data / yang1 / test-interface.yang
index f683a69444177b1acb6c4aa847d5ec379c8e1de2..7594143922317b9b5df762a037acd7e5eca830cb 100644 (file)
@@ -13,6 +13,17 @@ module test-interface {
     }
     
     container interfaces {
+    
+        container block {
+            
+            leaf address {
+                type string;
+            }
+            leaf location {
+                type string;
+            }
+        }
+    
         list interface {
             key "name";