Delete netconf
[controller.git] / opendaylight / md-sal / sal-rest-docgen / src / test / resources / yang / toaster_augmented.yang
1 module toaster-augmented {
2
3     yang-version 1;
4
5     namespace
6       "http://netconfcentral.org/ns/toaster/augmented";
7
8     prefix toast;
9     import toaster2 {prefix tst; revision-date 2009-11-20;}
10
11     revision "2014-7-14" {
12     }
13
14     augment "/tst:toaster/tst:toasterSlot" {
15         container slotInfo {
16             leaf numberOfToastPrepared {
17                 type uint32;
18             }
19         }
20     }
21 }