Merge "Updated xpath pointing to a module instance under services subtree."
[controller.git] / opendaylight / config / yang-test / src / main / yang / config-test-impl.yang
index df636fd0ef3297eb3f87870afa38d8cd18098cf5..bd83a4cc701c358fc85829e1098fb21d73806505 100644 (file)
@@ -119,6 +119,12 @@ module config-test-impl {
                 type tt:extend-enum;
             }
 
+            leaf sleep-factor {
+                type decimal64 {
+                    fraction-digits 2;
+                }
+            }
+
            container dto-c {
                 leaf simple-arg {
                     type uint32;
@@ -236,6 +242,15 @@ module config-test-impl {
                     }
                 }
             }
+
+            list testing-deps {
+                uses config:service-ref {
+                    refine type {
+                        mandatory true;
+                        config:required-identity test:testing;
+                    }
+                }
+            }
         }
     }