X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=dom%2Fsal-test-model%2Fsrc%2Fmain%2Fyang%2Fopendaylight-test-rpc-service.yang;fp=dom%2Fsal-test-model%2Fsrc%2Fmain%2Fyang%2Fopendaylight-test-rpc-service.yang;h=0000000000000000000000000000000000000000;hb=ffb48e89507f417d52b7a86d6c34f9af7f955477;hp=3412eb531a52ae9cf91720d322a3ce5bd92a047e;hpb=c9e43c3fa7ecc66546afb7eda8a1b5d5b15f4120;p=mdsal.git diff --git a/dom/sal-test-model/src/main/yang/opendaylight-test-rpc-service.yang b/dom/sal-test-model/src/main/yang/opendaylight-test-rpc-service.yang deleted file mode 100644 index 3412eb531a..0000000000 --- a/dom/sal-test-model/src/main/yang/opendaylight-test-rpc-service.yang +++ /dev/null @@ -1,22 +0,0 @@ -module opendaylight-test-rpc-service { - yang-version 1; - namespace "urn:opendaylight:params:xml:ns:yang:controller:md:sal:test:bi:ba:rpcservice"; - prefix "rpc"; - - description - "Test model for testing of registering rpc service on binding independent mount point - and retrieving rpc service via binding aware mount point."; - - revision "2014-07-01" { - description - "Initial revision"; - } - - rpc rock-the-house { - input { - leaf zip-code { - type string; - } - } - } -} \ No newline at end of file