BUG-4513 UT for Change event is empty when homogenious composite key is used
[controller.git] / opendaylight / md-sal / sal-test-model / src / main / yang / opendaylight-listener-test.yang
1 module listener-container {
2     yang-version 1;
3     namespace "urn:opendaylight:params:xml:ns:yang:controller:md:sal:test:listener";
4     prefix "test";
5
6     revision "2015-08-25" {
7         description
8             "Initial revision.";
9     }
10
11     container listener-test {
12         list list-item {
13             key "sip op";
14             leaf sip {
15                 type string;
16             }
17             leaf op {
18                 type uint32;
19             }
20         }
21     }
22 }