Merge "removed config-util from pax-exam minimum bundles as this is not a bundle"
[controller.git] / opendaylight / config / yang-test / src / main / yang / config-test-impl.yang
index 291e3ebd948159d2a6191e6ca31d8452987486da..df636fd0ef3297eb3f87870afa38d8cd18098cf5 100644 (file)
@@ -7,7 +7,7 @@ module config-test-impl {
     import config { prefix config; revision-date 2013-04-05; }
     import ietf-inet-types { prefix inet; revision-date 2010-09-24;}
     import rpc-context { prefix rpcx; revision-date 2013-06-17; }
-
+    import test-types { prefix tt; revision-date 2013-11-27; }
 
     description
         "Testing IMPL";
@@ -107,6 +107,18 @@ module config-test-impl {
                 type string;
             }
 
+            leaf extended {
+                type tt:extend-once;
+            }
+
+            leaf extended-twice {
+                type tt:extend-twice;
+            }
+
+            leaf extended-enum {
+                type tt:extend-enum;
+            }
+
            container dto-c {
                 leaf simple-arg {
                     type uint32;