Add get-top rpc with output to sal-test-model
[controller.git] / opendaylight / md-sal / sal-test-model / src / main / yang / opendaylight-mdsal-list-test.yang
index 588dbc1534bb2ec01f639a14a59ccb5cb5271299..8f9ed866636af466a812be851a1eaa22cb2d9e72 100644 (file)
@@ -52,4 +52,10 @@ module opendaylight-mdsal-list-test {
             uses two-level-list;
         }
     }
+
+    rpc get-top {
+        output {
+            uses two-level-list;
+        }
+    }
 }