From 838daa1f548a19b89ee25ffc7453831ba6201d3e Mon Sep 17 00:00:00 2001
From: cgeek <cem.moreau@gmail.com>
Date: Thu, 26 Nov 2015 13:59:13 +0100
Subject: [PATCH] HotFix: could not use just DNS for remote contact (2) missing
 tests fixes

---
 test/integration/peerings.js              | 1 +
 test/integration/start_generate_blocks.js | 1 +
 2 files changed, 2 insertions(+)

diff --git a/test/integration/peerings.js b/test/integration/peerings.js
index 266dbb706..c50b7c822 100644
--- a/test/integration/peerings.js
+++ b/test/integration/peerings.js
@@ -23,6 +23,7 @@ var expectHttpCode = httpTest.expectHttpCode;
 var MEMORY_MODE = true;
 var commonConf = {
   ipv4: '127.0.0.1',
+  remoteipv4: '127.0.0.1',
   currency: 'bb',
   httpLogs: true,
   branchesWindowSize: 3,
diff --git a/test/integration/start_generate_blocks.js b/test/integration/start_generate_blocks.js
index 67652d79c..5d3a46725 100644
--- a/test/integration/start_generate_blocks.js
+++ b/test/integration/start_generate_blocks.js
@@ -20,6 +20,7 @@ var expectJSON     = httpTest.expectJSON;
 var MEMORY_MODE = true;
 var commonConf = {
   ipv4: '127.0.0.1',
+  remoteipv4: '127.0.0.1',
   currency: 'bb',
   httpLogs: true,
   branchesWindowSize: 0,
-- 
GitLab