Add get-top rpc with output to sal-test-model 66/72066/2
authorTom Pantelis <tompantelis@gmail.com>
Thu, 17 May 2018 12:08:21 +0000 (08:08 -0400)
committerTom Pantelis <tompantelis@gmail.com>
Thu, 17 May 2018 13:51:45 +0000 (13:51 +0000)
Need an rpc with output for a netconf UT.

Change-Id: Ia5f5c3a6a3a1318d8a3cab13c0695f332866e9d4
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
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;
+        }
+    }
 }