HoneyNode Java 11 support for 221 devices 66/87866/12
authorEmmanuelle Delfour <emmanuelle.delfour@gmail.com>
Tue, 18 Feb 2020 14:37:25 +0000 (15:37 +0100)
committerGuillaume Lambert <guillaume.lambert@orange.com>
Sat, 22 Feb 2020 00:42:08 +0000 (01:42 +0100)
commitb90fdacec82f92e07d14ed1df31e3fe53275c676
tree50e02b248707c5bf04592a447b23fc7b16c8a197
parent1030996d2cfc0cec3c6c2b5d8da37c6188122372
HoneyNode Java 11 support for 221 devices

- honeycomb 1.19.04 upgrade
- update resconf honeynode config to allow remote access
- samples config files update
- added support for openconfig models
- update tox.ini to build 2.2.1 sims with JDK11 in tox releng profile

JIRA: TRNSPRTPCE-192
Signed-off-by: Emmanuelle Delfour <emmanuelle.delfour@gmail.com>
Change-Id: Ie7ffb629c8209bc0c0fa31f482210094647197ca
330 files changed:
.gitignore
tests/buildHoneynode.sh
tests/honeynode/2.2.1/README
tests/honeynode/2.2.1/honeynode-common/pom.xml
tests/honeynode/2.2.1/honeynode-common/src/main/java/io/fd/honeycomb/transportpce/binding/converter/AbstractDataObjectConverter.java
tests/honeynode/2.2.1/honeynode-common/src/main/java/io/fd/honeycomb/transportpce/binding/converter/JSONDataObjectConverter.java
tests/honeynode/2.2.1/honeynode-common/src/main/java/io/fd/honeycomb/transportpce/binding/converter/XMLDataObjectConverter.java
tests/honeynode/2.2.1/honeynode-common/src/main/java/io/fd/honeycomb/transportpce/binding/converter/api/DataObjectConverter.java
tests/honeynode/2.2.1/honeynode-common/src/main/java/io/fd/honeycomb/transportpce/test/common/DataStoreContext.java
tests/honeynode/2.2.1/honeynode-common/src/main/java/io/fd/honeycomb/transportpce/test/common/DataStoreContextImpl.java
tests/honeynode/2.2.1/honeynode-distribution/pom.xml
tests/honeynode/2.2.1/honeynode-plugin-api/pom.xml
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/java/org/opendaylight/yang/gen/v1/http/openconfig/net/yang/alarms/rev180116/AlarmStateTypeIdBuilder.java [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/java/org/opendaylight/yang/gen/v1/http/openconfig/net/yang/platform/rev180130/PlatformComponentPropertiesConfigValueBuilder.java [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/java/org/opendaylight/yang/gen/v1/http/openconfig/net/yang/platform/rev180130/PlatformComponentStateTypeBuilder.java [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/java/org/opendaylight/yang/gen/v1/http/org/openroadm/pm/types/rev171215/PmDataTypeBuilder.java
tests/honeynode/2.2.1/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
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/java/org/opendaylight/yang/gen/v1/urn/ietf/params/xml/ns/yang/ietf/inet/types/rev130715/HostBuilder.java
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/java/org/opendaylight/yang/gen/v1/urn/ietf/params/xml/ns/yang/ietf/inet/types/rev130715/IpAddressBuilder.java
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/java/org/opendaylight/yang/gen/v1/urn/ietf/params/xml/ns/yang/ietf/inet/types/rev130715/IpAddressNoZoneBuilder.java
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/java/org/opendaylight/yang/gen/v1/urn/ietf/params/xml/ns/yang/ietf/inet/types/rev130715/IpPrefixBuilder.java
tests/honeynode/2.2.1/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
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/common/iana-if-type@2017-01-19.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/common/ietf-interfaces@2014-05-08.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/devices/org-openroadm-database@2018-10-19.yang [moved from tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/device221/org-openroadm-database@2018-10-19.yang with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/devices/org-openroadm-de-operations@2018-10-19.yang [moved from tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/device221/org-openroadm-de-operations@2018-10-19.yang with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/devices/org-openroadm-device@2018-10-19.yang [moved from tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/device221/org-openroadm-device@2018-10-19.yang with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/devices/org-openroadm-ethernet-interfaces@2018-10-19.yang [moved from tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/device221/org-openroadm-ethernet-interfaces@2018-10-19.yang with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/devices/org-openroadm-file-transfer@2018-10-19.yang [moved from tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/device221/org-openroadm-file-transfer@2018-10-19.yang with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/devices/org-openroadm-fwdl@2018-10-19.yang [moved from tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/device221/org-openroadm-fwdl@2018-10-19.yang with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/devices/org-openroadm-interfaces@2017-06-26.yang [moved from tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/device221/org-openroadm-interfaces@2017-06-26.yang with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/devices/org-openroadm-lldp@2018-10-19.yang [moved from tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/device221/org-openroadm-lldp@2018-10-19.yang with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/devices/org-openroadm-maintenance-loopback@2017-12-15.yang [moved from tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/device221/org-openroadm-maintenance-loopback@2017-12-15.yang with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/devices/org-openroadm-maintenance-testsignal@2017-12-15.yang [moved from tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/device221/org-openroadm-maintenance-testsignal@2017-12-15.yang with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/devices/org-openroadm-media-channel-interfaces@2018-10-19.yang [moved from tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/device221/org-openroadm-media-channel-interfaces@2018-10-19.yang with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/devices/org-openroadm-network-media-channel-interfaces@2018-10-19.yang [moved from tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/device221/org-openroadm-network-media-channel-interfaces@2018-10-19.yang with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/devices/org-openroadm-optical-channel-interfaces@2018-10-19.yang [moved from tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/device221/org-openroadm-optical-channel-interfaces@2018-10-19.yang with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/devices/org-openroadm-optical-transport-interfaces@2018-10-19.yang [moved from tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/device221/org-openroadm-optical-transport-interfaces@2018-10-19.yang with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/devices/org-openroadm-otn-common@2017-06-26.yang [moved from tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/device221/org-openroadm-otn-common@2017-06-26.yang with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/devices/org-openroadm-otn-odu-interfaces@2018-10-19.yang [moved from tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/device221/org-openroadm-otn-odu-interfaces@2018-10-19.yang with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/devices/org-openroadm-otn-otu-interfaces@2018-10-19.yang [moved from tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/device221/org-openroadm-otn-otu-interfaces@2018-10-19.yang with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/devices/org-openroadm-physical-types@2018-10-19.yang [moved from tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/device221/org-openroadm-physical-types@2018-10-19.yang with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/devices/org-openroadm-pluggable-optics-holder-capability@2018-10-19.yang [moved from tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/device221/org-openroadm-pluggable-optics-holder-capability@2018-10-19.yang with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/devices/org-openroadm-port-capability@2018-10-19.yang [moved from tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/device221/org-openroadm-port-capability@2018-10-19.yang with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/devices/org-openroadm-prot-otn-linear-aps@2018-10-19.yang [moved from tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/device221/org-openroadm-prot-otn-linear-aps@2018-10-19.yang with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/devices/org-openroadm-rstp@2018-10-19.yang [moved from tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/device221/org-openroadm-rstp@2018-10-19.yang with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/devices/org-openroadm-swdl@2018-10-19.yang [moved from tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/device221/org-openroadm-swdl@2018-10-19.yang with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/devices/org-openroadm-syslog@2017-12-15.yang [moved from tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/device221/org-openroadm-syslog@2017-12-15.yang with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/devices/org-openroadm-wavelength-map@2017-12-15.yang [moved from tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/device221/org-openroadm-wavelength-map@2017-12-15.yang with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/openconfig/openconfig-alarm-types@2018-01-16.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/openconfig/openconfig-alarms@2018-01-16.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/openconfig/openconfig-extensions@2017-04-11.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/openconfig/openconfig-if-ethernet@2018-01-05.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/openconfig/openconfig-interfaces@2018-01-05.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/openconfig/openconfig-platform-linecard@2017-08-03.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/openconfig/openconfig-platform-port@2018-01-20.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/openconfig/openconfig-platform-transceiver@2018-01-22.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/openconfig/openconfig-platform-types@2018-01-16.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/openconfig/openconfig-platform@2018-01-30.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/openconfig/openconfig-terminal-device@2017-07-08.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/openconfig/openconfig-transport-line-common@2017-09-08.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/openconfig/openconfig-transport-types@2017-08-16.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/openconfig/openconfig-types@2018-01-16.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/openconfig/openconfig-yang-types@2017-07-30.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/pom.xml
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/DeviceBindingDataBrokerProvider.java
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/DeviceModule.java
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/DeviceNotificationModule.java
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/DeviceReaderModule.java
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/DeviceRpcModule.java
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/DeviceWriterModule.java
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/configuration/DeviceConfiguration.java
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/configuration/NetconfConfiguration.java
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/configuration/OcPlatformConfiguration.java [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/configuration/OcPlatformConfigurationModule.java [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/configuration/OcTerminalDeviceConfiguration.java [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/configuration/OcTerminalDeviceConfigurationModule.java [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/configuration/PmConfiguration.java
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/notifications/DeviceNotificationProducer.java
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/read/DeviceReaderFactory.java
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/read/DummyMonitoringService.java
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/read/NetconfStateReaderFactory.java [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/read/OcPlatformReaderFactory.java [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/read/OcTerminalDeviceReaderFactory.java [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/read/PmReaderFactory.java
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/tools/DefaultDeviceFactory.java
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/tools/DefaultNetconfFactory.java
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/tools/DefaultOcPlatformFactory.java [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/tools/DefaultOcTerminalDeviceFactory.java [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/tools/DefaultPmListFactory.java
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/tools/ExtractXMLTag.java [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/write/ComponentsChangeListener.java [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/write/DeviceChangeListener.java
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/write/DeviceWriterFactory.java
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/write/OcPlatformWriterFactory.java [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/write/OcTerminalDeviceWriterFactory.java [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/write/TerminalDeviceChangeListener.java [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/device/ocplatformOperToConfig.xsl [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/device/octerminaldeviceOperToConfig.xsl [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/common/iana-afn-safi@2013-07-04.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/common/iana-if-type@2017-01-19.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/common/ietf-inet-types@2013-07-15.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/common/ietf-interfaces@2014-05-08.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/common/ietf-netconf-monitoring-extension@2013-12-10.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/common/ietf-netconf-monitoring@2010-10-04.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/common/ietf-netconf-notifications@2012-02-06.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/common/ietf-netconf@2011-06-01.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/common/ietf-network-topology@2015-06-08.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/common/ietf-network@2015-06-08.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/common/ietf-yang-types@2013-07-15.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/common/notifications@2008-07-14.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/common/org-openroadm-alarm@2018-10-19.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/common/org-openroadm-common-types@2018-10-19.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/common/org-openroadm-equipment-states-types@2017-12-15.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/common/org-openroadm-layerRate@2017-12-15.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/common/org-openroadm-maintenance@2018-10-19.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/common/org-openroadm-manifest-file@2017-12-15.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/common/org-openroadm-otn-common-types@2017-12-15.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/common/org-openroadm-pm-types@2017-12-15.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/common/org-openroadm-pm@2018-10-19.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/common/org-openroadm-port-types@2018-10-19.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/common/org-openroadm-probable-cause@2018-10-19.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/common/org-openroadm-resource-types@2018-10-19.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/common/org-openroadm-resource@2018-10-19.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/common/org-openroadm-switching-pool-types@2017-12-15.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/common/org-openroadm-tca@2018-10-19.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/common/org-openroadm-user-mgmt@2017-12-15.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/devices/org-openroadm-database@2018-10-19.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/devices/org-openroadm-de-operations@2018-10-19.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/devices/org-openroadm-device@2018-10-19.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/devices/org-openroadm-ethernet-interfaces@2018-10-19.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/devices/org-openroadm-file-transfer@2018-10-19.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/devices/org-openroadm-fwdl@2018-10-19.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/devices/org-openroadm-interfaces@2017-06-26.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/devices/org-openroadm-lldp@2018-10-19.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/devices/org-openroadm-maintenance-loopback@2017-12-15.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/devices/org-openroadm-maintenance-testsignal@2017-12-15.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/devices/org-openroadm-media-channel-interfaces@2018-10-19.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/devices/org-openroadm-network-media-channel-interfaces@2018-10-19.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/devices/org-openroadm-optical-channel-interfaces@2018-10-19.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/devices/org-openroadm-optical-transport-interfaces@2018-10-19.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/devices/org-openroadm-otn-common@2017-06-26.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/devices/org-openroadm-otn-odu-interfaces@2018-10-19.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/devices/org-openroadm-otn-otu-interfaces@2018-10-19.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/devices/org-openroadm-physical-types@2018-10-19.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/devices/org-openroadm-pluggable-optics-holder-capability@2018-10-19.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/devices/org-openroadm-port-capability@2018-10-19.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/devices/org-openroadm-prot-otn-linear-aps@2018-10-19.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/devices/org-openroadm-rstp@2018-10-19.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/devices/org-openroadm-swdl@2018-10-19.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/devices/org-openroadm-syslog@2017-12-15.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/devices/org-openroadm-wavelength-map@2017-12-15.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/openconfig/openconfig-alarm-types@2018-01-16.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/openconfig/openconfig-alarms@2018-01-16.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/openconfig/openconfig-extensions@2017-04-11.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/openconfig/openconfig-if-ethernet@2018-01-05.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/openconfig/openconfig-interfaces@2018-01-05.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/openconfig/openconfig-platform-linecard@2017-08-03.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/openconfig/openconfig-platform-port@2018-01-20.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/openconfig/openconfig-platform-transceiver@2018-01-22.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/openconfig/openconfig-platform-types@2018-01-16.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/openconfig/openconfig-platform@2018-01-30.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/openconfig/openconfig-terminal-device@2017-07-08.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/openconfig/openconfig-transport-line-common@2017-09-08.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/openconfig/openconfig-transport-types@2017-08-16.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/openconfig/openconfig-types@2018-01-16.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/openconfig/openconfig-yang-types@2017-07-30.yang [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/test/java/io/fd/honeycomb/transportpce/device/test/CreatePmListFromXMLFileTest.java
tests/honeynode/2.2.1/honeynode-plugin-impl/src/test/java/io/fd/honeycomb/transportpce/device/test/DeviceOperToConfig.java
tests/honeynode/2.2.1/honeynode-plugin-impl/src/test/java/io/fd/honeycomb/transportpce/device/test/DirectoryWatchTest.java [deleted file]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/test/java/io/fd/honeycomb/transportpce/device/test/RestAPICallsTest.java [deleted file]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/test/resources/oper-ROADMA-cpm.xml [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/test/resources/oper-ROADMA-full.xml [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/test/resources/oper-ROADMA.xml [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/test/resources/oper-ROADMC-cpm.xml [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/test/resources/oper-ROADMC-full.xml [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/test/resources/oper-ROADMC.xml [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/test/resources/oper-XPDRA-OCbidouille.xml [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/test/resources/oper-XPDRA.xml [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/test/resources/oper-XPDRC.xml [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/test/resources/oper-psi2t-platform-terminal-device.xml [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/test/resources/psi-2t-operational-data.xml [new file with mode: 0644]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/test/resources/result.xml [new file with mode: 0644]
tests/honeynode/2.2.1/log/honeycomb/honeycomb.log [deleted file]
tests/honeynode/2.2.1/minimal-distribution-core/pom.xml
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/BindingDataBrokerProvider.java
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/ConfigAndOperationalPipelineModule.java
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/DOMNotificationServiceProvider.java
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/DataStoreProvider.java
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/DataTreeProvider.java
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/HoneycombBindingDataBrokerProvider.java
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/HoneycombDOMBrokerProvider.java [deleted file]
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/HoneycombDOMDataBrokerProvider.java
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/HoneycombDOMRpcServiceProvider.java
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/HoneycombNotificationManagerProvider.java
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/InmemoryDOMDataBrokerProvider.java
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/LegacyBindingDataBrokerProvider.java [new file with mode: 0644]
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/ModifiableDTDelegProvider.java
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/PersistedConfigInitializerProvider.java
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/PersistingDataTreeProvider.java
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/ShutdownHandlerProvider.java [new file with mode: 0644]
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/context/ContextPipelineModule.java
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/context/HoneycombContextDOMDataBrokerProvider.java
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/context/PersistedContextInitializerProvider.java
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/context/RealtimeMappingContextProvider.java
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/oper/ReadableDTDelegProvider.java
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/initializer/DeviceChangeListener.java [deleted file]
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/initializer/InitializerPipelineModule.java
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/initializer/InitializerRegistryAdapter.java
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/initializer/InitializerRegistryAdapterProvider.java
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/initializer/ModifiableDTDelegInitProvider.java
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/schema/LegacySerializerProvider.java [new file with mode: 0644]
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/schema/ResourceLoader.java
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/schema/SchemaModule.java
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/schema/SchemaServiceProvider.java
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/schema/SerializerProvider.java
tests/honeynode/2.2.1/minimal-distribution-core/src/main/resources/honeycomb-minimal-resources/config/WEB-INF/web.xml
tests/honeynode/2.2.1/minimal-distribution-core/src/main/resources/honeycomb-minimal-resources/config/honeycomb.json
tests/honeynode/2.2.1/minimal-distribution-core/src/main/resources/honeycomb-minimal-resources/config/logback.xml
tests/honeynode/2.2.1/minimal-distribution-core/src/main/resources/honeycomb-minimal-resources/honeycomb-tpce
tests/honeynode/2.2.1/minimal-distribution/pom.xml
tests/honeynode/2.2.1/minimal-distribution/src/main/java/io/fd/honeycomb/infra/distro/Main.java
tests/honeynode/2.2.1/netconf-impl/pom.xml [new file with mode: 0644]
tests/honeynode/2.2.1/netconf-impl/src/main/java/org/opendaylight/netconf/impl/NetconfServerDispatcherImpl.java [new file with mode: 0644]
tests/honeynode/2.2.1/netconf-impl/src/main/java/org/opendaylight/netconf/impl/NetconfServerSession.java [new file with mode: 0644]
tests/honeynode/2.2.1/netconf-impl/src/main/java/org/opendaylight/netconf/impl/NetconfServerSessionListener.java [new file with mode: 0644]
tests/honeynode/2.2.1/netconf-impl/src/main/java/org/opendaylight/netconf/impl/NetconfServerSessionNegotiator.java [new file with mode: 0644]
tests/honeynode/2.2.1/netconf-impl/src/main/java/org/opendaylight/netconf/impl/NetconfServerSessionNegotiatorFactory.java [new file with mode: 0644]
tests/honeynode/2.2.1/netconf-impl/src/main/java/org/opendaylight/netconf/impl/NetconfServerSessionNegotiatorFactoryBuilder.java [new file with mode: 0644]
tests/honeynode/2.2.1/netconf-impl/src/main/java/org/opendaylight/netconf/impl/SessionIdProvider.java [new file with mode: 0644]
tests/honeynode/2.2.1/netconf-impl/src/main/java/org/opendaylight/netconf/impl/mapping/operations/DefaultCloseSession.java [new file with mode: 0644]
tests/honeynode/2.2.1/netconf-impl/src/main/java/org/opendaylight/netconf/impl/mapping/operations/DefaultNetconfOperation.java [new file with mode: 0644]
tests/honeynode/2.2.1/netconf-impl/src/main/java/org/opendaylight/netconf/impl/mapping/operations/DefaultStartExi.java [new file with mode: 0644]
tests/honeynode/2.2.1/netconf-impl/src/main/java/org/opendaylight/netconf/impl/mapping/operations/DefaultStopExi.java [new file with mode: 0644]
tests/honeynode/2.2.1/netconf-impl/src/main/java/org/opendaylight/netconf/impl/osgi/AggregatedNetconfOperationServiceFactory.java [new file with mode: 0644]
tests/honeynode/2.2.1/netconf-impl/src/main/java/org/opendaylight/netconf/impl/osgi/NetconfCapabilityMonitoringService.java [new file with mode: 0644]
tests/honeynode/2.2.1/netconf-impl/src/main/java/org/opendaylight/netconf/impl/osgi/NetconfImplActivator.java [new file with mode: 0644]
tests/honeynode/2.2.1/netconf-impl/src/main/java/org/opendaylight/netconf/impl/osgi/NetconfMonitoringServiceImpl.java [new file with mode: 0644]
tests/honeynode/2.2.1/netconf-impl/src/main/java/org/opendaylight/netconf/impl/osgi/NetconfOperationRouter.java [new file with mode: 0644]
tests/honeynode/2.2.1/netconf-impl/src/main/java/org/opendaylight/netconf/impl/osgi/NetconfOperationRouterImpl.java [new file with mode: 0644]
tests/honeynode/2.2.1/netconf-impl/src/main/java/org/opendaylight/netconf/impl/osgi/NetconfOperationServiceFactoryTracker.java [new file with mode: 0644]
tests/honeynode/2.2.1/netconf-impl/src/main/java/org/opendaylight/netconf/impl/osgi/NetconfSessionMonitoringService.java [new file with mode: 0644]
tests/honeynode/2.2.1/netconf-impl/src/main/java/org/opendaylight/netconf/impl/util/DeserializerExceptionHandler.java [new file with mode: 0644]
tests/honeynode/2.2.1/netconf-impl/src/main/resources/getConfig_candidate.xml [new file with mode: 0644]
tests/honeynode/2.2.1/netconf-impl/src/test/java/org/opendaylight/netconf/impl/AdditionalHeaderParserTest.java [new file with mode: 0644]
tests/honeynode/2.2.1/netconf-impl/src/test/java/org/opendaylight/netconf/impl/ConcurrentClientsTest.java [new file with mode: 0644]
tests/honeynode/2.2.1/netconf-impl/src/test/java/org/opendaylight/netconf/impl/ExiEncodeDecodeTest.java [new file with mode: 0644]
tests/honeynode/2.2.1/netconf-impl/src/test/java/org/opendaylight/netconf/impl/MessageParserTest.java [new file with mode: 0644]
tests/honeynode/2.2.1/netconf-impl/src/test/java/org/opendaylight/netconf/impl/NetconfDispatcherImplTest.java [new file with mode: 0644]
tests/honeynode/2.2.1/netconf-impl/src/test/java/org/opendaylight/netconf/impl/NetconfServerSessionListenerTest.java [new file with mode: 0644]
tests/honeynode/2.2.1/netconf-impl/src/test/java/org/opendaylight/netconf/impl/NetconfServerSessionNegotiatorTest.java [new file with mode: 0644]
tests/honeynode/2.2.1/netconf-impl/src/test/java/org/opendaylight/netconf/impl/NetconfServerSessionTest.java [new file with mode: 0644]
tests/honeynode/2.2.1/netconf-impl/src/test/java/org/opendaylight/netconf/impl/mapping/operations/DefaultCloseSessionTest.java [new file with mode: 0644]
tests/honeynode/2.2.1/netconf-impl/src/test/java/org/opendaylight/netconf/impl/mapping/operations/DefaultStopExiTest.java [new file with mode: 0644]
tests/honeynode/2.2.1/netconf-impl/src/test/java/org/opendaylight/netconf/impl/osgi/AggregatedNetconfOperationServiceFactoryTest.java [new file with mode: 0644]
tests/honeynode/2.2.1/netconf-impl/src/test/java/org/opendaylight/netconf/impl/osgi/NetconfCapabilityMonitoringServiceTest.java [new file with mode: 0644]
tests/honeynode/2.2.1/netconf-impl/src/test/java/org/opendaylight/netconf/impl/osgi/NetconfImplActivatorTest.java [new file with mode: 0644]
tests/honeynode/2.2.1/netconf-impl/src/test/java/org/opendaylight/netconf/impl/osgi/NetconfOperationRouterImplTest.java [new file with mode: 0644]
tests/honeynode/2.2.1/netconf-impl/src/test/java/org/opendaylight/netconf/impl/osgi/NetconfOperationServiceFactoryTrackerTest.java [new file with mode: 0644]
tests/honeynode/2.2.1/netconf-impl/src/test/java/org/opendaylight/netconf/impl/osgi/NetconfSessionMonitoringServiceTest.java [new file with mode: 0644]
tests/honeynode/2.2.1/netconf-impl/src/test/java/org/opendaylight/netconf/impl/util/DeserializerExceptionHandlerTest.java [new file with mode: 0644]
tests/honeynode/2.2.1/netconf-impl/src/test/resources/getConfig_reply_unfiltered.xml [new file with mode: 0644]
tests/honeynode/2.2.1/netconf-impl/src/test/resources/logback-test.xml [new file with mode: 0644]
tests/honeynode/2.2.1/netconf-netty-util/.gitignore [deleted file]
tests/honeynode/2.2.1/netconf-netty-util/pom.xml [deleted file]
tests/honeynode/2.2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/AbstractChannelInitializer.java [deleted file]
tests/honeynode/2.2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/AbstractNetconfSession.java [deleted file]
tests/honeynode/2.2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/AbstractNetconfSessionNegotiator.java [deleted file]
tests/honeynode/2.2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/BufferedWriter.java [deleted file]
tests/honeynode/2.2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ChunkedFramingMechanismEncoder.java [deleted file]
tests/honeynode/2.2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/EOMFramingMechanismEncoder.java [deleted file]
tests/honeynode/2.2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/FramingMechanismHandlerFactory.java [deleted file]
tests/honeynode/2.2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/NetconfChunkAggregator.java [deleted file]
tests/honeynode/2.2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/NetconfEOMAggregator.java [deleted file]
tests/honeynode/2.2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/NetconfEXICodec.java [deleted file]
tests/honeynode/2.2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/NetconfEXIToMessageDecoder.java [deleted file]
tests/honeynode/2.2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/NetconfHelloMessageToXMLEncoder.java [deleted file]
tests/honeynode/2.2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/NetconfMessageToEXIEncoder.java [deleted file]
tests/honeynode/2.2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/NetconfMessageToXMLEncoder.java [deleted file]
tests/honeynode/2.2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/NetconfXMLToHelloMessageDecoder.java [deleted file]
tests/honeynode/2.2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/NetconfXMLToMessageDecoder.java [deleted file]
tests/honeynode/2.2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ThreadLocalTransformers.java [deleted file]
tests/honeynode/2.2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/exi/EXIParameters.java [deleted file]
tests/honeynode/2.2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/exi/NetconfStartExiMessage.java [deleted file]
tests/honeynode/2.2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ssh/authentication/AuthenticationHandler.java [deleted file]
tests/honeynode/2.2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ssh/authentication/LoginPassword.java [deleted file]
tests/honeynode/2.2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ssh/authentication/PublicKeyAuth.java [deleted file]
tests/honeynode/2.2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ssh/client/AsyncSshHandler.java [deleted file]
tests/honeynode/2.2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ssh/client/AsyncSshHandlerReader.java [deleted file]
tests/honeynode/2.2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ssh/client/AsyncSshHandlerWriter.java [deleted file]
tests/honeynode/2.2.1/netconf/pom.xml
tests/honeynode/2.2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/HoneycombNotification2NetconfProvider.java
tests/honeynode/2.2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfBindingBrokerProvider.java
tests/honeynode/2.2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfMdsalMapperProvider.java
tests/honeynode/2.2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfModule.java
tests/honeynode/2.2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfMonitoringMapperProvider.java
tests/honeynode/2.2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfMonitoringReaderFactoryProvider.java
tests/honeynode/2.2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfNotificationMapperProvider.java
tests/honeynode/2.2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfNotificationsReaderFactoryProvider.java
tests/honeynode/2.2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfServerDispatcherProvider.java
tests/honeynode/2.2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfSshServerProvider.java
tests/honeynode/2.2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfTcpServerProvider.java
tests/honeynode/2.2.1/netconf/src/main/resources/honeycomb-minimal-resources/config/netconf-whitelist.xml
tests/honeynode/2.2.1/netconf/src/main/resources/honeycomb-minimal-resources/config/netconf.json
tests/honeynode/2.2.1/pom.xml
tests/honeynode/2.2.1/restconf/pom.xml
tests/honeynode/2.2.1/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/BrokerFacadeProvider.java [new file with mode: 0644]
tests/honeynode/2.2.1/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/ControllerContextProvider.java [new file with mode: 0644]
tests/honeynode/2.2.1/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/HttpsConnectorProvider.java
tests/honeynode/2.2.1/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/JettyServerProvider.java
tests/honeynode/2.2.1/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/JettyServerStarter.java
tests/honeynode/2.2.1/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/RestconfApplicationProvider.java [new file with mode: 0644]
tests/honeynode/2.2.1/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/RestconfConfiguration.java
tests/honeynode/2.2.1/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/RestconfModule.java
tests/honeynode/2.2.1/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/RestconfProvider.java
tests/honeynode/2.2.1/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/RestconfServiceProvider.java [new file with mode: 0644]
tests/honeynode/2.2.1/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/StatisticsRestconfServiceWrapperProvider.java [new file with mode: 0644]
tests/honeynode/2.2.1/restconf/src/main/resources/honeycomb-minimal-resources/config/restconf.json
tests/honeynode/fd_io_honeycomb_settings.xml
tests/honeynode/fd_io_honeycomb_settings121.xml [new file with mode: 0644]
tests/installMavenCentOS.sh
tests/sample_configs/openroadm/2.2.1/oper-ROADMA.xml
tests/sample_configs/openroadm/2.2.1/oper-ROADMB.xml
tests/sample_configs/openroadm/2.2.1/oper-ROADMC.xml
tests/sample_configs/openroadm/2.2.1/oper-SPDRAv1.xml
tests/sample_configs/openroadm/2.2.1/oper-SPDRAv2.xml
tests/sample_configs/openroadm/2.2.1/oper-XPDRA.xml
tests/sample_configs/openroadm/2.2.1/oper-XPDRC.xml
tests/transportpce_tests/2.2.1/test_utils.py
tox.ini