Moved data test model to sal-test-model
[controller.git] / opendaylight / md-sal / sal-test-model / src / main / yang / opendaylight-test-rpc-service.yang
1 module opendaylight-test-rpc-service {
2     yang-version 1;
3     namespace "urn:opendaylight:params:xml:ns:yang:controller:md:sal:test:bi:ba:rpcservice";
4     prefix "rpc";
5
6     description
7         "Test model for testing of registering rpc service on binding independent mount point 
8         and retrieving rpc service via binding aware mount point.";
9
10     revision "2014-07-01" {
11         description
12             "Initial revision";
13     }
14
15     rpc rock-the-house {
16         input {
17             leaf zip-code {
18                 type string;
19             }
20         }
21     }
22 }