From 9f18e09ce5b5291f92ec9c8ca3f614c5598abaa5 Mon Sep 17 00:00:00 2001 From: Alexander Lutay Date: Tue, 25 Sep 2018 10:14:51 +0200 Subject: [PATCH] TT#28100 Reverted partially bea5a7b1e: enable port 8088 check (InfluxDb Backup/Restore RPC) On newly installed CE/PRO-mr6.5/trunk the port is listened by InfluxDb. Restored it into system tests and sent ping to Guillem for rechecking (he is not available right now, while the test is failing and prevent building new vagrant images). Change-Id: I432bc9540525cf11ed343064287840a62f0f44d3 --- templates/821_network-ports-ngcp.yaml.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/821_network-ports-ngcp.yaml.tt2 b/templates/821_network-ports-ngcp.yaml.tt2 index f94a90e..4f53f30 100644 --- a/templates/821_network-ports-ngcp.yaml.tt2 +++ b/templates/821_network-ports-ngcp.yaml.tt2 @@ -180,5 +180,5 @@ port: # InfluxDb Backup/Restore RPC tcp:8088: - listening: false + listening: true ip: ["127.0.0.1"]