HoneyNode Java 11 support for 121 devices 13/87913/10
authorEmmanuelle Delfour <emmanuelle.delfour@gmail.com>
Wed, 19 Feb 2020 16:20:19 +0000 (17:20 +0100)
committerGuillaume Lambert <guillaume.lambert@orange.com>
Sat, 22 Feb 2020 00:42:51 +0000 (01:42 +0100)
commitc764b14f67faf1665f8814db9e5d16ddb342553e
tree059706efea6844eb138d89459b11cf336e870976
parentb90fdacec82f92e07d14ed1df31e3fe53275c676
HoneyNode Java 11 support for 121 devices

- honeycomb 1.19.04 upgrade
- rename 2.1 folder into 1.2.1 to reflect the openroadm device version
  rather than the openroadm common version
- update resconf honeynode config to allow remote access
- samples config files update
- delete old testtool 1.2.1 sample configs
- added support for openconfig models
- remove JDK8 gate support from tox and associated scripts

NB: script installJDKCentos.sh contains a workaround to have the right
    JDK.

JIRA: TRNSPRTPCE-192
Signed-off-by: Emmanuelle Delfour <emmanuelle.delfour@gmail.com>
Change-Id: Ia30ceb05c927937d9b4fc81d42d91b7558cd1dfd
375 files changed:
tests/buildHoneynode.sh
tests/honeynode/1.2.1/README [moved from tests/honeynode/2.1/README with 93% similarity]
tests/honeynode/1.2.1/honeynode-common/asciidoc/Readme.adoc [moved from tests/honeynode/2.1/honeynode-common/asciidoc/Readme.adoc with 100% similarity]
tests/honeynode/1.2.1/honeynode-common/pom.xml [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-common/src/main/java/io/fd/honeycomb/transportpce/binding/converter/AbstractDataObjectConverter.java [moved from tests/honeynode/2.1/honeynode-common/src/main/java/io/fd/honeycomb/transportpce/binding/converter/AbstractDataObjectConverter.java with 99% similarity]
tests/honeynode/1.2.1/honeynode-common/src/main/java/io/fd/honeycomb/transportpce/binding/converter/JSONDataObjectConverter.java [moved from tests/honeynode/2.1/honeynode-common/src/main/java/io/fd/honeycomb/transportpce/binding/converter/JSONDataObjectConverter.java with 96% similarity]
tests/honeynode/1.2.1/honeynode-common/src/main/java/io/fd/honeycomb/transportpce/binding/converter/XMLDataObjectConverter.java [moved from tests/honeynode/2.1/honeynode-common/src/main/java/io/fd/honeycomb/transportpce/binding/converter/XMLDataObjectConverter.java with 99% similarity]
tests/honeynode/1.2.1/honeynode-common/src/main/java/io/fd/honeycomb/transportpce/binding/converter/api/DataObjectConverter.java [moved from tests/honeynode/2.1/honeynode-common/src/main/java/io/fd/honeycomb/transportpce/binding/converter/api/DataObjectConverter.java with 96% similarity]
tests/honeynode/1.2.1/honeynode-common/src/main/java/io/fd/honeycomb/transportpce/test/common/DataStoreContext.java [moved from tests/honeynode/2.1/honeynode-common/src/main/java/io/fd/honeycomb/transportpce/test/common/DataStoreContext.java with 92% similarity]
tests/honeynode/1.2.1/honeynode-common/src/main/java/io/fd/honeycomb/transportpce/test/common/DataStoreContextImpl.java [moved from tests/honeynode/2.1/honeynode-common/src/main/java/io/fd/honeycomb/transportpce/test/common/DataStoreContextImpl.java with 88% similarity]
tests/honeynode/1.2.1/honeynode-distribution/asciidoc/Readme.adoc [moved from tests/honeynode/2.1/honeynode-distribution/asciidoc/Readme.adoc with 100% similarity]
tests/honeynode/1.2.1/honeynode-distribution/pom.xml [moved from tests/honeynode/2.1/honeynode-distribution/pom.xml with 55% similarity]
tests/honeynode/1.2.1/honeynode-plugin-api/asciidoc/Readme.adoc [moved from tests/honeynode/2.1/honeynode-plugin-api/asciidoc/Readme.adoc with 100% similarity]
tests/honeynode/1.2.1/honeynode-plugin-api/pom.xml [new file with mode: 0644]
tests/honeynode/1.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/1.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/1.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/1.2.1/honeynode-plugin-api/src/main/java/org/opendaylight/yang/gen/v1/http/org/openroadm/pm/types/rev161014/PmDataTypeBuilder.java [moved from tests/honeynode/2.1/honeynode-plugin-api/src/main/java/org/opendaylight/yang/gen/v1/http/org/openroadm/pm/types/rev161014/PmDataTypeBuilder.java with 66% similarity]
tests/honeynode/1.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 [new file with mode: 0644]
tests/honeynode/1.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 [new file with mode: 0644]
tests/honeynode/1.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 [new file with mode: 0644]
tests/honeynode/1.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 [new file with mode: 0644]
tests/honeynode/1.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 [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-api/src/main/yang/common/iana-afn-safi@2013-07-04.yang [moved from tests/honeynode/2.1/honeynode-plugin-api/src/main/yang/iana-afn-safi@2013-07-04.yang with 100% similarity]
tests/honeynode/1.2.1/honeynode-plugin-api/src/main/yang/common/iana-if-type@2017-01-19.yang [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-api/src/main/yang/common/ietf-inet-types@2013-07-15.yang [moved from tests/honeynode/2.1/honeynode-plugin-api/src/main/yang/ietf-inet-types@2013-07-15.yang with 100% similarity]
tests/honeynode/1.2.1/honeynode-plugin-api/src/main/yang/common/ietf-interfaces@2014-05-08.yang [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-api/src/main/yang/common/ietf-netconf-monitoring-extension@2013-12-10.yang [moved from tests/honeynode/2.1/honeynode-plugin-api/src/main/yang/ietf-netconf-monitoring-extension@2013-12-10.yang with 100% similarity]
tests/honeynode/1.2.1/honeynode-plugin-api/src/main/yang/common/ietf-netconf-monitoring@2010-10-04.yang [moved from tests/honeynode/2.1/honeynode-plugin-api/src/main/yang/ietf-netconf-monitoring@2010-10-04.yang with 100% similarity]
tests/honeynode/1.2.1/honeynode-plugin-api/src/main/yang/common/ietf-netconf-notifications@2012-02-06.yang [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-api/src/main/yang/common/ietf-netconf@2011-06-01.yang [moved from tests/honeynode/2.1/honeynode-plugin-api/src/main/yang/ietf-netconf@2011-06-01.yang with 100% similarity]
tests/honeynode/1.2.1/honeynode-plugin-api/src/main/yang/common/ietf-network-topology@2015-06-08.yang [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-api/src/main/yang/common/ietf-network@2015-06-08.yang [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-api/src/main/yang/common/ietf-yang-types@2013-07-15.yang [moved from tests/honeynode/2.1/honeynode-plugin-api/src/main/yang/ietf-yang-types@2013-07-15.yang with 100% similarity]
tests/honeynode/1.2.1/honeynode-plugin-api/src/main/yang/common/notifications@2008-07-14.yang [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-api/src/main/yang/common/org-openroadm-common-types@2016-10-14.yang [moved from tests/honeynode/2.1/honeynode-plugin-api/src/main/yang/org-openroadm-common-types@2016-10-14.yang with 100% similarity]
tests/honeynode/1.2.1/honeynode-plugin-api/src/main/yang/common/org-openroadm-common-types@2017-09-29.yang [moved from tests/honeynode/2.1/honeynode-plugin-api/src/main/yang/org-openroadm-common-types@2017-09-29.yang with 100% similarity]
tests/honeynode/1.2.1/honeynode-plugin-api/src/main/yang/common/org-openroadm-device@2017-02-06.yang [moved from tests/honeynode/2.1/honeynode-plugin-api/src/main/yang/org-openroadm-device@2017-02-06.yang with 100% similarity]
tests/honeynode/1.2.1/honeynode-plugin-api/src/main/yang/common/org-openroadm-equipment-states-types@2016-10-14.yang [moved from tests/honeynode/2.1/honeynode-plugin-api/src/main/yang/org-openroadm-equipment-states-types@2016-10-14.yang with 100% similarity]
tests/honeynode/1.2.1/honeynode-plugin-api/src/main/yang/common/org-openroadm-ethernet-interfaces@2016-10-14.yang [moved from tests/honeynode/2.1/honeynode-plugin-api/src/main/yang/org-openroadm-ethernet-interfaces@2016-10-14.yang with 100% similarity]
tests/honeynode/1.2.1/honeynode-plugin-api/src/main/yang/common/org-openroadm-interfaces@2016-10-14.yang [moved from tests/honeynode/2.1/honeynode-plugin-api/src/main/yang/org-openroadm-interfaces@2016-10-14.yang with 100% similarity]
tests/honeynode/1.2.1/honeynode-plugin-api/src/main/yang/devices/org-openroadm-layerRate@2016-10-14.yang [moved from tests/honeynode/2.1/honeynode-plugin-api/src/main/yang/org-openroadm-layerRate@2016-10-14.yang with 100% similarity]
tests/honeynode/1.2.1/honeynode-plugin-api/src/main/yang/devices/org-openroadm-lldp@2016-10-14.yang [moved from tests/honeynode/2.1/honeynode-plugin-api/src/main/yang/org-openroadm-lldp@2016-10-14.yang with 100% similarity]
tests/honeynode/1.2.1/honeynode-plugin-api/src/main/yang/devices/org-openroadm-maintenance-loopback@2016-10-14.yang [moved from tests/honeynode/2.1/honeynode-plugin-api/src/main/yang/org-openroadm-maintenance-loopback@2016-10-14.yang with 100% similarity]
tests/honeynode/1.2.1/honeynode-plugin-api/src/main/yang/devices/org-openroadm-maintenance-testsignal@2016-10-14.yang [moved from tests/honeynode/2.1/honeynode-plugin-api/src/main/yang/org-openroadm-maintenance-testsignal@2016-10-14.yang with 100% similarity]
tests/honeynode/1.2.1/honeynode-plugin-api/src/main/yang/devices/org-openroadm-maintenance@2016-10-14.yang [moved from tests/honeynode/2.1/honeynode-plugin-api/src/main/yang/org-openroadm-maintenance@2016-10-14.yang with 100% similarity]
tests/honeynode/1.2.1/honeynode-plugin-api/src/main/yang/devices/org-openroadm-optical-channel-interfaces@2016-10-14.yang [moved from tests/honeynode/2.1/honeynode-plugin-api/src/main/yang/org-openroadm-optical-channel-interfaces@2016-10-14.yang with 100% similarity]
tests/honeynode/1.2.1/honeynode-plugin-api/src/main/yang/devices/org-openroadm-optical-multiplex-interfaces@2016-10-14.yang [moved from tests/honeynode/2.1/honeynode-plugin-api/src/main/yang/org-openroadm-optical-multiplex-interfaces@2016-10-14.yang with 100% similarity]
tests/honeynode/1.2.1/honeynode-plugin-api/src/main/yang/devices/org-openroadm-optical-transport-interfaces@2016-10-14.yang [moved from tests/honeynode/2.1/honeynode-plugin-api/src/main/yang/org-openroadm-optical-transport-interfaces@2016-10-14.yang with 100% similarity]
tests/honeynode/1.2.1/honeynode-plugin-api/src/main/yang/devices/org-openroadm-otn-odu-interfaces@2016-10-14.yang [moved from tests/honeynode/2.1/honeynode-plugin-api/src/main/yang/org-openroadm-otn-odu-interfaces@2016-10-14.yang with 100% similarity]
tests/honeynode/1.2.1/honeynode-plugin-api/src/main/yang/devices/org-openroadm-otn-otu-interfaces@2016-10-14.yang [moved from tests/honeynode/2.1/honeynode-plugin-api/src/main/yang/org-openroadm-otn-otu-interfaces@2016-10-14.yang with 100% similarity]
tests/honeynode/1.2.1/honeynode-plugin-api/src/main/yang/devices/org-openroadm-physical-types@2016-10-14.yang [moved from tests/honeynode/2.1/honeynode-plugin-api/src/main/yang/org-openroadm-physical-types@2016-10-14.yang with 100% similarity]
tests/honeynode/1.2.1/honeynode-plugin-api/src/main/yang/devices/org-openroadm-pm-types@2016-10-14.yang [moved from tests/honeynode/2.1/honeynode-plugin-api/src/main/yang/org-openroadm-pm-types@2016-10-14.yang with 100% similarity]
tests/honeynode/1.2.1/honeynode-plugin-api/src/main/yang/devices/org-openroadm-pm@2016-10-14.yang [moved from tests/honeynode/2.1/honeynode-plugin-api/src/main/yang/org-openroadm-pm@2016-10-14.yang with 100% similarity]
tests/honeynode/1.2.1/honeynode-plugin-api/src/main/yang/devices/org-openroadm-port-types@2017-09-29.yang [moved from tests/honeynode/2.1/honeynode-plugin-api/src/main/yang/org-openroadm-port-types@2017-09-29.yang with 100% similarity]
tests/honeynode/1.2.1/honeynode-plugin-api/src/main/yang/devices/org-openroadm-resource-types@2016-10-14.yang [moved from tests/honeynode/2.1/honeynode-plugin-api/src/main/yang/org-openroadm-resource-types@2016-10-14.yang with 100% similarity]
tests/honeynode/1.2.1/honeynode-plugin-api/src/main/yang/devices/org-openroadm-resource@2016-10-14.yang [moved from tests/honeynode/2.1/honeynode-plugin-api/src/main/yang/org-openroadm-resource@2016-10-14.yang with 100% similarity]
tests/honeynode/1.2.1/honeynode-plugin-api/src/main/yang/devices/org-openroadm-swdl@2016-10-14.yang [moved from tests/honeynode/2.1/honeynode-plugin-api/src/main/yang/org-openroadm-swdl@2016-10-14.yang with 100% similarity]
tests/honeynode/1.2.1/honeynode-plugin-api/src/main/yang/devices/org-openroadm-user-mgmt@2016-10-14.yang [moved from tests/honeynode/2.1/honeynode-plugin-api/src/main/yang/org-openroadm-user-mgmt@2016-10-14.yang with 100% similarity]
tests/honeynode/1.2.1/honeynode-plugin-api/src/main/yang/devices/org-openroadm-wavelength-map@2016-10-14.yang [moved from tests/honeynode/2.1/honeynode-plugin-api/src/main/yang/org-openroadm-wavelength-map@2016-10-14.yang with 100% similarity]
tests/honeynode/1.2.1/honeynode-plugin-api/src/main/yang/openconfig/openconfig-alarm-types@2018-01-16.yang [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-api/src/main/yang/openconfig/openconfig-alarms@2018-01-16.yang [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-api/src/main/yang/openconfig/openconfig-extensions@2017-04-11.yang [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-api/src/main/yang/openconfig/openconfig-if-ethernet@2018-01-05.yang [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-api/src/main/yang/openconfig/openconfig-interfaces@2018-01-05.yang [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-api/src/main/yang/openconfig/openconfig-platform-linecard@2017-08-03.yang [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-api/src/main/yang/openconfig/openconfig-platform-port@2018-01-20.yang [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-api/src/main/yang/openconfig/openconfig-platform-transceiver@2018-01-22.yang [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-api/src/main/yang/openconfig/openconfig-platform-types@2018-01-16.yang [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-api/src/main/yang/openconfig/openconfig-platform@2018-01-30.yang [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-api/src/main/yang/openconfig/openconfig-terminal-device@2017-07-08.yang [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-api/src/main/yang/openconfig/openconfig-transport-line-common@2017-09-08.yang [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-api/src/main/yang/openconfig/openconfig-transport-types@2017-08-16.yang [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-api/src/main/yang/openconfig/openconfig-types@2018-01-16.yang [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-api/src/main/yang/openconfig/openconfig-yang-types@2017-07-30.yang [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-impl/asciidoc/Readme.adoc [moved from tests/honeynode/2.1/honeynode-plugin-impl/asciidoc/Readme.adoc with 100% similarity]
tests/honeynode/1.2.1/honeynode-plugin-impl/pom.xml [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/DeviceBindingDataBrokerProvider.java [moved from tests/honeynode/2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/DeviceBindingDataBrokerProvider.java with 81% similarity]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/DeviceModule.java [moved from tests/honeynode/2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/DeviceModule.java with 62% similarity]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/DeviceNotificationModule.java [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/DeviceReaderModule.java [moved from tests/honeynode/2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/DeviceReaderModule.java with 75% similarity]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/DeviceRpcModule.java [moved from tests/honeynode/2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/DeviceRpcModule.java with 96% similarity]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/DeviceWriterModule.java [moved from tests/honeynode/2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/DeviceWriterModule.java with 79% similarity]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/configuration/DeviceConfiguration.java [moved from tests/honeynode/2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/configuration/DeviceConfiguration.java with 78% similarity]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/configuration/DeviceConfigurationModule.java [moved from tests/honeynode/2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/configuration/DeviceConfigurationModule.java with 100% similarity]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/configuration/NetconfConfiguration.java [moved from tests/honeynode/2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/configuration/NetconfConfiguration.java with 97% similarity]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/configuration/NetconfConfigurationModule.java [moved from tests/honeynode/2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/configuration/NetconfConfigurationModule.java with 100% similarity]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/configuration/OcPlatformConfiguration.java [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/configuration/OcPlatformConfigurationModule.java [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/configuration/OcTerminalDeviceConfiguration.java [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/configuration/OcTerminalDeviceConfigurationModule.java [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/configuration/PmConfiguration.java [moved from tests/honeynode/2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/configuration/PmConfiguration.java with 96% similarity]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/configuration/PmConfigurationModule.java [moved from tests/honeynode/2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/configuration/PmConfigurationModule.java with 100% similarity]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/notifications/DeviceNotificationProducer.java [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/read/DeviceReaderFactory.java [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/read/DummyMonitoringService.java [moved from tests/honeynode/2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/read/DummyMonitoringService.java with 94% similarity]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/read/NetconfStateReaderFactory.java [moved from tests/honeynode/2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/read/DeviceReaderFactory.java with 54% similarity]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/read/OcPlatformReaderFactory.java [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/read/OcTerminalDeviceReaderFactory.java [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/read/PmReaderFactory.java [moved from tests/honeynode/2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/read/PmReaderFactory.java with 89% similarity]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/rpcs/ConnectionPortTrailService.java [moved from tests/honeynode/2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/rpcs/ConnectionPortTrailService.java with 100% similarity]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/tools/DefaultDeviceFactory.java [moved from tests/honeynode/2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/tools/DefaultDeviceFactory.java with 63% similarity]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/tools/DefaultNetconfFactory.java [moved from tests/honeynode/2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/tools/DefaultNetconfFactory.java with 68% similarity]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/tools/DefaultOcPlatformFactory.java [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/tools/DefaultOcTerminalDeviceFactory.java [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/tools/DefaultPmListFactory.java [moved from tests/honeynode/2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/tools/DefaultPmListFactory.java with 63% similarity]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/tools/ExtractXMLTag.java [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/write/ComponentsChangeListener.java [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/write/DeviceChangeListener.java [moved from tests/honeynode/2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/write/DeviceChangeListener.java with 94% similarity]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/write/DeviceWriterFactory.java [moved from tests/honeynode/2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/write/DeviceWriterFactory.java with 83% similarity]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/write/OcPlatformWriterFactory.java [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/write/OcTerminalDeviceWriterFactory.java [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/write/TerminalDeviceChangeListener.java [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/device/NamespaceTrimmer.xslt [moved from tests/honeynode/2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/device/NamespaceTrimmer.xslt with 100% similarity]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/device/OperToConfig.xsl [moved from tests/honeynode/2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/device/OperToConfig.xsl with 60% similarity]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/device/config.xsl [moved from tests/honeynode/2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/device/config.xsl with 73% similarity]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/device/ocplatformOperToConfig.xsl [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/device/octerminaldeviceOperToConfig.xsl [new file with mode: 0644]
tests/honeynode/1.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/1.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/1.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/1.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/1.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/1.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/1.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/1.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/1.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/1.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/1.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/1.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/1.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/common/org-openroadm-common-types@2016-10-14.yang [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/common/org-openroadm-common-types@2017-09-29.yang [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/common/org-openroadm-device@2017-02-06.yang [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/common/org-openroadm-equipment-states-types@2016-10-14.yang [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/common/org-openroadm-ethernet-interfaces@2016-10-14.yang [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/common/org-openroadm-interfaces@2016-10-14.yang [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/devices/org-openroadm-layerRate@2016-10-14.yang [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/devices/org-openroadm-lldp@2016-10-14.yang [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/devices/org-openroadm-maintenance-loopback@2016-10-14.yang [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/devices/org-openroadm-maintenance-testsignal@2016-10-14.yang [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/devices/org-openroadm-maintenance@2016-10-14.yang [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/devices/org-openroadm-optical-channel-interfaces@2016-10-14.yang [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/devices/org-openroadm-optical-multiplex-interfaces@2016-10-14.yang [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/devices/org-openroadm-optical-transport-interfaces@2016-10-14.yang [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/devices/org-openroadm-otn-odu-interfaces@2016-10-14.yang [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/devices/org-openroadm-otn-otu-interfaces@2016-10-14.yang [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/devices/org-openroadm-physical-types@2016-10-14.yang [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/devices/org-openroadm-pm-types@2016-10-14.yang [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/devices/org-openroadm-pm@2016-10-14.yang [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/devices/org-openroadm-port-types@2017-09-29.yang [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/devices/org-openroadm-resource-types@2016-10-14.yang [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/devices/org-openroadm-resource@2016-10-14.yang [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/devices/org-openroadm-swdl@2016-10-14.yang [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/devices/org-openroadm-user-mgmt@2016-10-14.yang [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang/devices/org-openroadm-wavelength-map@2016-10-14.yang [new file with mode: 0644]
tests/honeynode/1.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/1.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/1.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/1.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/1.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/1.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/1.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/1.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/1.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/1.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/1.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/1.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/1.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/1.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/1.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/1.2.1/honeynode-plugin-impl/src/test/java/io/fd/honeycomb/transportpce/device/test/CreateDeviceFromXMLFileTest.java [moved from tests/honeynode/2.1/honeynode-plugin-impl/src/test/java/io/fd/honeycomb/transportpce/device/test/CreateDeviceFromXMLFileTest.java with 96% similarity]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/test/java/io/fd/honeycomb/transportpce/device/test/CreatePmListFromXMLFileTest.java [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/test/java/io/fd/honeycomb/transportpce/device/test/DeviceOperToConfig.java [moved from tests/honeynode/2.1/honeynode-plugin-impl/src/test/java/io/fd/honeycomb/transportpce/device/test/DeviceOperToConfig.java with 75% similarity]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/test/resources/oper-ROADMA-cpm.xml [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/test/resources/oper-ROADMA-full.xml [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/test/resources/oper-ROADMA.xml [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/test/resources/oper-ROADMC-cpm.xml [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/test/resources/oper-ROADMC-full.xml [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/test/resources/oper-ROADMC.xml [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/test/resources/oper-XPDRA-OCbidouille.xml [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/test/resources/oper-XPDRA.xml [moved from tests/sample_configs/openroadm/1.2.1/sample-config-XPDRA.xml with 81% similarity]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/test/resources/oper-XPDRC.xml [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/test/resources/oper-psi2t-platform-terminal-device.xml [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/test/resources/psi-2t-operational-data.xml [new file with mode: 0644]
tests/honeynode/1.2.1/honeynode-plugin-impl/src/test/resources/result.xml [new file with mode: 0644]
tests/honeynode/1.2.1/minimal-distribution-core/asciidoc/Readme.adoc [moved from tests/honeynode/2.1/minimal-distribution-core/asciidoc/Readme.adoc with 100% similarity]
tests/honeynode/1.2.1/minimal-distribution-core/pom.xml [new file with mode: 0644]
tests/honeynode/1.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/InitializationException.java [moved from tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/InitializationException.java with 100% similarity]
tests/honeynode/1.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/activation/ActivationConfig.java [moved from tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/activation/ActivationConfig.java with 100% similarity]
tests/honeynode/1.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/activation/ActivationModule.java [moved from tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/activation/ActivationModule.java with 100% similarity]
tests/honeynode/1.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/activation/ActiveModuleProvider.java [moved from tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/activation/ActiveModuleProvider.java with 100% similarity]
tests/honeynode/1.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/activation/ActiveModules.java [moved from tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/activation/ActiveModules.java with 100% similarity]
tests/honeynode/1.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/cfgattrs/CfgAttrsModule.java [moved from tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/cfgattrs/CfgAttrsModule.java with 100% similarity]
tests/honeynode/1.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/cfgattrs/HoneycombConfiguration.java [moved from tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/cfgattrs/HoneycombConfiguration.java with 100% similarity]
tests/honeynode/1.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/BindingDataBrokerProvider.java [moved from tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/BindingDataBrokerProvider.java with 78% similarity]
tests/honeynode/1.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/ConfigAndOperationalPipelineModule.java [moved from tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/ConfigAndOperationalPipelineModule.java with 87% similarity]
tests/honeynode/1.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/DOMNotificationServiceProvider.java [moved from tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/DOMNotificationServiceProvider.java with 93% similarity]
tests/honeynode/1.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/DataStoreProvider.java [new file with mode: 0644]
tests/honeynode/1.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/DataTreeProvider.java [moved from tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/DataTreeProvider.java with 70% similarity]
tests/honeynode/1.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/HoneycombBindingDataBrokerProvider.java [moved from tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/HoneycombBindingDataBrokerProvider.java with 81% similarity]
tests/honeynode/1.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/HoneycombDOMDataBrokerProvider.java [moved from tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/HoneycombDOMDataBrokerProvider.java with 95% similarity]
tests/honeynode/1.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/HoneycombDOMRpcServiceProvider.java [moved from tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/HoneycombDOMRpcServiceProvider.java with 88% similarity]
tests/honeynode/1.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/HoneycombNotificationManagerProvider.java [moved from tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/HoneycombNotificationManagerProvider.java with 91% similarity]
tests/honeynode/1.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/InmemoryDOMDataBrokerProvider.java [moved from tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/InmemoryDOMDataBrokerProvider.java with 73% similarity]
tests/honeynode/1.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/LegacyBindingDataBrokerProvider.java [new file with mode: 0644]
tests/honeynode/1.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/ModifiableDTDelegProvider.java [moved from tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/ModifiableDTDelegProvider.java with 86% similarity]
tests/honeynode/1.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/PersistedConfigInitializerProvider.java [moved from tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/PersistedConfigInitializerProvider.java with 71% similarity]
tests/honeynode/1.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/PersistingDataTreeProvider.java [moved from tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/PersistingDataTreeProvider.java with 91% similarity]
tests/honeynode/1.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/RpcRegistryBuilderProvider.java [moved from tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/RpcRegistryBuilderProvider.java with 100% similarity]
tests/honeynode/1.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/RpcRegistryProvider.java [moved from tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/RpcRegistryProvider.java with 100% similarity]
tests/honeynode/1.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/ShutdownHandlerProvider.java [new file with mode: 0644]
tests/honeynode/1.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/config/WriterRegistryProvider.java [moved from tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/config/WriterRegistryProvider.java with 100% similarity]
tests/honeynode/1.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/context/ContextPipelineModule.java [moved from tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/context/ContextPipelineModule.java with 96% similarity]
tests/honeynode/1.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/context/HoneycombContextDOMDataBrokerProvider.java [moved from tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/context/HoneycombContextDOMDataBrokerProvider.java with 94% similarity]
tests/honeynode/1.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/context/ModifiableDTMgrProvider.java [moved from tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/context/ModifiableDTMgrProvider.java with 100% similarity]
tests/honeynode/1.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/context/PersistedContextInitializerProvider.java [moved from tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/context/PersistedContextInitializerProvider.java with 85% similarity]
tests/honeynode/1.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/context/RealtimeMappingContextProvider.java [moved from tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/context/RealtimeMappingContextProvider.java with 94% similarity]
tests/honeynode/1.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/oper/ReadableDTDelegProvider.java [moved from tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/oper/ReadableDTDelegProvider.java with 81% similarity]
tests/honeynode/1.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/oper/ReaderRegistryProvider.java [moved from tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/oper/ReaderRegistryProvider.java with 100% similarity]
tests/honeynode/1.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/initializer/InitializerPipelineModule.java [moved from tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/initializer/InitializerPipelineModule.java with 94% similarity]
tests/honeynode/1.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/initializer/InitializerRegistryAdapter.java [moved from tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/initializer/InitializerRegistryAdapter.java with 98% similarity]
tests/honeynode/1.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/initializer/InitializerRegistryAdapterProvider.java [moved from tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/initializer/InitializerRegistryAdapterProvider.java with 96% similarity]
tests/honeynode/1.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/initializer/ModifiableDTDelegInitProvider.java [moved from tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/initializer/ModifiableDTDelegInitProvider.java with 85% similarity]
tests/honeynode/1.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/schema/LegacySerializerProvider.java [new file with mode: 0644]
tests/honeynode/1.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/schema/ModuleInfoBackedCtxProvider.java [moved from tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/schema/ModuleInfoBackedCtxProvider.java with 100% similarity]
tests/honeynode/1.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/schema/ResourceLoader.java [moved from tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/schema/ResourceLoader.java with 98% similarity]
tests/honeynode/1.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/schema/SchemaModule.java [moved from tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/schema/SchemaModule.java with 73% similarity]
tests/honeynode/1.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/schema/SchemaServiceProvider.java [moved from tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/schema/SchemaServiceProvider.java with 55% similarity]
tests/honeynode/1.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/schema/SerializerProvider.java [moved from tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/schema/SerializerProvider.java with 83% similarity]
tests/honeynode/1.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/schema/YangBindingProviderModule.java [moved from tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/schema/YangBindingProviderModule.java with 100% similarity]
tests/honeynode/1.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/schema/YangModuleMappingIndex.java [moved from tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/schema/YangModuleMappingIndex.java with 100% similarity]
tests/honeynode/1.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/schema/YangModulesProvider.java [moved from tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/schema/YangModulesProvider.java with 100% similarity]
tests/honeynode/1.2.1/minimal-distribution-core/src/main/resources/honeycomb-minimal-resources/cert/honeycomb-keystore [moved from tests/honeynode/2.1/minimal-distribution-core/src/main/resources/honeycomb-minimal-resources/cert/honeycomb-keystore with 100% similarity]
tests/honeynode/1.2.1/minimal-distribution-core/src/main/resources/honeycomb-minimal-resources/config/WEB-INF/web.xml [moved from tests/honeynode/2.1/minimal-distribution-core/src/main/resources/honeycomb-minimal-resources/config/WEB-INF/web.xml with 80% similarity]
tests/honeynode/1.2.1/minimal-distribution-core/src/main/resources/honeycomb-minimal-resources/config/activation.json [moved from tests/honeynode/2.1/minimal-distribution-core/src/main/resources/honeycomb-minimal-resources/config/activation.json with 100% similarity]
tests/honeynode/1.2.1/minimal-distribution-core/src/main/resources/honeycomb-minimal-resources/config/honeycomb.json [new file with mode: 0644]
tests/honeynode/1.2.1/minimal-distribution-core/src/main/resources/honeycomb-minimal-resources/config/logback.xml [new file with mode: 0644]
tests/honeynode/1.2.1/minimal-distribution-core/src/main/resources/honeycomb-minimal-resources/honeycomb-tpce [new file with mode: 0755]
tests/honeynode/1.2.1/minimal-distribution/asciidoc/Readme.adoc [moved from tests/honeynode/2.1/minimal-distribution/asciidoc/Readme.adoc with 100% similarity]
tests/honeynode/1.2.1/minimal-distribution/pom.xml [new file with mode: 0644]
tests/honeynode/1.2.1/minimal-distribution/src/main/java/io/fd/honeycomb/infra/distro/Main.java [moved from tests/honeynode/2.1/minimal-distribution/src/main/java/io/fd/honeycomb/infra/distro/Main.java with 99% similarity]
tests/honeynode/1.2.1/netconf-impl/pom.xml [new file with mode: 0644]
tests/honeynode/1.2.1/netconf-impl/src/main/java/org/opendaylight/netconf/impl/NetconfServerDispatcherImpl.java [new file with mode: 0644]
tests/honeynode/1.2.1/netconf-impl/src/main/java/org/opendaylight/netconf/impl/NetconfServerSession.java [new file with mode: 0644]
tests/honeynode/1.2.1/netconf-impl/src/main/java/org/opendaylight/netconf/impl/NetconfServerSessionListener.java [new file with mode: 0644]
tests/honeynode/1.2.1/netconf-impl/src/main/java/org/opendaylight/netconf/impl/NetconfServerSessionNegotiator.java [new file with mode: 0644]
tests/honeynode/1.2.1/netconf-impl/src/main/java/org/opendaylight/netconf/impl/NetconfServerSessionNegotiatorFactory.java [new file with mode: 0644]
tests/honeynode/1.2.1/netconf-impl/src/main/java/org/opendaylight/netconf/impl/NetconfServerSessionNegotiatorFactoryBuilder.java [new file with mode: 0644]
tests/honeynode/1.2.1/netconf-impl/src/main/java/org/opendaylight/netconf/impl/SessionIdProvider.java [new file with mode: 0644]
tests/honeynode/1.2.1/netconf-impl/src/main/java/org/opendaylight/netconf/impl/mapping/operations/DefaultCloseSession.java [new file with mode: 0644]
tests/honeynode/1.2.1/netconf-impl/src/main/java/org/opendaylight/netconf/impl/mapping/operations/DefaultNetconfOperation.java [new file with mode: 0644]
tests/honeynode/1.2.1/netconf-impl/src/main/java/org/opendaylight/netconf/impl/mapping/operations/DefaultStartExi.java [new file with mode: 0644]
tests/honeynode/1.2.1/netconf-impl/src/main/java/org/opendaylight/netconf/impl/mapping/operations/DefaultStopExi.java [new file with mode: 0644]
tests/honeynode/1.2.1/netconf-impl/src/main/java/org/opendaylight/netconf/impl/osgi/AggregatedNetconfOperationServiceFactory.java [new file with mode: 0644]
tests/honeynode/1.2.1/netconf-impl/src/main/java/org/opendaylight/netconf/impl/osgi/NetconfCapabilityMonitoringService.java [new file with mode: 0644]
tests/honeynode/1.2.1/netconf-impl/src/main/java/org/opendaylight/netconf/impl/osgi/NetconfImplActivator.java [new file with mode: 0644]
tests/honeynode/1.2.1/netconf-impl/src/main/java/org/opendaylight/netconf/impl/osgi/NetconfMonitoringServiceImpl.java [new file with mode: 0644]
tests/honeynode/1.2.1/netconf-impl/src/main/java/org/opendaylight/netconf/impl/osgi/NetconfOperationRouter.java [new file with mode: 0644]
tests/honeynode/1.2.1/netconf-impl/src/main/java/org/opendaylight/netconf/impl/osgi/NetconfOperationRouterImpl.java [new file with mode: 0644]
tests/honeynode/1.2.1/netconf-impl/src/main/java/org/opendaylight/netconf/impl/osgi/NetconfOperationServiceFactoryTracker.java [new file with mode: 0644]
tests/honeynode/1.2.1/netconf-impl/src/main/java/org/opendaylight/netconf/impl/osgi/NetconfSessionMonitoringService.java [new file with mode: 0644]
tests/honeynode/1.2.1/netconf-impl/src/main/java/org/opendaylight/netconf/impl/util/DeserializerExceptionHandler.java [new file with mode: 0644]
tests/honeynode/1.2.1/netconf-impl/src/main/resources/getConfig_candidate.xml [new file with mode: 0644]
tests/honeynode/1.2.1/netconf-impl/src/test/java/org/opendaylight/netconf/impl/AdditionalHeaderParserTest.java [new file with mode: 0644]
tests/honeynode/1.2.1/netconf-impl/src/test/java/org/opendaylight/netconf/impl/ConcurrentClientsTest.java [new file with mode: 0644]
tests/honeynode/1.2.1/netconf-impl/src/test/java/org/opendaylight/netconf/impl/ExiEncodeDecodeTest.java [new file with mode: 0644]
tests/honeynode/1.2.1/netconf-impl/src/test/java/org/opendaylight/netconf/impl/MessageParserTest.java [new file with mode: 0644]
tests/honeynode/1.2.1/netconf-impl/src/test/java/org/opendaylight/netconf/impl/NetconfDispatcherImplTest.java [new file with mode: 0644]
tests/honeynode/1.2.1/netconf-impl/src/test/java/org/opendaylight/netconf/impl/NetconfServerSessionListenerTest.java [new file with mode: 0644]
tests/honeynode/1.2.1/netconf-impl/src/test/java/org/opendaylight/netconf/impl/NetconfServerSessionNegotiatorTest.java [new file with mode: 0644]
tests/honeynode/1.2.1/netconf-impl/src/test/java/org/opendaylight/netconf/impl/NetconfServerSessionTest.java [new file with mode: 0644]
tests/honeynode/1.2.1/netconf-impl/src/test/java/org/opendaylight/netconf/impl/mapping/operations/DefaultCloseSessionTest.java [new file with mode: 0644]
tests/honeynode/1.2.1/netconf-impl/src/test/java/org/opendaylight/netconf/impl/mapping/operations/DefaultStopExiTest.java [new file with mode: 0644]
tests/honeynode/1.2.1/netconf-impl/src/test/java/org/opendaylight/netconf/impl/osgi/AggregatedNetconfOperationServiceFactoryTest.java [new file with mode: 0644]
tests/honeynode/1.2.1/netconf-impl/src/test/java/org/opendaylight/netconf/impl/osgi/NetconfCapabilityMonitoringServiceTest.java [new file with mode: 0644]
tests/honeynode/1.2.1/netconf-impl/src/test/java/org/opendaylight/netconf/impl/osgi/NetconfImplActivatorTest.java [new file with mode: 0644]
tests/honeynode/1.2.1/netconf-impl/src/test/java/org/opendaylight/netconf/impl/osgi/NetconfOperationRouterImplTest.java [new file with mode: 0644]
tests/honeynode/1.2.1/netconf-impl/src/test/java/org/opendaylight/netconf/impl/osgi/NetconfOperationServiceFactoryTrackerTest.java [new file with mode: 0644]
tests/honeynode/1.2.1/netconf-impl/src/test/java/org/opendaylight/netconf/impl/osgi/NetconfSessionMonitoringServiceTest.java [new file with mode: 0644]
tests/honeynode/1.2.1/netconf-impl/src/test/java/org/opendaylight/netconf/impl/util/DeserializerExceptionHandlerTest.java [new file with mode: 0644]
tests/honeynode/1.2.1/netconf-impl/src/test/resources/getConfig_reply_unfiltered.xml [new file with mode: 0644]
tests/honeynode/1.2.1/netconf-impl/src/test/resources/logback-test.xml [new file with mode: 0644]
tests/honeynode/1.2.1/netconf/asciidoc/Readme.adoc [moved from tests/honeynode/2.1/netconf/asciidoc/Readme.adoc with 100% similarity]
tests/honeynode/1.2.1/netconf/pom.xml [new file with mode: 0644]
tests/honeynode/1.2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/HoneycombNotification2NetconfProvider.java [moved from tests/honeynode/2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/HoneycombNotification2NetconfProvider.java with 93% similarity]
tests/honeynode/1.2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfBindingBrokerProvider.java [moved from tests/honeynode/2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfBindingBrokerProvider.java with 94% similarity]
tests/honeynode/1.2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfConfigurationModule.java [moved from tests/honeynode/2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfConfigurationModule.java with 100% similarity]
tests/honeynode/1.2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfMdsalMapperProvider.java [moved from tests/honeynode/2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfMdsalMapperProvider.java with 66% similarity]
tests/honeynode/1.2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfModule.java [moved from tests/honeynode/2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfModule.java with 91% similarity]
tests/honeynode/1.2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfMonitoringMapperProvider.java [moved from tests/honeynode/2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfMonitoringMapperProvider.java with 97% similarity]
tests/honeynode/1.2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfMonitoringReaderFactoryProvider.java [moved from tests/honeynode/2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfMonitoringReaderFactoryProvider.java with 89% similarity]
tests/honeynode/1.2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfMonitoringServiceProvider.java [moved from tests/honeynode/2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfMonitoringServiceProvider.java with 100% similarity]
tests/honeynode/1.2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfNotificationMapperProvider.java [moved from tests/honeynode/2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfNotificationMapperProvider.java with 83% similarity]
tests/honeynode/1.2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfNotificationsReaderFactoryProvider.java [moved from tests/honeynode/2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfNotificationsReaderFactoryProvider.java with 85% similarity]
tests/honeynode/1.2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfReadersModule.java [moved from tests/honeynode/2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfReadersModule.java with 100% similarity]
tests/honeynode/1.2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfServerDispatcherProvider.java [moved from tests/honeynode/2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfServerDispatcherProvider.java with 94% similarity]
tests/honeynode/1.2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfSshServerProvider.java [new file with mode: 0644]
tests/honeynode/1.2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfTcpServerProvider.java [moved from tests/honeynode/2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfTcpServerProvider.java with 75% similarity]
tests/honeynode/1.2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NettyThreadGroupProvider.java [moved from tests/honeynode/2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NettyThreadGroupProvider.java with 100% similarity]
tests/honeynode/1.2.1/netconf/src/main/resources/honeycomb-minimal-resources/config/netconf-whitelist.xml [moved from tests/honeynode/2.1/netconf/src/main/resources/honeycomb-minimal-resources/config/netconf-whitelist.xml with 98% similarity]
tests/honeynode/1.2.1/netconf/src/main/resources/honeycomb-minimal-resources/config/netconf.json [moved from tests/honeynode/2.1/netconf/src/main/resources/honeycomb-minimal-resources/config/netconf.json with 88% similarity]
tests/honeynode/1.2.1/pom.xml [moved from tests/honeynode/2.1/pom.xml with 96% similarity]
tests/honeynode/1.2.1/restconf/asciidoc/Readme.adoc [moved from tests/honeynode/2.1/restconf/asciidoc/Readme.adoc with 100% similarity]
tests/honeynode/1.2.1/restconf/pom.xml [new file with mode: 0644]
tests/honeynode/1.2.1/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/BrokerFacadeProvider.java [new file with mode: 0644]
tests/honeynode/1.2.1/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/ControllerContextProvider.java [new file with mode: 0644]
tests/honeynode/1.2.1/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/HttpConnectorProvider.java [moved from tests/honeynode/2.1/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/HttpConnectorProvider.java with 100% similarity]
tests/honeynode/1.2.1/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/HttpsConnectorProvider.java [moved from tests/honeynode/2.1/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/HttpsConnectorProvider.java with 94% similarity]
tests/honeynode/1.2.1/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/JettyServerProvider.java [moved from tests/honeynode/2.1/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/JettyServerProvider.java with 63% similarity]
tests/honeynode/1.2.1/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/JettyServerStarter.java [moved from tests/honeynode/2.1/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/JettyServerStarter.java with 59% similarity]
tests/honeynode/1.2.1/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/RestconfApplicationProvider.java [new file with mode: 0644]
tests/honeynode/1.2.1/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/RestconfConfiguration.java [moved from tests/honeynode/2.1/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/RestconfConfiguration.java with 99% similarity]
tests/honeynode/1.2.1/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/RestconfConfigurationModule.java [moved from tests/honeynode/2.1/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/RestconfConfigurationModule.java with 100% similarity]
tests/honeynode/1.2.1/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/RestconfModule.java [moved from tests/honeynode/2.1/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/RestconfModule.java with 66% similarity]
tests/honeynode/1.2.1/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/RestconfProvider.java [moved from tests/honeynode/2.1/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/RestconfProvider.java with 62% similarity]
tests/honeynode/1.2.1/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/RestconfServiceProvider.java [new file with mode: 0644]
tests/honeynode/1.2.1/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/StatisticsRestconfServiceWrapperProvider.java [new file with mode: 0644]
tests/honeynode/1.2.1/restconf/src/main/resources/honeycomb-minimal-resources/config/restconf-whitelist.xml [moved from tests/honeynode/2.1/restconf/src/main/resources/honeycomb-minimal-resources/config/restconf-whitelist.xml with 100% similarity]
tests/honeynode/1.2.1/restconf/src/main/resources/honeycomb-minimal-resources/config/restconf.json [moved from tests/honeynode/2.1/restconf/src/main/resources/honeycomb-minimal-resources/config/restconf.json with 95% similarity]
tests/honeynode/2.1/honeynode-common/pom.xml [deleted file]
tests/honeynode/2.1/honeynode-plugin-api/pom.xml [deleted file]
tests/honeynode/2.1/honeynode-plugin-impl/pom.xml [deleted file]
tests/honeynode/2.1/honeynode-plugin-impl/src/test/java/io/fd/honeycomb/transportpce/device/test/DirectoryWatchTest.java [deleted file]
tests/honeynode/2.1/honeynode-plugin-impl/src/test/java/io/fd/honeycomb/transportpce/device/test/RestAPICallsTest.java [deleted file]
tests/honeynode/2.1/minimal-distribution-core/pom.xml [deleted file]
tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/DataStoreProvider.java [deleted file]
tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/HoneycombDOMBrokerProvider.java [deleted file]
tests/honeynode/2.1/minimal-distribution-core/src/main/resources/honeycomb-minimal-resources/config/honeycomb.json [deleted file]
tests/honeynode/2.1/minimal-distribution-core/src/main/resources/honeycomb-minimal-resources/config/logback.xml [deleted file]
tests/honeynode/2.1/minimal-distribution-core/src/main/resources/honeycomb-minimal-resources/honeycomb-tpce [deleted file]
tests/honeynode/2.1/minimal-distribution/pom.xml [deleted file]
tests/honeynode/2.1/netconf-netty-util/pom.xml [deleted file]
tests/honeynode/2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/AbstractChannelInitializer.java [deleted file]
tests/honeynode/2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/AbstractNetconfSession.java [deleted file]
tests/honeynode/2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/AbstractNetconfSessionNegotiator.java [deleted file]
tests/honeynode/2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/BufferedWriter.java [deleted file]
tests/honeynode/2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ChunkedFramingMechanismEncoder.java [deleted file]
tests/honeynode/2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/EOMFramingMechanismEncoder.java [deleted file]
tests/honeynode/2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/FramingMechanismHandlerFactory.java [deleted file]
tests/honeynode/2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/NetconfChunkAggregator.java [deleted file]
tests/honeynode/2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/NetconfEOMAggregator.java [deleted file]
tests/honeynode/2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/NetconfEXICodec.java [deleted file]
tests/honeynode/2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/NetconfEXIToMessageDecoder.java [deleted file]
tests/honeynode/2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/NetconfHelloMessageToXMLEncoder.java [deleted file]
tests/honeynode/2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/NetconfMessageToEXIEncoder.java [deleted file]
tests/honeynode/2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/NetconfMessageToXMLEncoder.java [deleted file]
tests/honeynode/2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/NetconfXMLToHelloMessageDecoder.java [deleted file]
tests/honeynode/2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/NetconfXMLToMessageDecoder.java [deleted file]
tests/honeynode/2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ThreadLocalTransformers.java [deleted file]
tests/honeynode/2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/exi/EXIParameters.java [deleted file]
tests/honeynode/2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/exi/NetconfStartExiMessage.java [deleted file]
tests/honeynode/2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ssh/authentication/AuthenticationHandler.java [deleted file]
tests/honeynode/2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ssh/authentication/LoginPassword.java [deleted file]
tests/honeynode/2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ssh/authentication/PublicKeyAuth.java [deleted file]
tests/honeynode/2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ssh/client/AsyncSshHandler.java [deleted file]
tests/honeynode/2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ssh/client/AsyncSshHandlerReader.java [deleted file]
tests/honeynode/2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ssh/client/AsyncSshHandlerWriter.java [deleted file]
tests/honeynode/2.1/netconf/pom.xml [deleted file]
tests/honeynode/2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfSshServerProvider.java [deleted file]
tests/honeynode/2.1/restconf/pom.xml [deleted file]
tests/honeynode/fd_io_honeycomb_settings121.xml [deleted file]
tests/installJDK11CentOS.sh [deleted file]
tests/installMavenCentOS.sh
tests/sample_configs/openroadm/1.2.1/oper-ROADMA-full.xml [moved from tests/sample_configs/openroadm/2.1/oper-ROADMA-full.xml with 99% similarity]
tests/sample_configs/openroadm/1.2.1/oper-ROADMA.xml [moved from tests/sample_configs/openroadm/2.1/oper-ROADMA.xml with 99% similarity]
tests/sample_configs/openroadm/1.2.1/oper-ROADMB.xml [moved from tests/sample_configs/openroadm/2.1/oper-ROADMB.xml with 99% similarity]
tests/sample_configs/openroadm/1.2.1/oper-ROADMC-full.xml [moved from tests/sample_configs/openroadm/2.1/oper-ROADMC-full.xml with 99% similarity]
tests/sample_configs/openroadm/1.2.1/oper-ROADMC.xml [moved from tests/sample_configs/openroadm/2.1/oper-ROADMC.xml with 99% similarity]
tests/sample_configs/openroadm/1.2.1/oper-XPDRA.xml [moved from tests/sample_configs/openroadm/2.1/oper-XPDRA.xml with 99% similarity]
tests/sample_configs/openroadm/1.2.1/oper-XPDRC.xml [moved from tests/sample_configs/openroadm/2.1/oper-XPDRC.xml with 99% similarity]
tests/sample_configs/openroadm/1.2.1/sample-config-ROADMA.xml [deleted file]
tests/sample_configs/openroadm/1.2.1/sample-config-ROADMB.xml [deleted file]
tests/sample_configs/openroadm/1.2.1/sample-config-ROADMC.xml [deleted file]
tests/transportpce_tests/1.2.1/test_utils.py
tox.ini