From ceaa597057f69e51f1d08985cfd1d97df34c6958 Mon Sep 17 00:00:00 2001
From: librelois <elois@ifee.fr>
Date: Mon, 14 May 2018 16:41:29 +0200
Subject: [PATCH] [tetsts] #68 add tests files for conf crate

---
 conf/test/conf.json     | 19 +++++++++++++++++++
 conf/test/keypairs.json |  6 ++++++
 2 files changed, 25 insertions(+)
 create mode 100644 conf/test/conf.json
 create mode 100644 conf/test/keypairs.json

diff --git a/conf/test/conf.json b/conf/test/conf.json
new file mode 100644
index 00000000..bf854156
--- /dev/null
+++ b/conf/test/conf.json
@@ -0,0 +1,19 @@
+{
+    "currency": "g1",
+    "node_id": "357fb4b",
+    "modules": {
+      "tui": null,
+      "ws2p": {
+        "sync_peers": [{
+            "pubkey": "D9D2zaJoWYWveii1JRYLVK3J4Z7ZH3QczoKrnQeiM6mx",
+            "ws2p_endpoints": ["WS2P c1c39a0a i3.ifee.fr 80 /ws2p"]
+        },{
+            "pubkey": "BoZP6aqtErHjiKLosLrQxBafi4ATciyDZQ6XRQkNefqG",
+            "ws2p_endpoints": ["WS2P 15af24db g1.ifee.fr 80 /ws2p"]
+        },{
+            "pubkey": "7v2J4badvfWQ6qwRdCwhhJfAsmKwoxRUNpJHiJHj7zef",
+            "ws2p_endpoints": ["WS2P b48824f0 g1.monnaielibreoccitanie.org 80 /ws2p"]
+        }]
+      }
+    }
+}
diff --git a/conf/test/keypairs.json b/conf/test/keypairs.json
new file mode 100644
index 00000000..e52b2647
--- /dev/null
+++ b/conf/test/keypairs.json
@@ -0,0 +1,6 @@
+{
+	"network_sec": "RcrnPyfgEaet2VqQvLeBsgKvfaoUqinQnCooP9bFoDr1W1Focos351r4xBee6Hj2RaV6RRV8PxpdMR6hVVhNNDb",
+	"network_pub": "39SvsGzGZjdCh1wFS1QKdCR1ZB6rTxRbTZRW8sY5fhq7",
+	"member_sec": "",
+	"member_pub": ""
+  }
\ No newline at end of file
-- 
GitLab