Bug 4202: Migration to use mdsal project
[controller.git] / opendaylight / config / yang-test / src / main / yang / config-test-impl.yang
index 093d7b3f13673f0f0799030fe35c70597db7ba1e..06b874c9b5c9b7ef513dda95507ed9b16350c71c 100644 (file)
@@ -169,7 +169,11 @@ module config-test-impl {
     augment "/config:modules/config:module/config:configuration" {
         case impl-netconf {
             when "/config:modules/config:module/config:type = 'impl-netconf'";
+
             container impl-netconf {
+
+                uses tg:config-grouping;
+
                 leaf binaryLeaf {
                     type binary;
                     default ZGVmYXVsdEJpbg==;
@@ -192,7 +196,7 @@ module config-test-impl {
 
                 leaf extended-enum {
                     type tt:extend-enum;
-                    default ONE;
+                    default one;
                 }
 
                 leaf ip {
@@ -468,7 +472,9 @@ module config-test-impl {
                         }
                     }
                 }
+
             }
+
         }
     }
 
@@ -485,6 +491,19 @@ module config-test-impl {
                         }
                     }
                 }
+                container single {
+                        uses config:service-ref {
+                            refine type {
+                                mandatory false;
+                                config:required-identity test:testing;
+                            }
+                        }
+                }
+
+                leaf simple {
+                    type boolean;
+                    default false;
+                }
             }
         }
     }