Remove opendaylight directory
[netconf.git] / netconf / netconf-topology / src / test / resources / test.conf
diff --git a/netconf/netconf-topology/src/test/resources/test.conf b/netconf/netconf-topology/src/test/resources/test.conf
new file mode 100644 (file)
index 0000000..3346d64
--- /dev/null
@@ -0,0 +1,25 @@
+akka {
+
+  version = "2.3.14"
+
+  actor {
+    provider = "akka.cluster.ClusterActorRefProvider"
+
+    serializers {
+      java = "akka.serialization.JavaSerializer"
+    }
+
+    serialization-bindings {
+      "[B" = bytes
+      "java.io.Serializable" = java
+    }
+  }
+
+  remote {
+    enabled-transports = ["akka.remote.netty.tcp"]
+    netty.tcp {
+      hostname = "127.0.0.1"
+    }
+  }
+
+}