Bump versions 9.0.4-SNAPSHOT
[controller.git] / opendaylight / md-sal / sal-test-model / src / main / yang / opendaylight-mdsal-list-test.yang
index d4775afe54e53d416080e35d9d37b5af5d81469a..8f9ed866636af466a812be851a1eaa22cb2d9e72 100644 (file)
@@ -28,9 +28,9 @@ module opendaylight-mdsal-list-test {
                 }
                 leaf type {
                     type string;
-                    mandatory true;
-                    description
-                        "Mandatory type of list.";
+//                    mandatory true;
+//                    description
+//                        "Mandatory type of list.";
                 }
                 ordered-by user;
                 description
@@ -52,4 +52,10 @@ module opendaylight-mdsal-list-test {
             uses two-level-list;
         }
     }
+
+    rpc get-top {
+        output {
+            uses two-level-list;
+        }
+    }
 }