X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-clustering-commons%2Fsrc%2Ftest%2Fresources%2FLocalSnapshotStoreTest.conf;fp=opendaylight%2Fmd-sal%2Fsal-clustering-commons%2Fsrc%2Ftest%2Fresources%2FLocalSnapshotStoreTest.conf;h=83b1ece6f21b56410da628c28fecebb3c682f50d;hp=0000000000000000000000000000000000000000;hb=ed6ec368fa9aa9b4cd770769e264c19ddc7549ea;hpb=8002139af5e8da4643ae203031184793a60087b3 diff --git a/opendaylight/md-sal/sal-clustering-commons/src/test/resources/LocalSnapshotStoreTest.conf b/opendaylight/md-sal/sal-clustering-commons/src/test/resources/LocalSnapshotStoreTest.conf new file mode 100644 index 0000000000..83b1ece6f2 --- /dev/null +++ b/opendaylight/md-sal/sal-clustering-commons/src/test/resources/LocalSnapshotStoreTest.conf @@ -0,0 +1,7 @@ +akka { + persistence { + snapshot-store.local.class = "org.opendaylight.controller.cluster.persistence.LocalSnapshotStore" + snapshot-store.plugin = akka.persistence.snapshot-store.local + snapshot-store.local.dir = "target/snapshots" + } +}