Make REUSABLE_*_TL final
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / test / resources / modules.conf
index 5d2e5566101004b50c55717aaad608d629a23613..f4919e7895a88d48840365effc16b4d55c6deda6 100644 (file)
@@ -2,12 +2,23 @@ modules = [
     {
         name = "people"
         namespace = "urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom:store:test:people"
-        sharding-strategy = "module"
+        shard-strategy = "module"
     },
     {
         name = "cars"
         namespace = "urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom:store:test:cars"
-        sharding-strategy = "module"
+        shard-strategy = "module"
+    },
+    {
+     name = "test"
+     namespace = "urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom:store:test"
+     shard-strategy = "module"
+    }
+
+    {
+     name = "missing"
+     namespace = "urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom:store:missing"
+     shard-strategy = "module"
     }
 
 ]