Add Honeynode emulator for device221 95/82195/5
authorGilles Thouenon <gilles.thouenon@orange.com>
Tue, 21 May 2019 15:41:50 +0000 (17:41 +0200)
committerguillaume.lambert <guillaume.lambert@orange.com>
Wed, 29 May 2019 13:00:04 +0000 (15:00 +0200)
commitd8d24165bda93e0083b0b4da2cf3edc1488049e2
tree1e7b818ff830f93afa65892c371ee2dbe380f665
parent5cabd397d08abae2c4ca0ef3dfc1a4fcd44eae18
Add Honeynode emulator for device221

- new version of honeynode emulator for managing org-openroadm-device
2.2.1 and org-openroadm-pm 2.2.1
- new simple configuration files for XPDR and ROADM (with bidirectionnal
ports)

Change-Id: I5c470514fdb5ffe5c33d2ebc3933b10007b6944e
JIRA: TRNSPRTPCE-101
Signed-off-by: Gilles Thouenon <gilles.thouenon@orange.com>
Co-authored-by: Christophe Betoule <christophe.betoule@orange.com>
210 files changed:
tests/buildHoneynode221.sh [new file with mode: 0755]
tests/honeynode221/README [new file with mode: 0644]
tests/honeynode221/fd_io_honeycomb_settings.xml [new file with mode: 0644]
tests/honeynode221/honeynode-common/asciidoc/Readme.adoc [new file with mode: 0644]
tests/honeynode221/honeynode-common/pom.xml [new file with mode: 0644]
tests/honeynode221/honeynode-common/src/main/java/io/fd/honeycomb/transportpce/binding/converter/AbstractDataObjectConverter.java [new file with mode: 0644]
tests/honeynode221/honeynode-common/src/main/java/io/fd/honeycomb/transportpce/binding/converter/JSONDataObjectConverter.java [new file with mode: 0644]
tests/honeynode221/honeynode-common/src/main/java/io/fd/honeycomb/transportpce/binding/converter/XMLDataObjectConverter.java [new file with mode: 0644]
tests/honeynode221/honeynode-common/src/main/java/io/fd/honeycomb/transportpce/binding/converter/api/DataObjectConverter.java [new file with mode: 0644]
tests/honeynode221/honeynode-common/src/main/java/io/fd/honeycomb/transportpce/test/common/DataStoreContext.java [new file with mode: 0644]
tests/honeynode221/honeynode-common/src/main/java/io/fd/honeycomb/transportpce/test/common/DataStoreContextImpl.java [new file with mode: 0644]
tests/honeynode221/honeynode-distribution/asciidoc/Readme.adoc [new file with mode: 0644]
tests/honeynode221/honeynode-distribution/pom.xml [new file with mode: 0644]
tests/honeynode221/honeynode-plugin-api/asciidoc/Readme.adoc [new file with mode: 0644]
tests/honeynode221/honeynode-plugin-api/pom.xml [new file with mode: 0644]
tests/honeynode221/honeynode-plugin-api/src/main/java/org/opendaylight/yang/gen/v1/http/org/openroadm/pm/types/rev171215/PmDataTypeBuilder.java [new file with mode: 0644]
tests/honeynode221/honeynode-plugin-api/src/main/java/org/opendaylight/yang/gen/v1/http/org/openroadm/syslog/rev171215/syslog/selector/log/selector/selector/facility/log/facility/LogFacilityFacilityBuilder.java [new file with mode: 0644]
tests/honeynode221/honeynode-plugin-api/src/main/java/org/opendaylight/yang/gen/v1/urn/ietf/params/xml/ns/yang/ietf/inet/types/rev130715/HostBuilder.java [new file with mode: 0644]
tests/honeynode221/honeynode-plugin-api/src/main/java/org/opendaylight/yang/gen/v1/urn/ietf/params/xml/ns/yang/ietf/inet/types/rev130715/IpAddressBuilder.java [new file with mode: 0644]
tests/honeynode221/honeynode-plugin-api/src/main/java/org/opendaylight/yang/gen/v1/urn/ietf/params/xml/ns/yang/ietf/inet/types/rev130715/IpAddressNoZoneBuilder.java [new file with mode: 0644]
tests/honeynode221/honeynode-plugin-api/src/main/java/org/opendaylight/yang/gen/v1/urn/ietf/params/xml/ns/yang/ietf/inet/types/rev130715/IpPrefixBuilder.java [new file with mode: 0644]
tests/honeynode221/honeynode-plugin-api/src/main/java/org/opendaylight/yang/gen/v1/urn/ietf/params/xml/ns/yang/ietf/netconf/monitoring/rev101004/netconf/state/schemas/SchemaLocationBuilder.java [new file with mode: 0644]
tests/honeynode221/honeynode-plugin-api/src/main/yang/common/iana-afn-safi@2013-07-04.yang [new file with mode: 0644]
tests/honeynode221/honeynode-plugin-api/src/main/yang/common/ietf-inet-types@2013-07-15.yang [new file with mode: 0644]
tests/honeynode221/honeynode-plugin-api/src/main/yang/common/ietf-netconf-monitoring-extension@2013-12-10.yang [new file with mode: 0644]
tests/honeynode221/honeynode-plugin-api/src/main/yang/common/ietf-netconf-monitoring@2010-10-04.yang [new file with mode: 0644]
tests/honeynode221/honeynode-plugin-api/src/main/yang/common/ietf-netconf-notifications@2012-02-06.yang [new file with mode: 0644]
tests/honeynode221/honeynode-plugin-api/src/main/yang/common/ietf-netconf@2011-06-01.yang [new file with mode: 0644]
tests/honeynode221/honeynode-plugin-api/src/main/yang/common/ietf-network-topology@2015-06-08.yang [new file with mode: 0644]
tests/honeynode221/honeynode-plugin-api/src/main/yang/common/ietf-network@2015-06-08.yang [new file with mode: 0644]
tests/honeynode221/honeynode-plugin-api/src/main/yang/common/ietf-yang-types@2013-07-15.yang [new file with mode: 0644]
tests/honeynode221/honeynode-plugin-api/src/main/yang/common/notifications@2008-07-14.yang [new file with mode: 0644]
tests/honeynode221/honeynode-plugin-api/src/main/yang/common/org-openroadm-common-types@2018-10-19.yang [new file with mode: 0755]
tests/honeynode221/honeynode-plugin-api/src/main/yang/common/org-openroadm-equipment-states-types@2017-12-15.yang [new file with mode: 0644]
tests/honeynode221/honeynode-plugin-api/src/main/yang/common/org-openroadm-otn-common-types@2017-12-15.yang [new file with mode: 0644]
tests/honeynode221/honeynode-plugin-api/src/main/yang/common/org-openroadm-pm-types@2017-12-15.yang [new file with mode: 0644]
tests/honeynode221/honeynode-plugin-api/src/main/yang/common/org-openroadm-pm@2018-10-19.yang [new file with mode: 0755]
tests/honeynode221/honeynode-plugin-api/src/main/yang/common/org-openroadm-port-types@2018-10-19.yang [new file with mode: 0755]
tests/honeynode221/honeynode-plugin-api/src/main/yang/common/org-openroadm-resource-types@2018-10-19.yang [new file with mode: 0755]
tests/honeynode221/honeynode-plugin-api/src/main/yang/common/org-openroadm-resource@2018-10-19.yang [new file with mode: 0755]
tests/honeynode221/honeynode-plugin-api/src/main/yang/common/org-openroadm-switching-pool-types@2017-12-15.yang [new file with mode: 0644]
tests/honeynode221/honeynode-plugin-api/src/main/yang/common/org-openroadm-user-mgmt@2017-12-15.yang [new file with mode: 0644]
tests/honeynode221/honeynode-plugin-api/src/main/yang/device221/org-openroadm-device@2018-10-19.yang [new file with mode: 0755]
tests/honeynode221/honeynode-plugin-api/src/main/yang/device221/org-openroadm-ethernet-interfaces@2018-10-19.yang [new file with mode: 0755]
tests/honeynode221/honeynode-plugin-api/src/main/yang/device221/org-openroadm-interfaces@2017-06-26.yang [new file with mode: 0644]
tests/honeynode221/honeynode-plugin-api/src/main/yang/device221/org-openroadm-lldp@2018-10-19.yang [new file with mode: 0755]
tests/honeynode221/honeynode-plugin-api/src/main/yang/device221/org-openroadm-maintenance-loopback@2017-12-15.yang [new file with mode: 0644]
tests/honeynode221/honeynode-plugin-api/src/main/yang/device221/org-openroadm-maintenance-testsignal@2017-12-15.yang [new file with mode: 0644]
tests/honeynode221/honeynode-plugin-api/src/main/yang/device221/org-openroadm-media-channel-interfaces@2018-10-19.yang [new file with mode: 0755]
tests/honeynode221/honeynode-plugin-api/src/main/yang/device221/org-openroadm-network-media-channel-interfaces@2018-10-19.yang [new file with mode: 0755]
tests/honeynode221/honeynode-plugin-api/src/main/yang/device221/org-openroadm-optical-channel-interfaces@2018-10-19.yang [new file with mode: 0755]
tests/honeynode221/honeynode-plugin-api/src/main/yang/device221/org-openroadm-optical-transport-interfaces@2018-10-19.yang [new file with mode: 0755]
tests/honeynode221/honeynode-plugin-api/src/main/yang/device221/org-openroadm-otn-common@2017-06-26.yang [new file with mode: 0644]
tests/honeynode221/honeynode-plugin-api/src/main/yang/device221/org-openroadm-otn-odu-interfaces@2018-10-19.yang [new file with mode: 0755]
tests/honeynode221/honeynode-plugin-api/src/main/yang/device221/org-openroadm-otn-otu-interfaces@2018-10-19.yang [new file with mode: 0755]
tests/honeynode221/honeynode-plugin-api/src/main/yang/device221/org-openroadm-physical-types@2018-10-19.yang [new file with mode: 0755]
tests/honeynode221/honeynode-plugin-api/src/main/yang/device221/org-openroadm-swdl@2018-10-19.yang [new file with mode: 0755]
tests/honeynode221/honeynode-plugin-api/src/main/yang/device221/org-openroadm-syslog@2017-12-15.yang [new file with mode: 0644]
tests/honeynode221/honeynode-plugin-impl/asciidoc/Readme.adoc [new file with mode: 0644]
tests/honeynode221/honeynode-plugin-impl/pom.xml [new file with mode: 0644]
tests/honeynode221/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/DeviceBindingDataBrokerProvider.java [new file with mode: 0644]
tests/honeynode221/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/DeviceModule.java [new file with mode: 0644]
tests/honeynode221/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/DeviceNotificationModule.java [new file with mode: 0644]
tests/honeynode221/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/DeviceReaderModule.java [new file with mode: 0644]
tests/honeynode221/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/DeviceRpcModule.java [new file with mode: 0644]
tests/honeynode221/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/DeviceWriterModule.java [new file with mode: 0644]
tests/honeynode221/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/configuration/DeviceConfiguration.java [new file with mode: 0644]
tests/honeynode221/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/configuration/DeviceConfigurationModule.java [new file with mode: 0644]
tests/honeynode221/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/configuration/NetconfConfiguration.java [new file with mode: 0644]
tests/honeynode221/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/configuration/NetconfConfigurationModule.java [new file with mode: 0644]
tests/honeynode221/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/configuration/PmConfiguration.java [new file with mode: 0644]
tests/honeynode221/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/configuration/PmConfigurationModule.java [new file with mode: 0644]
tests/honeynode221/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/notifications/DeviceNotificationProducer.java [new file with mode: 0644]
tests/honeynode221/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/read/DeviceReaderFactory.java [new file with mode: 0644]
tests/honeynode221/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/read/DummyMonitoringService.java [new file with mode: 0644]
tests/honeynode221/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/read/PmReaderFactory.java [new file with mode: 0644]
tests/honeynode221/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/rpcs/ConnectionPortTrailService.java [new file with mode: 0644]
tests/honeynode221/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/tools/DefaultDeviceFactory.java [new file with mode: 0644]
tests/honeynode221/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/tools/DefaultNetconfFactory.java [new file with mode: 0644]
tests/honeynode221/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/tools/DefaultPmListFactory.java [new file with mode: 0644]
tests/honeynode221/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/write/DeviceChangeListener.java [new file with mode: 0644]
tests/honeynode221/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/write/DeviceWriterFactory.java [new file with mode: 0644]
tests/honeynode221/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/device/NamespaceTrimmer.xslt [new file with mode: 0644]
tests/honeynode221/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/device/OperToConfig.xsl [new file with mode: 0644]
tests/honeynode221/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/device/config.xsl [new file with mode: 0644]
tests/honeynode221/honeynode-plugin-impl/src/test/java/io/fd/honeycomb/transportpce/device/test/CreateDeviceFromXMLFileTest.java [new file with mode: 0644]
tests/honeynode221/honeynode-plugin-impl/src/test/java/io/fd/honeycomb/transportpce/device/test/CreatePmListFromXMLFileTest.java [new file with mode: 0644]
tests/honeynode221/honeynode-plugin-impl/src/test/java/io/fd/honeycomb/transportpce/device/test/DeviceOperToConfig.java [new file with mode: 0644]
tests/honeynode221/honeynode-plugin-impl/src/test/java/io/fd/honeycomb/transportpce/device/test/DirectoryWatchTest.java [new file with mode: 0644]
tests/honeynode221/honeynode-plugin-impl/src/test/java/io/fd/honeycomb/transportpce/device/test/RestAPICallsTest.java [new file with mode: 0644]
tests/honeynode221/log/honeycomb/honeycomb.log [new file with mode: 0644]
tests/honeynode221/minimal-distribution-core/asciidoc/Readme.adoc [new file with mode: 0644]
tests/honeynode221/minimal-distribution-core/pom.xml [new file with mode: 0644]
tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/InitializationException.java [new file with mode: 0644]
tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/activation/ActivationConfig.java [new file with mode: 0644]
tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/activation/ActivationModule.java [new file with mode: 0644]
tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/activation/ActiveModuleProvider.java [new file with mode: 0644]
tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/activation/ActiveModules.java [new file with mode: 0644]
tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/cfgattrs/CfgAttrsModule.java [new file with mode: 0644]
tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/cfgattrs/HoneycombConfiguration.java [new file with mode: 0644]
tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/BindingDataBrokerProvider.java [new file with mode: 0644]
tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/ConfigAndOperationalPipelineModule.java [new file with mode: 0644]
tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/DOMNotificationServiceProvider.java [new file with mode: 0644]
tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/DataStoreProvider.java [new file with mode: 0644]
tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/DataTreeProvider.java [new file with mode: 0644]
tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/HoneycombBindingDataBrokerProvider.java [new file with mode: 0644]
tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/HoneycombDOMBrokerProvider.java [new file with mode: 0644]
tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/HoneycombDOMDataBrokerProvider.java [new file with mode: 0644]
tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/HoneycombDOMRpcServiceProvider.java [new file with mode: 0644]
tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/HoneycombNotificationManagerProvider.java [new file with mode: 0644]
tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/InmemoryDOMDataBrokerProvider.java [new file with mode: 0644]
tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/ModifiableDTDelegProvider.java [new file with mode: 0644]
tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/PersistedConfigInitializerProvider.java [new file with mode: 0644]
tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/PersistingDataTreeProvider.java [new file with mode: 0644]
tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/RpcRegistryBuilderProvider.java [new file with mode: 0644]
tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/RpcRegistryProvider.java [new file with mode: 0644]
tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/config/WriterRegistryProvider.java [new file with mode: 0644]
tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/context/ContextPipelineModule.java [new file with mode: 0644]
tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/context/HoneycombContextDOMDataBrokerProvider.java [new file with mode: 0644]
tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/context/ModifiableDTMgrProvider.java [new file with mode: 0644]
tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/context/PersistedContextInitializerProvider.java [new file with mode: 0644]
tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/context/RealtimeMappingContextProvider.java [new file with mode: 0644]
tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/oper/ReadableDTDelegProvider.java [new file with mode: 0644]
tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/oper/ReaderRegistryProvider.java [new file with mode: 0644]
tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/initializer/DeviceChangeListener.java [new file with mode: 0644]
tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/initializer/InitializerPipelineModule.java [new file with mode: 0644]
tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/initializer/InitializerRegistryAdapter.java [new file with mode: 0644]
tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/initializer/InitializerRegistryAdapterProvider.java [new file with mode: 0644]
tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/initializer/ModifiableDTDelegInitProvider.java [new file with mode: 0644]
tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/schema/ModuleInfoBackedCtxProvider.java [new file with mode: 0644]
tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/schema/ResourceLoader.java [new file with mode: 0644]
tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/schema/SchemaModule.java [new file with mode: 0644]
tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/schema/SchemaServiceProvider.java [new file with mode: 0644]
tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/schema/SerializerProvider.java [new file with mode: 0644]
tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/schema/YangBindingProviderModule.java [new file with mode: 0644]
tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/schema/YangModuleMappingIndex.java [new file with mode: 0644]
tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/schema/YangModulesProvider.java [new file with mode: 0644]
tests/honeynode221/minimal-distribution-core/src/main/resources/honeycomb-minimal-resources/cert/honeycomb-keystore [new file with mode: 0644]
tests/honeynode221/minimal-distribution-core/src/main/resources/honeycomb-minimal-resources/config/WEB-INF/web.xml [new file with mode: 0644]
tests/honeynode221/minimal-distribution-core/src/main/resources/honeycomb-minimal-resources/config/activation.json [new file with mode: 0644]
tests/honeynode221/minimal-distribution-core/src/main/resources/honeycomb-minimal-resources/config/honeycomb.json [new file with mode: 0644]
tests/honeynode221/minimal-distribution-core/src/main/resources/honeycomb-minimal-resources/config/logback.xml [new file with mode: 0644]
tests/honeynode221/minimal-distribution-core/src/main/resources/honeycomb-minimal-resources/honeycomb-tpce [new file with mode: 0755]
tests/honeynode221/minimal-distribution/asciidoc/Readme.adoc [new file with mode: 0644]
tests/honeynode221/minimal-distribution/pom.xml [new file with mode: 0644]
tests/honeynode221/minimal-distribution/src/main/java/io/fd/honeycomb/infra/distro/Main.java [new file with mode: 0644]
tests/honeynode221/netconf-netty-util/.gitignore [new file with mode: 0644]
tests/honeynode221/netconf-netty-util/pom.xml [new file with mode: 0644]
tests/honeynode221/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/AbstractChannelInitializer.java [new file with mode: 0644]
tests/honeynode221/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/AbstractNetconfSession.java [new file with mode: 0644]
tests/honeynode221/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/AbstractNetconfSessionNegotiator.java [new file with mode: 0644]
tests/honeynode221/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/BufferedWriter.java [new file with mode: 0644]
tests/honeynode221/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ChunkedFramingMechanismEncoder.java [new file with mode: 0644]
tests/honeynode221/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/EOMFramingMechanismEncoder.java [new file with mode: 0644]
tests/honeynode221/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/FramingMechanismHandlerFactory.java [new file with mode: 0644]
tests/honeynode221/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/NetconfChunkAggregator.java [new file with mode: 0644]
tests/honeynode221/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/NetconfEOMAggregator.java [new file with mode: 0644]
tests/honeynode221/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/NetconfEXICodec.java [new file with mode: 0644]
tests/honeynode221/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/NetconfEXIToMessageDecoder.java [new file with mode: 0644]
tests/honeynode221/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/NetconfHelloMessageToXMLEncoder.java [new file with mode: 0644]
tests/honeynode221/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/NetconfMessageToEXIEncoder.java [new file with mode: 0644]
tests/honeynode221/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/NetconfMessageToXMLEncoder.java [new file with mode: 0644]
tests/honeynode221/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/NetconfXMLToHelloMessageDecoder.java [new file with mode: 0644]
tests/honeynode221/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/NetconfXMLToMessageDecoder.java [new file with mode: 0644]
tests/honeynode221/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ThreadLocalTransformers.java [new file with mode: 0644]
tests/honeynode221/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/exi/EXIParameters.java [new file with mode: 0644]
tests/honeynode221/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/exi/NetconfStartExiMessage.java [new file with mode: 0644]
tests/honeynode221/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ssh/authentication/AuthenticationHandler.java [new file with mode: 0644]
tests/honeynode221/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ssh/authentication/LoginPassword.java [new file with mode: 0644]
tests/honeynode221/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ssh/authentication/PublicKeyAuth.java [new file with mode: 0644]
tests/honeynode221/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ssh/client/AsyncSshHandler.java [new file with mode: 0644]
tests/honeynode221/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ssh/client/AsyncSshHandlerReader.java [new file with mode: 0644]
tests/honeynode221/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ssh/client/AsyncSshHandlerWriter.java [new file with mode: 0644]
tests/honeynode221/netconf/asciidoc/Readme.adoc [new file with mode: 0644]
tests/honeynode221/netconf/pom.xml [new file with mode: 0644]
tests/honeynode221/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/HoneycombNotification2NetconfProvider.java [new file with mode: 0644]
tests/honeynode221/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfBindingBrokerProvider.java [new file with mode: 0644]
tests/honeynode221/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfConfigurationModule.java [new file with mode: 0644]
tests/honeynode221/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfMdsalMapperProvider.java [new file with mode: 0644]
tests/honeynode221/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfModule.java [new file with mode: 0644]
tests/honeynode221/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfMonitoringMapperProvider.java [new file with mode: 0644]
tests/honeynode221/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfMonitoringReaderFactoryProvider.java [new file with mode: 0644]
tests/honeynode221/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfMonitoringServiceProvider.java [new file with mode: 0644]
tests/honeynode221/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfNotificationMapperProvider.java [new file with mode: 0644]
tests/honeynode221/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfNotificationsReaderFactoryProvider.java [new file with mode: 0644]
tests/honeynode221/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfReadersModule.java [new file with mode: 0644]
tests/honeynode221/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfServerDispatcherProvider.java [new file with mode: 0644]
tests/honeynode221/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfSshServerProvider.java [new file with mode: 0644]
tests/honeynode221/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfTcpServerProvider.java [new file with mode: 0644]
tests/honeynode221/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NettyThreadGroupProvider.java [new file with mode: 0644]
tests/honeynode221/netconf/src/main/resources/honeycomb-minimal-resources/config/netconf-whitelist.xml [new file with mode: 0644]
tests/honeynode221/netconf/src/main/resources/honeycomb-minimal-resources/config/netconf.json [new file with mode: 0644]
tests/honeynode221/pom.xml [new file with mode: 0644]
tests/honeynode221/restconf/asciidoc/Readme.adoc [new file with mode: 0644]
tests/honeynode221/restconf/pom.xml [new file with mode: 0644]
tests/honeynode221/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/HttpConnectorProvider.java [new file with mode: 0644]
tests/honeynode221/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/HttpsConnectorProvider.java [new file with mode: 0644]
tests/honeynode221/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/JettyServerProvider.java [new file with mode: 0644]
tests/honeynode221/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/JettyServerStarter.java [new file with mode: 0644]
tests/honeynode221/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/RestconfConfiguration.java [new file with mode: 0644]
tests/honeynode221/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/RestconfConfigurationModule.java [new file with mode: 0644]
tests/honeynode221/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/RestconfModule.java [new file with mode: 0644]
tests/honeynode221/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/RestconfProvider.java [new file with mode: 0644]
tests/honeynode221/restconf/src/main/resources/honeycomb-minimal-resources/config/restconf-whitelist.xml [new file with mode: 0644]
tests/honeynode221/restconf/src/main/resources/honeycomb-minimal-resources/config/restconf.json [new file with mode: 0644]
tests/sample_configs/openroadm/2.2.1/oper-ROADMA.xml [new file with mode: 0644]
tests/sample_configs/openroadm/2.2.1/oper-ROADMB.xml [new file with mode: 0644]
tests/sample_configs/openroadm/2.2.1/oper-ROADMC.xml [new file with mode: 0644]
tests/sample_configs/openroadm/2.2.1/oper-XPDRA.xml [new file with mode: 0644]
tests/sample_configs/openroadm/2.2.1/oper-XPDRC.xml [new file with mode: 0644]