Merge "Few Validations for Match/Actios in FRMUtil"
[controller.git] / opendaylight / config / yang-test / src / main / yang / config-test-impl.yang
index 977aa6a87eb60c83ac1a2cb8a5a1b22e277f5c4b..ba5021ea099361fd5d548e318a6448811020177f 100644 (file)
@@ -115,12 +115,16 @@ module config-test-impl {
                 type tt:extend-twice;
             }
 
-/* TODO Add support for enums
-
             leaf extended-enum {
                 type tt:extend-enum;
             }
-*/
+
+            leaf sleep-factor {
+                type decimal64 {
+                    fraction-digits 2;
+                }
+            }
+
            container dto-c {
                 leaf simple-arg {
                     type uint32;