Bug 6102: Upgrade ietf-{inet,yang}-types to 2013-07-15
[controller.git] / opendaylight / config / yang-jmx-generator / src / test / resources / config-jmx-it-impl.yang
index 16085efbba2cf334692498f37d6f872ba5d51c0e..b9388c64f377b820df4d69076d013522d022fb61 100644 (file)
@@ -5,7 +5,7 @@ module config-jmx-it-impl {
 
     import config-jmx-it { prefix jmxIt; revision-date 2013-06-13;}
     import config { prefix config; revision-date 2013-04-05; }
-    import ietf-inet-types { prefix inet; revision-date 2010-09-24;}
+    import ietf-inet-types { prefix inet; revision-date 2013-07-15;}
     import config-threads { prefix th; revision-date 2013-04-09; }
 
     description
@@ -49,7 +49,7 @@ module config-jmx-it-impl {
             }
 
 
-            leaf simpleInt {
+            leaf simpleInt1 {
                 type uint32;
                 default 99L;
             }
@@ -87,7 +87,7 @@ module config-jmx-it-impl {
                 }
             }
 
-            leaf simpleInt {
+            leaf simpleInt2 {
                 type uint32;
             }
 
@@ -185,6 +185,9 @@ module config-jmx-it-impl {
                         mandatory false;
                         config:required-identity th:threadfactory;
                     }
+                    refine name {
+                        mandatory false;
+                    }
                 }
             }
         }
@@ -202,7 +205,7 @@ module config-jmx-it-impl {
         case impl-netconf {
             when "/config:modules/config:module/config:type = 'impl-netconf'";
             // root runtime bean
-            leaf created-sessions {
+            leaf created-sessions-1 {
                 type uint32;
             }