Add replication capability to Shard
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / test / resources / modules.conf
index 52f249a7ff57fa1a3ef3a0b8ca12faac09c06d6e..22854cb11a968bd66f1b969d95a5cc07da7941de 100644 (file)
@@ -8,6 +8,11 @@ modules = [
         name = "cars"
         namespace = "urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom:store:test:cars"
         shard-strategy = "module"
+    },
+    {
+     name = "test"
+     namespace = "urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom:store:test"
+     shard-strategy = "module"
     }
 
 ]