X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=binding%2Fmdsal-binding-test-model%2Fsrc%2Fmain%2Fyang%2Fopendaylight-test-notification.yang;fp=binding%2Fmdsal-binding-test-model%2Fsrc%2Fmain%2Fyang%2Fopendaylight-test-notification.yang;h=31ec7aed619c84984c69e0d8b23b835b00b839ed;hb=ffb48e89507f417d52b7a86d6c34f9af7f955477;hp=0000000000000000000000000000000000000000;hpb=c9e43c3fa7ecc66546afb7eda8a1b5d5b15f4120;p=mdsal.git diff --git a/binding/mdsal-binding-test-model/src/main/yang/opendaylight-test-notification.yang b/binding/mdsal-binding-test-model/src/main/yang/opendaylight-test-notification.yang new file mode 100644 index 0000000000..31ec7aed61 --- /dev/null +++ b/binding/mdsal-binding-test-model/src/main/yang/opendaylight-test-notification.yang @@ -0,0 +1,25 @@ +module opendaylight-test-notification { + yang-version 1; + namespace "urn:opendaylight:params:xml:ns:yang:controller:md:sal:test:bi:ba:notification"; + prefix "ntf"; + + description + "Test model for testing of registering notification listener and publishing of notification."; + + revision "2015-02-05" { + description + "Initial revision"; + } + + notification out-of-pixie-dust-notification { + description "Just a testing notification that we can not fly for now."; + + leaf reason { + type string; + } + + leaf days-till-new-dust { + type uint16; + } + } +} \ No newline at end of file