From b65cd89989ead7082089bf6f333e56b03f619606 Mon Sep 17 00:00:00 2001 From: Jan Srnicek Date: Thu, 13 Jul 2017 20:21:01 +0200 Subject: HONEYCOMB-360 - Restconf Northbound Intefaces provider separation - Restconf configuration included under restconf.json Change-Id: I45f503d3ef383bd6e3d356308d3212c7314b7a28 Signed-off-by: Jan Srnicek --- .../it/memory-benchmark/src/main/resources/static-modules/modules | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 infra/it/memory-benchmark/src/main/resources/static-modules/modules (limited to 'infra/it/memory-benchmark/src/main/resources/static-modules/modules') diff --git a/infra/it/memory-benchmark/src/main/resources/static-modules/modules b/infra/it/memory-benchmark/src/main/resources/static-modules/modules new file mode 100644 index 000000000..84f27ea30 --- /dev/null +++ b/infra/it/memory-benchmark/src/main/resources/static-modules/modules @@ -0,0 +1,7 @@ +io.fd.honeycomb.infra.distro.data.ConfigAndOperationalPipelineModule +io.fd.honeycomb.infra.distro.data.context.ContextPipelineModule +io.fd.honeycomb.infra.distro.initializer.InitializerPipelineModule +io.fd.honeycomb.infra.distro.schema.SchemaModule +io.fd.honeycomb.infra.distro.schema.YangBindingProviderModule +io.fd.honeycomb.benchmark.memory.config.StaticHoneycombManagementModule +io.fd.honeycomb.benchmark.memory.write.NoopWritersModule -- cgit 1.2.3-korg