From 7d22608d89d8ff8c32e72d15039f1f27b7d659a8 Mon Sep 17 00:00:00 2001 From: Jan Srnicek Date: Tue, 11 Jul 2017 17:56:04 +0200 Subject: HONEYCOMB-360 - Netconf Northbound Intefaces provider separation - Netconf configuration included under netconf.json Change-Id: If2a51d689e9bfc950da73f15a438277839140f8a Signed-off-by: Jan Srnicek --- .../memory/config/StaticHoneycombConfiguration.java | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'infra/it/memory-benchmark') diff --git a/infra/it/memory-benchmark/src/main/java/io/fd/honeycomb/benchmark/memory/config/StaticHoneycombConfiguration.java b/infra/it/memory-benchmark/src/main/java/io/fd/honeycomb/benchmark/memory/config/StaticHoneycombConfiguration.java index 03aac84b5..ccbb7cc3a 100644 --- a/infra/it/memory-benchmark/src/main/java/io/fd/honeycomb/benchmark/memory/config/StaticHoneycombConfiguration.java +++ b/infra/it/memory-benchmark/src/main/java/io/fd/honeycomb/benchmark/memory/config/StaticHoneycombConfiguration.java @@ -42,26 +42,11 @@ public class StaticHoneycombConfiguration extends HoneycombConfiguration impleme return false; } - @Override - public boolean isNetconfTcpEnabled() { - return false; - } - @Override public boolean isContextPersistenceEnabled() { return false; } - @Override - public boolean isNetconfEnabled() { - return false; - } - - @Override - public boolean isNetconfSshEnabled() { - return false; - } - @Override public void close() throws IOException { if (Files.exists(Paths.get(peristConfigPath))) { -- cgit 1.2.3-korg