X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-test-model%2Fsrc%2Fmain%2Fyang%2Fopendaylight-test-bug-3090.yang;fp=opendaylight%2Fmd-sal%2Fsal-test-model%2Fsrc%2Fmain%2Fyang%2Fopendaylight-test-bug-3090.yang;h=9818bd8660701601590e9ae7f06da4a82e8d8792;hb=296b249e512b1c677ba5dbcb57d9d9404d8f0710;hp=0000000000000000000000000000000000000000;hpb=d98d5bca742bfdff6c23e27aca21da04b15c33dd;p=controller.git diff --git a/opendaylight/md-sal/sal-test-model/src/main/yang/opendaylight-test-bug-3090.yang b/opendaylight/md-sal/sal-test-model/src/main/yang/opendaylight-test-bug-3090.yang new file mode 100644 index 0000000000..9818bd8660 --- /dev/null +++ b/opendaylight/md-sal/sal-test-model/src/main/yang/opendaylight-test-bug-3090.yang @@ -0,0 +1,28 @@ +module opendaylight-test-bug-3090 { + yang-version 1; + namespace "urn:opendaylight:params:xml:ns:opendaylight-test-bug-3090"; + prefix "rpc"; + + description + "Test model for Bug 3090 - An AsyncDataChangeEvent instance's getCreatedData() method can't get data if list has multi-key"; + + revision "2016-01-01" { + description + "Bug 3090"; + } + + container root { + list list-in-root { + key "leaf-c leaf-a leaf-b"; + leaf leaf-a { + type string; + } + leaf leaf-b { + type string; + } + leaf leaf-c { + type string; + } + } + } +} \ No newline at end of file