X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fconfig%2Fyang-jmx-generator%2Fsrc%2Ftest%2Fresources%2Ftest-config-threads-java.yang;h=e189ef7d66c65b8bdfe9f905889797d84dbb5e36;hp=4af5b9569a445dfba4d601d18c7f76bf0f64ba0a;hb=3b628b4074fb9bff60af58009c428eb9fbb10551;hpb=03abf047ba966c53f4901d36ae5198156d66dc05 diff --git a/opendaylight/config/yang-jmx-generator/src/test/resources/test-config-threads-java.yang b/opendaylight/config/yang-jmx-generator/src/test/resources/test-config-threads-java.yang index 4af5b9569a..e189ef7d66 100644 --- a/opendaylight/config/yang-jmx-generator/src/test/resources/test-config-threads-java.yang +++ b/opendaylight/config/yang-jmx-generator/src/test/resources/test-config-threads-java.yang @@ -192,42 +192,44 @@ module config-threads-java { augment "/config:modules/config:module/config:configuration" { case threadpool-dynamic { when "/config:modules/config:module/config:type = 'threadpool-dynamic'"; - leaf core-size { - type uint32; - } + container threadpool-dynamic { + leaf core-size { + type uint32; + } - leaf keep-alive { - type uint32; - units seconds; - default 10; - } + leaf keep-alive { + type uint32; + units seconds; + default 10; + } - leaf maximum-size { - type uint32; - description "maximum-size description"; - } + leaf maximum-size { + type uint32; + description "maximum-size description"; + } - leaf binary { - type binary; - } + leaf binary { + type binary; + } - container threadfactory { - description "threadfactory description"; - uses config:service-ref { - refine type { - mandatory true; - config:required-identity th2:threadfactory; + container threadfactory { + description "threadfactory description"; + uses config:service-ref { + refine type { + mandatory true; + config:required-identity th2:threadfactory; + } } } - } - leaf-list users { - type string; - } + leaf-list users { + type string; + } - leaf-list users-numbers { - type uint32; - description "numbers of users description"; + leaf-list users-numbers { + type uint32; + description "numbers of users description"; + } } } } @@ -235,9 +237,11 @@ module config-threads-java { augment "/config:modules/config:module/config:state" { case threadpool-dynamic { when "/config:modules/config:module/config:type = 'threadpool-dynamic'"; - // root runtime bean - leaf created-sessions { - type uint32; + container threadpool-dynamic { + // root runtime bean + leaf created-sessions { + type uint32; + } } } }