Merge "Created Sample Feature Test Class for Base Feature Repository"
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / test / resources / modules.conf
1 modules = [
2     {
3         name = "people"
4         namespace = "urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom:store:test:people"
5         shard-strategy = "module"
6     },
7     {
8         name = "cars"
9         namespace = "urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom:store:test:cars"
10         shard-strategy = "module"
11     },
12     {
13      name = "test"
14      namespace = "urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom:store:test"
15      shard-strategy = "module"
16     }
17
18 ]