clean test environment 09/82309/2
authorguillaume.lambert <guillaume.lambert@orange.com>
Wed, 29 May 2019 13:17:46 +0000 (15:17 +0200)
committerguillaume.lambert <guillaume.lambert@orange.com>
Wed, 29 May 2019 14:44:55 +0000 (16:44 +0200)
commit7474055983b078ca899ccd3f1c56e5627bf77e52
tree0071e3a7616a45f2a02c7ec7819e6a2b137dcae7
parentd8d24165bda93e0083b0b4da2cf3edc1488049e2
clean test environment

- remove testtool traces
- remove servicehandler functional tests and associated stubs
- rationalize honeynode multiple openroadm versions support:
  move code for 2.1 and 2.2.1 versions in the same folder
  only one script to build (version passed as argument - def is 2.1)
- clean repo from tabs and dos formatted files

JIRA: TRNSPRTPCE-112
Change-Id: Id893085733cdc21bbec27062afee4df6f9763c75
Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
487 files changed:
.gitmodules
docs/developer-guide.rst
pce/src/main/resources/OSGI-INF/blueprint/pce-blueprint.xml
servicehandler/src/main/resources/OSGI-INF/blueprint/servicehandler-blueprint.xml
tests/SH_func_tests.sh [deleted file]
tests/SH_stubs.diff [deleted file]
tests/Xtesting/DockerSims/Dockerfile.orig
tests/Xtesting/DockerSims/Dockerfile.orig.testtool [deleted file]
tests/Xtesting/DockerSims/generate_sims.sh
tests/buildHoneynode.sh
tests/buildHoneynode221.sh [deleted file]
tests/buildTesttool.sh [deleted file]
tests/honeynode/2.1/README [moved from tests/honeynode/README with 100% similarity]
tests/honeynode/2.1/honeynode-common/asciidoc/Readme.adoc [moved from tests/honeynode/honeynode-common/asciidoc/Readme.adoc with 100% similarity]
tests/honeynode/2.1/honeynode-common/pom.xml [moved from tests/honeynode/honeynode-common/pom.xml with 100% similarity]
tests/honeynode/2.1/honeynode-common/src/main/java/io/fd/honeycomb/transportpce/binding/converter/AbstractDataObjectConverter.java [moved from tests/honeynode/honeynode-common/src/main/java/io/fd/honeycomb/transportpce/binding/converter/AbstractDataObjectConverter.java with 100% similarity]
tests/honeynode/2.1/honeynode-common/src/main/java/io/fd/honeycomb/transportpce/binding/converter/JSONDataObjectConverter.java [moved from tests/honeynode/honeynode-common/src/main/java/io/fd/honeycomb/transportpce/binding/converter/JSONDataObjectConverter.java with 100% similarity]
tests/honeynode/2.1/honeynode-common/src/main/java/io/fd/honeycomb/transportpce/binding/converter/XMLDataObjectConverter.java [moved from tests/honeynode/honeynode-common/src/main/java/io/fd/honeycomb/transportpce/binding/converter/XMLDataObjectConverter.java with 100% similarity]
tests/honeynode/2.1/honeynode-common/src/main/java/io/fd/honeycomb/transportpce/binding/converter/api/DataObjectConverter.java [moved from tests/honeynode/honeynode-common/src/main/java/io/fd/honeycomb/transportpce/binding/converter/api/DataObjectConverter.java with 100% similarity]
tests/honeynode/2.1/honeynode-common/src/main/java/io/fd/honeycomb/transportpce/test/common/DataStoreContext.java [moved from tests/honeynode/honeynode-common/src/main/java/io/fd/honeycomb/transportpce/test/common/DataStoreContext.java with 100% similarity]
tests/honeynode/2.1/honeynode-common/src/main/java/io/fd/honeycomb/transportpce/test/common/DataStoreContextImpl.java [moved from tests/honeynode/honeynode-common/src/main/java/io/fd/honeycomb/transportpce/test/common/DataStoreContextImpl.java with 100% similarity]
tests/honeynode/2.1/honeynode-distribution/asciidoc/Readme.adoc [moved from tests/honeynode/honeynode-distribution/asciidoc/Readme.adoc with 100% similarity]
tests/honeynode/2.1/honeynode-distribution/pom.xml [moved from tests/honeynode/honeynode-distribution/pom.xml with 100% similarity]
tests/honeynode/2.1/honeynode-plugin-api/asciidoc/Readme.adoc [moved from tests/honeynode/honeynode-plugin-api/asciidoc/Readme.adoc with 100% similarity]
tests/honeynode/2.1/honeynode-plugin-api/pom.xml [moved from tests/honeynode/honeynode-plugin-api/pom.xml with 100% similarity]
tests/honeynode/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/honeynode-plugin-api/src/main/java/org/opendaylight/yang/gen/v1/http/org/openroadm/pm/types/rev161014/PmDataTypeBuilder.java with 100% similarity]
tests/honeynode/2.1/honeynode-plugin-api/src/main/yang/iana-afn-safi@2013-07-04.yang [moved from tests/honeynode/honeynode-plugin-api/src/main/yang/iana-afn-safi@2013-07-04.yang with 100% similarity]
tests/honeynode/2.1/honeynode-plugin-api/src/main/yang/ietf-inet-types@2013-07-15.yang [moved from tests/honeynode/honeynode-plugin-api/src/main/yang/ietf-inet-types@2013-07-15.yang with 100% similarity]
tests/honeynode/2.1/honeynode-plugin-api/src/main/yang/ietf-netconf-monitoring-extension@2013-12-10.yang [moved from tests/honeynode/honeynode-plugin-api/src/main/yang/ietf-netconf-monitoring-extension@2013-12-10.yang with 100% similarity]
tests/honeynode/2.1/honeynode-plugin-api/src/main/yang/ietf-netconf-monitoring@2010-10-04.yang [moved from tests/honeynode/honeynode-plugin-api/src/main/yang/ietf-netconf-monitoring@2010-10-04.yang with 100% similarity]
tests/honeynode/2.1/honeynode-plugin-api/src/main/yang/ietf-netconf@2011-06-01.yang [moved from tests/honeynode/honeynode-plugin-api/src/main/yang/ietf-netconf@2011-06-01.yang with 100% similarity]
tests/honeynode/2.1/honeynode-plugin-api/src/main/yang/ietf-yang-types@2013-07-15.yang [moved from tests/honeynode/honeynode-plugin-api/src/main/yang/ietf-yang-types@2013-07-15.yang with 100% similarity]
tests/honeynode/2.1/honeynode-plugin-api/src/main/yang/org-openroadm-common-types@2016-10-14.yang [moved from tests/honeynode/honeynode-plugin-api/src/main/yang/org-openroadm-common-types@2016-10-14.yang with 100% similarity]
tests/honeynode/2.1/honeynode-plugin-api/src/main/yang/org-openroadm-common-types@2017-09-29.yang [moved from tests/honeynode/honeynode-plugin-api/src/main/yang/org-openroadm-common-types@2017-09-29.yang with 100% similarity]
tests/honeynode/2.1/honeynode-plugin-api/src/main/yang/org-openroadm-device@2017-02-06.yang [moved from tests/honeynode/honeynode-plugin-api/src/main/yang/org-openroadm-device@2017-02-06.yang with 100% similarity]
tests/honeynode/2.1/honeynode-plugin-api/src/main/yang/org-openroadm-equipment-states-types@2016-10-14.yang [moved from tests/honeynode/honeynode-plugin-api/src/main/yang/org-openroadm-equipment-states-types@2016-10-14.yang with 100% similarity]
tests/honeynode/2.1/honeynode-plugin-api/src/main/yang/org-openroadm-ethernet-interfaces@2016-10-14.yang [moved from tests/honeynode/honeynode-plugin-api/src/main/yang/org-openroadm-ethernet-interfaces@2016-10-14.yang with 100% similarity]
tests/honeynode/2.1/honeynode-plugin-api/src/main/yang/org-openroadm-interfaces@2016-10-14.yang [moved from tests/honeynode/honeynode-plugin-api/src/main/yang/org-openroadm-interfaces@2016-10-14.yang with 100% similarity]
tests/honeynode/2.1/honeynode-plugin-api/src/main/yang/org-openroadm-layerRate@2016-10-14.yang [moved from tests/honeynode/honeynode-plugin-api/src/main/yang/org-openroadm-layerRate@2016-10-14.yang with 100% similarity]
tests/honeynode/2.1/honeynode-plugin-api/src/main/yang/org-openroadm-lldp@2016-10-14.yang [moved from tests/honeynode/honeynode-plugin-api/src/main/yang/org-openroadm-lldp@2016-10-14.yang with 100% similarity]
tests/honeynode/2.1/honeynode-plugin-api/src/main/yang/org-openroadm-maintenance-loopback@2016-10-14.yang [moved from tests/honeynode/honeynode-plugin-api/src/main/yang/org-openroadm-maintenance-loopback@2016-10-14.yang with 100% similarity]
tests/honeynode/2.1/honeynode-plugin-api/src/main/yang/org-openroadm-maintenance-testsignal@2016-10-14.yang [moved from tests/honeynode/honeynode-plugin-api/src/main/yang/org-openroadm-maintenance-testsignal@2016-10-14.yang with 100% similarity]
tests/honeynode/2.1/honeynode-plugin-api/src/main/yang/org-openroadm-maintenance@2016-10-14.yang [moved from tests/honeynode/honeynode-plugin-api/src/main/yang/org-openroadm-maintenance@2016-10-14.yang with 100% similarity]
tests/honeynode/2.1/honeynode-plugin-api/src/main/yang/org-openroadm-optical-channel-interfaces@2016-10-14.yang [moved from tests/honeynode/honeynode-plugin-api/src/main/yang/org-openroadm-optical-channel-interfaces@2016-10-14.yang with 100% similarity]
tests/honeynode/2.1/honeynode-plugin-api/src/main/yang/org-openroadm-optical-multiplex-interfaces@2016-10-14.yang [moved from tests/honeynode/honeynode-plugin-api/src/main/yang/org-openroadm-optical-multiplex-interfaces@2016-10-14.yang with 100% similarity]
tests/honeynode/2.1/honeynode-plugin-api/src/main/yang/org-openroadm-optical-transport-interfaces@2016-10-14.yang [moved from tests/honeynode/honeynode-plugin-api/src/main/yang/org-openroadm-optical-transport-interfaces@2016-10-14.yang with 100% similarity]
tests/honeynode/2.1/honeynode-plugin-api/src/main/yang/org-openroadm-otn-odu-interfaces@2016-10-14.yang [moved from tests/honeynode/honeynode-plugin-api/src/main/yang/org-openroadm-otn-odu-interfaces@2016-10-14.yang with 100% similarity]
tests/honeynode/2.1/honeynode-plugin-api/src/main/yang/org-openroadm-otn-otu-interfaces@2016-10-14.yang [moved from tests/honeynode/honeynode-plugin-api/src/main/yang/org-openroadm-otn-otu-interfaces@2016-10-14.yang with 100% similarity]
tests/honeynode/2.1/honeynode-plugin-api/src/main/yang/org-openroadm-physical-types@2016-10-14.yang [moved from tests/honeynode/honeynode-plugin-api/src/main/yang/org-openroadm-physical-types@2016-10-14.yang with 100% similarity]
tests/honeynode/2.1/honeynode-plugin-api/src/main/yang/org-openroadm-pm-types@2016-10-14.yang [moved from tests/honeynode/honeynode-plugin-api/src/main/yang/org-openroadm-pm-types@2016-10-14.yang with 100% similarity]
tests/honeynode/2.1/honeynode-plugin-api/src/main/yang/org-openroadm-pm@2016-10-14.yang [moved from tests/honeynode/honeynode-plugin-api/src/main/yang/org-openroadm-pm@2016-10-14.yang with 100% similarity]
tests/honeynode/2.1/honeynode-plugin-api/src/main/yang/org-openroadm-port-types@2017-09-29.yang [moved from tests/honeynode/honeynode-plugin-api/src/main/yang/org-openroadm-port-types@2017-09-29.yang with 100% similarity]
tests/honeynode/2.1/honeynode-plugin-api/src/main/yang/org-openroadm-resource-types@2016-10-14.yang [moved from tests/honeynode/honeynode-plugin-api/src/main/yang/org-openroadm-resource-types@2016-10-14.yang with 100% similarity]
tests/honeynode/2.1/honeynode-plugin-api/src/main/yang/org-openroadm-resource@2016-10-14.yang [moved from tests/honeynode/honeynode-plugin-api/src/main/yang/org-openroadm-resource@2016-10-14.yang with 100% similarity]
tests/honeynode/2.1/honeynode-plugin-api/src/main/yang/org-openroadm-swdl@2016-10-14.yang [moved from tests/honeynode/honeynode-plugin-api/src/main/yang/org-openroadm-swdl@2016-10-14.yang with 100% similarity]
tests/honeynode/2.1/honeynode-plugin-api/src/main/yang/org-openroadm-user-mgmt@2016-10-14.yang [moved from tests/honeynode/honeynode-plugin-api/src/main/yang/org-openroadm-user-mgmt@2016-10-14.yang with 100% similarity]
tests/honeynode/2.1/honeynode-plugin-api/src/main/yang/org-openroadm-wavelength-map@2016-10-14.yang [moved from tests/honeynode/honeynode-plugin-api/src/main/yang/org-openroadm-wavelength-map@2016-10-14.yang with 100% similarity]
tests/honeynode/2.1/honeynode-plugin-impl/asciidoc/Readme.adoc [moved from tests/honeynode/honeynode-plugin-impl/asciidoc/Readme.adoc with 100% similarity]
tests/honeynode/2.1/honeynode-plugin-impl/pom.xml [moved from tests/honeynode/honeynode-plugin-impl/pom.xml with 100% similarity]
tests/honeynode/2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/DeviceBindingDataBrokerProvider.java [moved from tests/honeynode/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/DeviceBindingDataBrokerProvider.java with 100% similarity]
tests/honeynode/2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/DeviceModule.java [moved from tests/honeynode/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/DeviceModule.java with 100% similarity]
tests/honeynode/2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/DeviceReaderModule.java [moved from tests/honeynode/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/DeviceReaderModule.java with 100% similarity]
tests/honeynode/2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/DeviceRpcModule.java [moved from tests/honeynode/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/DeviceRpcModule.java with 100% similarity]
tests/honeynode/2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/DeviceWriterModule.java [moved from tests/honeynode/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/DeviceWriterModule.java with 100% similarity]
tests/honeynode/2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/configuration/DeviceConfiguration.java [moved from tests/honeynode/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/configuration/DeviceConfiguration.java with 100% similarity]
tests/honeynode/2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/configuration/DeviceConfigurationModule.java [moved from tests/honeynode/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/configuration/DeviceConfigurationModule.java with 100% similarity]
tests/honeynode/2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/configuration/NetconfConfiguration.java [moved from tests/honeynode/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/configuration/NetconfConfiguration.java with 100% similarity]
tests/honeynode/2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/configuration/NetconfConfigurationModule.java [moved from tests/honeynode/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/configuration/NetconfConfigurationModule.java with 100% similarity]
tests/honeynode/2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/configuration/PmConfiguration.java [moved from tests/honeynode/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/configuration/PmConfiguration.java with 100% similarity]
tests/honeynode/2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/configuration/PmConfigurationModule.java [moved from tests/honeynode/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/configuration/PmConfigurationModule.java with 100% similarity]
tests/honeynode/2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/read/DeviceReaderFactory.java [moved from tests/honeynode/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/read/DeviceReaderFactory.java with 100% similarity]
tests/honeynode/2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/read/DummyMonitoringService.java [moved from tests/honeynode/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/read/DummyMonitoringService.java with 100% similarity]
tests/honeynode/2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/read/PmReaderFactory.java [moved from tests/honeynode/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/read/PmReaderFactory.java with 100% similarity]
tests/honeynode/2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/rpcs/ConnectionPortTrailService.java [moved from tests/honeynode/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/rpcs/ConnectionPortTrailService.java with 100% similarity]
tests/honeynode/2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/tools/DefaultDeviceFactory.java [moved from tests/honeynode/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/tools/DefaultDeviceFactory.java with 100% similarity]
tests/honeynode/2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/tools/DefaultNetconfFactory.java [moved from tests/honeynode/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/tools/DefaultNetconfFactory.java with 100% similarity]
tests/honeynode/2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/tools/DefaultPmListFactory.java [moved from tests/honeynode/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/tools/DefaultPmListFactory.java with 100% similarity]
tests/honeynode/2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/write/DeviceChangeListener.java [moved from tests/honeynode/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/write/DeviceChangeListener.java with 100% similarity]
tests/honeynode/2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/write/DeviceWriterFactory.java [moved from tests/honeynode/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/write/DeviceWriterFactory.java with 100% similarity]
tests/honeynode/2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/device/NamespaceTrimmer.xslt [moved from tests/honeynode/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/device/NamespaceTrimmer.xslt with 100% similarity]
tests/honeynode/2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/device/OperToConfig.xsl [moved from tests/honeynode/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/device/OperToConfig.xsl with 100% similarity]
tests/honeynode/2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/device/config.xsl [moved from tests/honeynode/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/device/config.xsl with 100% similarity]
tests/honeynode/2.1/honeynode-plugin-impl/src/test/java/io/fd/honeycomb/transportpce/device/test/CreateDeviceFromXMLFileTest.java [moved from tests/honeynode/honeynode-plugin-impl/src/test/java/io/fd/honeycomb/transportpce/device/test/CreateDeviceFromXMLFileTest.java with 100% similarity]
tests/honeynode/2.1/honeynode-plugin-impl/src/test/java/io/fd/honeycomb/transportpce/device/test/DeviceOperToConfig.java [moved from tests/honeynode/honeynode-plugin-impl/src/test/java/io/fd/honeycomb/transportpce/device/test/DeviceOperToConfig.java with 100% similarity]
tests/honeynode/2.1/honeynode-plugin-impl/src/test/java/io/fd/honeycomb/transportpce/device/test/DirectoryWatchTest.java [moved from tests/honeynode/honeynode-plugin-impl/src/test/java/io/fd/honeycomb/transportpce/device/test/DirectoryWatchTest.java with 100% similarity]
tests/honeynode/2.1/honeynode-plugin-impl/src/test/java/io/fd/honeycomb/transportpce/device/test/RestAPICallsTest.java [moved from tests/honeynode/honeynode-plugin-impl/src/test/java/io/fd/honeycomb/transportpce/device/test/RestAPICallsTest.java with 100% similarity]
tests/honeynode/2.1/minimal-distribution-core/asciidoc/Readme.adoc [moved from tests/honeynode/minimal-distribution-core/asciidoc/Readme.adoc with 100% similarity]
tests/honeynode/2.1/minimal-distribution-core/pom.xml [moved from tests/honeynode/minimal-distribution-core/pom.xml with 100% similarity]
tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/InitializationException.java [moved from tests/honeynode/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/InitializationException.java with 100% similarity]
tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/activation/ActivationConfig.java [moved from tests/honeynode/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/activation/ActivationConfig.java with 100% similarity]
tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/activation/ActivationModule.java [moved from tests/honeynode/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/activation/ActivationModule.java with 100% similarity]
tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/activation/ActiveModuleProvider.java [moved from tests/honeynode/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/activation/ActiveModuleProvider.java with 100% similarity]
tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/activation/ActiveModules.java [moved from tests/honeynode/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/activation/ActiveModules.java with 100% similarity]
tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/cfgattrs/CfgAttrsModule.java [moved from tests/honeynode/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/cfgattrs/CfgAttrsModule.java with 100% similarity]
tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/cfgattrs/HoneycombConfiguration.java [moved from tests/honeynode/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/cfgattrs/HoneycombConfiguration.java with 100% similarity]
tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/BindingDataBrokerProvider.java [moved from tests/honeynode/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/BindingDataBrokerProvider.java with 100% similarity]
tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/ConfigAndOperationalPipelineModule.java [moved from tests/honeynode/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/ConfigAndOperationalPipelineModule.java with 100% similarity]
tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/DOMNotificationServiceProvider.java [moved from tests/honeynode/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/DOMNotificationServiceProvider.java with 100% similarity]
tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/DataStoreProvider.java [moved from tests/honeynode/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/DataStoreProvider.java with 100% similarity]
tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/DataTreeProvider.java [moved from tests/honeynode/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/DataTreeProvider.java with 100% similarity]
tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/HoneycombBindingDataBrokerProvider.java [moved from tests/honeynode/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/HoneycombBindingDataBrokerProvider.java with 100% similarity]
tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/HoneycombDOMBrokerProvider.java [moved from tests/honeynode/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/HoneycombDOMBrokerProvider.java with 100% similarity]
tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/HoneycombDOMDataBrokerProvider.java [moved from tests/honeynode/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/HoneycombDOMDataBrokerProvider.java with 100% similarity]
tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/HoneycombDOMRpcServiceProvider.java [moved from tests/honeynode/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/HoneycombDOMRpcServiceProvider.java with 100% similarity]
tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/HoneycombNotificationManagerProvider.java [moved from tests/honeynode/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/HoneycombNotificationManagerProvider.java with 100% similarity]
tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/InmemoryDOMDataBrokerProvider.java [moved from tests/honeynode/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/InmemoryDOMDataBrokerProvider.java with 100% similarity]
tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/ModifiableDTDelegProvider.java [moved from tests/honeynode/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/ModifiableDTDelegProvider.java with 100% similarity]
tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/PersistedConfigInitializerProvider.java [moved from tests/honeynode/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/PersistedConfigInitializerProvider.java with 100% similarity]
tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/PersistingDataTreeProvider.java [moved from tests/honeynode/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/PersistingDataTreeProvider.java with 100% similarity]
tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/RpcRegistryBuilderProvider.java [moved from tests/honeynode/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/RpcRegistryBuilderProvider.java with 100% similarity]
tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/RpcRegistryProvider.java [moved from tests/honeynode/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/RpcRegistryProvider.java with 100% similarity]
tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/config/WriterRegistryProvider.java [moved from tests/honeynode/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/config/WriterRegistryProvider.java with 100% similarity]
tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/context/ContextPipelineModule.java [moved from tests/honeynode/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/context/ContextPipelineModule.java with 100% similarity]
tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/context/HoneycombContextDOMDataBrokerProvider.java [moved from tests/honeynode/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/context/HoneycombContextDOMDataBrokerProvider.java with 100% similarity]
tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/context/ModifiableDTMgrProvider.java [moved from tests/honeynode/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/context/ModifiableDTMgrProvider.java with 100% similarity]
tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/context/PersistedContextInitializerProvider.java [moved from tests/honeynode/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/context/PersistedContextInitializerProvider.java with 100% similarity]
tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/context/RealtimeMappingContextProvider.java [moved from tests/honeynode/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/context/RealtimeMappingContextProvider.java with 100% similarity]
tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/oper/ReadableDTDelegProvider.java [moved from tests/honeynode/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/oper/ReadableDTDelegProvider.java with 100% similarity]
tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/oper/ReaderRegistryProvider.java [moved from tests/honeynode/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/oper/ReaderRegistryProvider.java with 100% similarity]
tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/initializer/InitializerPipelineModule.java [moved from tests/honeynode/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/initializer/InitializerPipelineModule.java with 100% similarity]
tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/initializer/InitializerRegistryAdapter.java [moved from tests/honeynode/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/initializer/InitializerRegistryAdapter.java with 100% similarity]
tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/initializer/InitializerRegistryAdapterProvider.java [moved from tests/honeynode/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/initializer/InitializerRegistryAdapterProvider.java with 100% similarity]
tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/initializer/ModifiableDTDelegInitProvider.java [moved from tests/honeynode/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/initializer/ModifiableDTDelegInitProvider.java with 100% similarity]
tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/schema/ModuleInfoBackedCtxProvider.java [moved from tests/honeynode/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/schema/ModuleInfoBackedCtxProvider.java with 100% similarity]
tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/schema/ResourceLoader.java [moved from tests/honeynode/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/schema/ResourceLoader.java with 100% similarity]
tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/schema/SchemaModule.java [moved from tests/honeynode/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/schema/SchemaModule.java with 100% similarity]
tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/schema/SchemaServiceProvider.java [moved from tests/honeynode/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/schema/SchemaServiceProvider.java with 100% similarity]
tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/schema/SerializerProvider.java [moved from tests/honeynode/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/schema/SerializerProvider.java with 100% similarity]
tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/schema/YangBindingProviderModule.java [moved from tests/honeynode/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/schema/YangBindingProviderModule.java with 100% similarity]
tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/schema/YangModuleMappingIndex.java [moved from tests/honeynode/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/schema/YangModuleMappingIndex.java with 100% similarity]
tests/honeynode/2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/schema/YangModulesProvider.java [moved from tests/honeynode/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/schema/YangModulesProvider.java with 100% similarity]
tests/honeynode/2.1/minimal-distribution-core/src/main/resources/honeycomb-minimal-resources/cert/honeycomb-keystore [moved from tests/honeynode/minimal-distribution-core/src/main/resources/honeycomb-minimal-resources/cert/honeycomb-keystore with 100% similarity]
tests/honeynode/2.1/minimal-distribution-core/src/main/resources/honeycomb-minimal-resources/config/WEB-INF/web.xml [moved from tests/honeynode/minimal-distribution-core/src/main/resources/honeycomb-minimal-resources/config/WEB-INF/web.xml with 100% similarity]
tests/honeynode/2.1/minimal-distribution-core/src/main/resources/honeycomb-minimal-resources/config/activation.json [moved from tests/honeynode/minimal-distribution-core/src/main/resources/honeycomb-minimal-resources/config/activation.json with 100% similarity]
tests/honeynode/2.1/minimal-distribution-core/src/main/resources/honeycomb-minimal-resources/config/honeycomb.json [moved from tests/honeynode/minimal-distribution-core/src/main/resources/honeycomb-minimal-resources/config/honeycomb.json with 100% similarity]
tests/honeynode/2.1/minimal-distribution-core/src/main/resources/honeycomb-minimal-resources/config/logback.xml [moved from tests/honeynode/minimal-distribution-core/src/main/resources/honeycomb-minimal-resources/config/logback.xml with 100% similarity]
tests/honeynode/2.1/minimal-distribution-core/src/main/resources/honeycomb-minimal-resources/honeycomb-tpce [moved from tests/honeynode/minimal-distribution-core/src/main/resources/honeycomb-minimal-resources/honeycomb-tpce with 100% similarity]
tests/honeynode/2.1/minimal-distribution/asciidoc/Readme.adoc [moved from tests/honeynode/minimal-distribution/asciidoc/Readme.adoc with 100% similarity]
tests/honeynode/2.1/minimal-distribution/pom.xml [moved from tests/honeynode/minimal-distribution/pom.xml with 100% similarity]
tests/honeynode/2.1/minimal-distribution/src/main/java/io/fd/honeycomb/infra/distro/Main.java [moved from tests/honeynode/minimal-distribution/src/main/java/io/fd/honeycomb/infra/distro/Main.java with 100% similarity]
tests/honeynode/2.1/netconf-netty-util/pom.xml [moved from tests/honeynode/netconf-netty-util/pom.xml with 100% similarity]
tests/honeynode/2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/AbstractChannelInitializer.java [moved from tests/honeynode/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/AbstractChannelInitializer.java with 100% similarity]
tests/honeynode/2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/AbstractNetconfSession.java [moved from tests/honeynode/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/AbstractNetconfSession.java with 100% similarity]
tests/honeynode/2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/AbstractNetconfSessionNegotiator.java [moved from tests/honeynode/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/AbstractNetconfSessionNegotiator.java with 100% similarity]
tests/honeynode/2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/BufferedWriter.java [moved from tests/honeynode/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/BufferedWriter.java with 100% similarity]
tests/honeynode/2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ChunkedFramingMechanismEncoder.java [moved from tests/honeynode/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ChunkedFramingMechanismEncoder.java with 100% similarity]
tests/honeynode/2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/EOMFramingMechanismEncoder.java [moved from tests/honeynode/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/EOMFramingMechanismEncoder.java with 100% similarity]
tests/honeynode/2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/FramingMechanismHandlerFactory.java [moved from tests/honeynode/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/FramingMechanismHandlerFactory.java with 100% similarity]
tests/honeynode/2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/NetconfChunkAggregator.java [moved from tests/honeynode/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/NetconfChunkAggregator.java with 100% similarity]
tests/honeynode/2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/NetconfEOMAggregator.java [moved from tests/honeynode/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/NetconfEOMAggregator.java with 100% similarity]
tests/honeynode/2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/NetconfEXICodec.java [moved from tests/honeynode/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/NetconfEXICodec.java with 100% similarity]
tests/honeynode/2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/NetconfEXIToMessageDecoder.java [moved from tests/honeynode/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/NetconfEXIToMessageDecoder.java with 100% similarity]
tests/honeynode/2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/NetconfHelloMessageToXMLEncoder.java [moved from tests/honeynode/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/NetconfHelloMessageToXMLEncoder.java with 100% similarity]
tests/honeynode/2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/NetconfMessageToEXIEncoder.java [moved from tests/honeynode/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/NetconfMessageToEXIEncoder.java with 100% similarity]
tests/honeynode/2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/NetconfMessageToXMLEncoder.java [moved from tests/honeynode/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/NetconfMessageToXMLEncoder.java with 100% similarity]
tests/honeynode/2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/NetconfXMLToHelloMessageDecoder.java [moved from tests/honeynode/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/NetconfXMLToHelloMessageDecoder.java with 100% similarity]
tests/honeynode/2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/NetconfXMLToMessageDecoder.java [moved from tests/honeynode/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/NetconfXMLToMessageDecoder.java with 100% similarity]
tests/honeynode/2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ThreadLocalTransformers.java [moved from tests/honeynode/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ThreadLocalTransformers.java with 100% similarity]
tests/honeynode/2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/exi/EXIParameters.java [moved from tests/honeynode/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/exi/EXIParameters.java with 100% similarity]
tests/honeynode/2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/exi/NetconfStartExiMessage.java [moved from tests/honeynode/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/exi/NetconfStartExiMessage.java with 100% similarity]
tests/honeynode/2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ssh/authentication/AuthenticationHandler.java [moved from tests/honeynode/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ssh/authentication/AuthenticationHandler.java with 100% similarity]
tests/honeynode/2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ssh/authentication/LoginPassword.java [moved from tests/honeynode/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ssh/authentication/LoginPassword.java with 100% similarity]
tests/honeynode/2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ssh/authentication/PublicKeyAuth.java [moved from tests/honeynode/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ssh/authentication/PublicKeyAuth.java with 100% similarity]
tests/honeynode/2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ssh/client/AsyncSshHandler.java [moved from tests/honeynode/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ssh/client/AsyncSshHandler.java with 100% similarity]
tests/honeynode/2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ssh/client/AsyncSshHandlerReader.java [moved from tests/honeynode/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ssh/client/AsyncSshHandlerReader.java with 100% similarity]
tests/honeynode/2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ssh/client/AsyncSshHandlerWriter.java [moved from tests/honeynode/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ssh/client/AsyncSshHandlerWriter.java with 100% similarity]
tests/honeynode/2.1/netconf/asciidoc/Readme.adoc [moved from tests/honeynode/netconf/asciidoc/Readme.adoc with 100% similarity]
tests/honeynode/2.1/netconf/pom.xml [moved from tests/honeynode/netconf/pom.xml with 100% similarity]
tests/honeynode/2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/HoneycombNotification2NetconfProvider.java [moved from tests/honeynode/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/HoneycombNotification2NetconfProvider.java with 100% similarity]
tests/honeynode/2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfBindingBrokerProvider.java [moved from tests/honeynode/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfBindingBrokerProvider.java with 100% similarity]
tests/honeynode/2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfConfigurationModule.java [moved from tests/honeynode/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfConfigurationModule.java with 100% similarity]
tests/honeynode/2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfMdsalMapperProvider.java [moved from tests/honeynode/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfMdsalMapperProvider.java with 100% similarity]
tests/honeynode/2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfModule.java [moved from tests/honeynode/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfModule.java with 100% similarity]
tests/honeynode/2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfMonitoringMapperProvider.java [moved from tests/honeynode/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfMonitoringMapperProvider.java with 100% similarity]
tests/honeynode/2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfMonitoringReaderFactoryProvider.java [moved from tests/honeynode/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfMonitoringReaderFactoryProvider.java with 100% similarity]
tests/honeynode/2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfMonitoringServiceProvider.java [moved from tests/honeynode/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfMonitoringServiceProvider.java with 100% similarity]
tests/honeynode/2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfNotificationMapperProvider.java [moved from tests/honeynode/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfNotificationMapperProvider.java with 100% similarity]
tests/honeynode/2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfNotificationsReaderFactoryProvider.java [moved from tests/honeynode/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfNotificationsReaderFactoryProvider.java with 100% similarity]
tests/honeynode/2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfReadersModule.java [moved from tests/honeynode/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfReadersModule.java with 100% similarity]
tests/honeynode/2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfServerDispatcherProvider.java [moved from tests/honeynode/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfServerDispatcherProvider.java with 100% similarity]
tests/honeynode/2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfSshServerProvider.java [moved from tests/honeynode/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfSshServerProvider.java with 100% similarity]
tests/honeynode/2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfTcpServerProvider.java [moved from tests/honeynode/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfTcpServerProvider.java with 100% similarity]
tests/honeynode/2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NettyThreadGroupProvider.java [moved from tests/honeynode/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NettyThreadGroupProvider.java with 100% similarity]
tests/honeynode/2.1/netconf/src/main/resources/honeycomb-minimal-resources/config/netconf-whitelist.xml [moved from tests/honeynode/netconf/src/main/resources/honeycomb-minimal-resources/config/netconf-whitelist.xml with 100% similarity]
tests/honeynode/2.1/netconf/src/main/resources/honeycomb-minimal-resources/config/netconf.json [moved from tests/honeynode/netconf/src/main/resources/honeycomb-minimal-resources/config/netconf.json with 100% similarity]
tests/honeynode/2.1/pom.xml [moved from tests/honeynode/pom.xml with 100% similarity]
tests/honeynode/2.1/restconf/asciidoc/Readme.adoc [moved from tests/honeynode/restconf/asciidoc/Readme.adoc with 100% similarity]
tests/honeynode/2.1/restconf/pom.xml [moved from tests/honeynode/restconf/pom.xml with 100% similarity]
tests/honeynode/2.1/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/HttpConnectorProvider.java [moved from tests/honeynode/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/HttpConnectorProvider.java with 100% similarity]
tests/honeynode/2.1/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/HttpsConnectorProvider.java [moved from tests/honeynode/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/HttpsConnectorProvider.java with 100% similarity]
tests/honeynode/2.1/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/JettyServerProvider.java [moved from tests/honeynode/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/JettyServerProvider.java with 100% similarity]
tests/honeynode/2.1/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/JettyServerStarter.java [moved from tests/honeynode/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/JettyServerStarter.java with 100% similarity]
tests/honeynode/2.1/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/RestconfConfiguration.java [moved from tests/honeynode/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/RestconfConfiguration.java with 100% similarity]
tests/honeynode/2.1/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/RestconfConfigurationModule.java [moved from tests/honeynode/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/RestconfConfigurationModule.java with 100% similarity]
tests/honeynode/2.1/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/RestconfModule.java [moved from tests/honeynode/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/RestconfModule.java with 100% similarity]
tests/honeynode/2.1/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/RestconfProvider.java [moved from tests/honeynode/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/RestconfProvider.java with 100% similarity]
tests/honeynode/2.1/restconf/src/main/resources/honeycomb-minimal-resources/config/restconf-whitelist.xml [moved from tests/honeynode/restconf/src/main/resources/honeycomb-minimal-resources/config/restconf-whitelist.xml with 100% similarity]
tests/honeynode/2.1/restconf/src/main/resources/honeycomb-minimal-resources/config/restconf.json [moved from tests/honeynode/restconf/src/main/resources/honeycomb-minimal-resources/config/restconf.json with 100% similarity]
tests/honeynode/2.2.1/README [moved from tests/honeynode221/README with 100% similarity]
tests/honeynode/2.2.1/honeynode-common/asciidoc/Readme.adoc [moved from tests/honeynode221/honeynode-common/asciidoc/Readme.adoc with 100% similarity]
tests/honeynode/2.2.1/honeynode-common/pom.xml [moved from tests/honeynode221/honeynode-common/pom.xml with 100% similarity]
tests/honeynode/2.2.1/honeynode-common/src/main/java/io/fd/honeycomb/transportpce/binding/converter/AbstractDataObjectConverter.java [moved from tests/honeynode221/honeynode-common/src/main/java/io/fd/honeycomb/transportpce/binding/converter/AbstractDataObjectConverter.java with 100% similarity]
tests/honeynode/2.2.1/honeynode-common/src/main/java/io/fd/honeycomb/transportpce/binding/converter/JSONDataObjectConverter.java [moved from tests/honeynode221/honeynode-common/src/main/java/io/fd/honeycomb/transportpce/binding/converter/JSONDataObjectConverter.java with 100% similarity]
tests/honeynode/2.2.1/honeynode-common/src/main/java/io/fd/honeycomb/transportpce/binding/converter/XMLDataObjectConverter.java [moved from tests/honeynode221/honeynode-common/src/main/java/io/fd/honeycomb/transportpce/binding/converter/XMLDataObjectConverter.java with 100% similarity]
tests/honeynode/2.2.1/honeynode-common/src/main/java/io/fd/honeycomb/transportpce/binding/converter/api/DataObjectConverter.java [moved from tests/honeynode221/honeynode-common/src/main/java/io/fd/honeycomb/transportpce/binding/converter/api/DataObjectConverter.java with 100% similarity]
tests/honeynode/2.2.1/honeynode-common/src/main/java/io/fd/honeycomb/transportpce/test/common/DataStoreContext.java [moved from tests/honeynode221/honeynode-common/src/main/java/io/fd/honeycomb/transportpce/test/common/DataStoreContext.java with 100% similarity]
tests/honeynode/2.2.1/honeynode-common/src/main/java/io/fd/honeycomb/transportpce/test/common/DataStoreContextImpl.java [moved from tests/honeynode221/honeynode-common/src/main/java/io/fd/honeycomb/transportpce/test/common/DataStoreContextImpl.java with 100% similarity]
tests/honeynode/2.2.1/honeynode-distribution/asciidoc/Readme.adoc [moved from tests/honeynode221/honeynode-distribution/asciidoc/Readme.adoc with 100% similarity]
tests/honeynode/2.2.1/honeynode-distribution/pom.xml [moved from tests/honeynode221/honeynode-distribution/pom.xml with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-api/asciidoc/Readme.adoc [moved from tests/honeynode221/honeynode-plugin-api/asciidoc/Readme.adoc with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-api/pom.xml [moved from tests/honeynode221/honeynode-plugin-api/pom.xml with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/java/org/opendaylight/yang/gen/v1/http/org/openroadm/pm/types/rev171215/PmDataTypeBuilder.java [moved from tests/honeynode221/honeynode-plugin-api/src/main/java/org/opendaylight/yang/gen/v1/http/org/openroadm/pm/types/rev171215/PmDataTypeBuilder.java with 100% similarity]
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 [moved from tests/honeynode221/honeynode-plugin-api/src/main/java/org/opendaylight/yang/gen/v1/http/org/openroadm/syslog/rev171215/syslog/selector/log/selector/selector/facility/log/facility/LogFacilityFacilityBuilder.java with 100% similarity]
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 [moved from tests/honeynode221/honeynode-plugin-api/src/main/java/org/opendaylight/yang/gen/v1/urn/ietf/params/xml/ns/yang/ietf/inet/types/rev130715/HostBuilder.java with 100% similarity]
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 [moved from tests/honeynode221/honeynode-plugin-api/src/main/java/org/opendaylight/yang/gen/v1/urn/ietf/params/xml/ns/yang/ietf/inet/types/rev130715/IpAddressBuilder.java with 100% similarity]
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 [moved from tests/honeynode221/honeynode-plugin-api/src/main/java/org/opendaylight/yang/gen/v1/urn/ietf/params/xml/ns/yang/ietf/inet/types/rev130715/IpAddressNoZoneBuilder.java with 100% similarity]
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 [moved from tests/honeynode221/honeynode-plugin-api/src/main/java/org/opendaylight/yang/gen/v1/urn/ietf/params/xml/ns/yang/ietf/inet/types/rev130715/IpPrefixBuilder.java with 100% similarity]
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 [moved from tests/honeynode221/honeynode-plugin-api/src/main/java/org/opendaylight/yang/gen/v1/urn/ietf/params/xml/ns/yang/ietf/netconf/monitoring/rev101004/netconf/state/schemas/SchemaLocationBuilder.java with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/common/iana-afn-safi@2013-07-04.yang [moved from tests/honeynode221/honeynode-plugin-api/src/main/yang/common/iana-afn-safi@2013-07-04.yang with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/common/ietf-inet-types@2013-07-15.yang [moved from tests/honeynode221/honeynode-plugin-api/src/main/yang/common/ietf-inet-types@2013-07-15.yang with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/common/ietf-netconf-monitoring-extension@2013-12-10.yang [moved from tests/honeynode221/honeynode-plugin-api/src/main/yang/common/ietf-netconf-monitoring-extension@2013-12-10.yang with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/common/ietf-netconf-monitoring@2010-10-04.yang [moved from tests/honeynode221/honeynode-plugin-api/src/main/yang/common/ietf-netconf-monitoring@2010-10-04.yang with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/common/ietf-netconf-notifications@2012-02-06.yang [moved from tests/honeynode221/honeynode-plugin-api/src/main/yang/common/ietf-netconf-notifications@2012-02-06.yang with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/common/ietf-netconf@2011-06-01.yang [moved from tests/honeynode221/honeynode-plugin-api/src/main/yang/common/ietf-netconf@2011-06-01.yang with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/common/ietf-network-topology@2015-06-08.yang [moved from tests/honeynode221/honeynode-plugin-api/src/main/yang/common/ietf-network-topology@2015-06-08.yang with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/common/ietf-network@2015-06-08.yang [moved from tests/honeynode221/honeynode-plugin-api/src/main/yang/common/ietf-network@2015-06-08.yang with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/common/ietf-yang-types@2013-07-15.yang [moved from tests/honeynode221/honeynode-plugin-api/src/main/yang/common/ietf-yang-types@2013-07-15.yang with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/common/notifications@2008-07-14.yang [moved from tests/honeynode221/honeynode-plugin-api/src/main/yang/common/notifications@2008-07-14.yang with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/common/org-openroadm-common-types@2018-10-19.yang [moved from tests/honeynode221/honeynode-plugin-api/src/main/yang/common/org-openroadm-common-types@2018-10-19.yang with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/common/org-openroadm-equipment-states-types@2017-12-15.yang [moved from tests/honeynode221/honeynode-plugin-api/src/main/yang/common/org-openroadm-equipment-states-types@2017-12-15.yang with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/common/org-openroadm-otn-common-types@2017-12-15.yang [moved from tests/honeynode221/honeynode-plugin-api/src/main/yang/common/org-openroadm-otn-common-types@2017-12-15.yang with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/common/org-openroadm-pm-types@2017-12-15.yang [moved from tests/honeynode221/honeynode-plugin-api/src/main/yang/common/org-openroadm-pm-types@2017-12-15.yang with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/common/org-openroadm-pm@2018-10-19.yang [moved from tests/honeynode221/honeynode-plugin-api/src/main/yang/common/org-openroadm-pm@2018-10-19.yang with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/common/org-openroadm-port-types@2018-10-19.yang [moved from tests/honeynode221/honeynode-plugin-api/src/main/yang/common/org-openroadm-port-types@2018-10-19.yang with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/common/org-openroadm-resource-types@2018-10-19.yang [moved from tests/honeynode221/honeynode-plugin-api/src/main/yang/common/org-openroadm-resource-types@2018-10-19.yang with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/common/org-openroadm-resource@2018-10-19.yang [moved from tests/honeynode221/honeynode-plugin-api/src/main/yang/common/org-openroadm-resource@2018-10-19.yang with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/common/org-openroadm-switching-pool-types@2017-12-15.yang [moved from tests/honeynode221/honeynode-plugin-api/src/main/yang/common/org-openroadm-switching-pool-types@2017-12-15.yang with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/common/org-openroadm-user-mgmt@2017-12-15.yang [moved from tests/honeynode221/honeynode-plugin-api/src/main/yang/common/org-openroadm-user-mgmt@2017-12-15.yang with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-api/src/main/yang/device221/org-openroadm-device@2018-10-19.yang [moved from tests/honeynode221/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/device221/org-openroadm-ethernet-interfaces@2018-10-19.yang [moved from tests/honeynode221/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/device221/org-openroadm-interfaces@2017-06-26.yang [moved from tests/honeynode221/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/device221/org-openroadm-lldp@2018-10-19.yang [moved from tests/honeynode221/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/device221/org-openroadm-maintenance-loopback@2017-12-15.yang [moved from tests/honeynode221/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/device221/org-openroadm-maintenance-testsignal@2017-12-15.yang [moved from tests/honeynode221/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/device221/org-openroadm-media-channel-interfaces@2018-10-19.yang [moved from tests/honeynode221/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/device221/org-openroadm-network-media-channel-interfaces@2018-10-19.yang [moved from tests/honeynode221/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/device221/org-openroadm-optical-channel-interfaces@2018-10-19.yang [moved from tests/honeynode221/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/device221/org-openroadm-optical-transport-interfaces@2018-10-19.yang [moved from tests/honeynode221/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/device221/org-openroadm-otn-common@2017-06-26.yang [moved from tests/honeynode221/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/device221/org-openroadm-otn-odu-interfaces@2018-10-19.yang [moved from tests/honeynode221/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/device221/org-openroadm-otn-otu-interfaces@2018-10-19.yang [moved from tests/honeynode221/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/device221/org-openroadm-physical-types@2018-10-19.yang [moved from tests/honeynode221/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/device221/org-openroadm-swdl@2018-10-19.yang [moved from tests/honeynode221/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/device221/org-openroadm-syslog@2017-12-15.yang [moved from tests/honeynode221/honeynode-plugin-api/src/main/yang/device221/org-openroadm-syslog@2017-12-15.yang with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-impl/asciidoc/Readme.adoc [moved from tests/honeynode221/honeynode-plugin-impl/asciidoc/Readme.adoc with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-impl/pom.xml [moved from tests/honeynode221/honeynode-plugin-impl/pom.xml with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/DeviceBindingDataBrokerProvider.java [moved from tests/honeynode221/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/DeviceBindingDataBrokerProvider.java with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/DeviceModule.java [moved from tests/honeynode221/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/DeviceModule.java with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/DeviceNotificationModule.java [moved from tests/honeynode221/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/DeviceNotificationModule.java with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/DeviceReaderModule.java [moved from tests/honeynode221/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/DeviceReaderModule.java with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/DeviceRpcModule.java [moved from tests/honeynode221/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/DeviceRpcModule.java with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/DeviceWriterModule.java [moved from tests/honeynode221/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/DeviceWriterModule.java with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/configuration/DeviceConfiguration.java [moved from tests/honeynode221/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/configuration/DeviceConfiguration.java with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/configuration/DeviceConfigurationModule.java [moved from tests/honeynode221/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/configuration/DeviceConfigurationModule.java with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/configuration/NetconfConfiguration.java [moved from tests/honeynode221/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/configuration/NetconfConfiguration.java with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/configuration/NetconfConfigurationModule.java [moved from tests/honeynode221/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/configuration/NetconfConfigurationModule.java with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/configuration/PmConfiguration.java [moved from tests/honeynode221/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/configuration/PmConfiguration.java with 95% similarity]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/configuration/PmConfigurationModule.java [moved from tests/honeynode221/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/configuration/PmConfigurationModule.java with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/notifications/DeviceNotificationProducer.java [moved from tests/honeynode221/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/notifications/DeviceNotificationProducer.java with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/read/DeviceReaderFactory.java [moved from tests/honeynode221/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/read/DeviceReaderFactory.java with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/read/DummyMonitoringService.java [moved from tests/honeynode221/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/read/DummyMonitoringService.java with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/read/PmReaderFactory.java [moved from tests/honeynode221/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/read/PmReaderFactory.java with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/rpcs/ConnectionPortTrailService.java [moved from tests/honeynode221/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/rpcs/ConnectionPortTrailService.java with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/tools/DefaultDeviceFactory.java [moved from tests/honeynode221/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/tools/DefaultDeviceFactory.java with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/tools/DefaultNetconfFactory.java [moved from tests/honeynode221/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/tools/DefaultNetconfFactory.java with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/tools/DefaultPmListFactory.java [moved from tests/honeynode221/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/tools/DefaultPmListFactory.java with 98% similarity]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/write/DeviceChangeListener.java [moved from tests/honeynode221/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/write/DeviceChangeListener.java with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/write/DeviceWriterFactory.java [moved from tests/honeynode221/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/write/DeviceWriterFactory.java with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/device/NamespaceTrimmer.xslt [moved from tests/honeynode221/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/device/NamespaceTrimmer.xslt with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/device/OperToConfig.xsl [moved from tests/honeynode221/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/device/OperToConfig.xsl with 97% similarity]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/device/config.xsl [moved from tests/honeynode221/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/device/config.xsl with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/test/java/io/fd/honeycomb/transportpce/device/test/CreateDeviceFromXMLFileTest.java [moved from tests/honeynode221/honeynode-plugin-impl/src/test/java/io/fd/honeycomb/transportpce/device/test/CreateDeviceFromXMLFileTest.java with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/test/java/io/fd/honeycomb/transportpce/device/test/CreatePmListFromXMLFileTest.java [moved from tests/honeynode221/honeynode-plugin-impl/src/test/java/io/fd/honeycomb/transportpce/device/test/CreatePmListFromXMLFileTest.java with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/test/java/io/fd/honeycomb/transportpce/device/test/DeviceOperToConfig.java [moved from tests/honeynode221/honeynode-plugin-impl/src/test/java/io/fd/honeycomb/transportpce/device/test/DeviceOperToConfig.java with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/test/java/io/fd/honeycomb/transportpce/device/test/DirectoryWatchTest.java [moved from tests/honeynode221/honeynode-plugin-impl/src/test/java/io/fd/honeycomb/transportpce/device/test/DirectoryWatchTest.java with 100% similarity]
tests/honeynode/2.2.1/honeynode-plugin-impl/src/test/java/io/fd/honeycomb/transportpce/device/test/RestAPICallsTest.java [moved from tests/honeynode221/honeynode-plugin-impl/src/test/java/io/fd/honeycomb/transportpce/device/test/RestAPICallsTest.java with 100% similarity]
tests/honeynode/2.2.1/log/honeycomb/honeycomb.log [moved from tests/honeynode221/log/honeycomb/honeycomb.log with 100% similarity]
tests/honeynode/2.2.1/minimal-distribution-core/asciidoc/Readme.adoc [moved from tests/honeynode221/minimal-distribution-core/asciidoc/Readme.adoc with 100% similarity]
tests/honeynode/2.2.1/minimal-distribution-core/pom.xml [moved from tests/honeynode221/minimal-distribution-core/pom.xml with 100% similarity]
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/InitializationException.java [moved from tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/InitializationException.java with 100% similarity]
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/activation/ActivationConfig.java [moved from tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/activation/ActivationConfig.java with 100% similarity]
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/activation/ActivationModule.java [moved from tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/activation/ActivationModule.java with 100% similarity]
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/activation/ActiveModuleProvider.java [moved from tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/activation/ActiveModuleProvider.java with 100% similarity]
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/activation/ActiveModules.java [moved from tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/activation/ActiveModules.java with 100% similarity]
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/cfgattrs/CfgAttrsModule.java [moved from tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/cfgattrs/CfgAttrsModule.java with 100% similarity]
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/cfgattrs/HoneycombConfiguration.java [moved from tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/cfgattrs/HoneycombConfiguration.java with 100% similarity]
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/BindingDataBrokerProvider.java [moved from tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/BindingDataBrokerProvider.java with 100% similarity]
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/ConfigAndOperationalPipelineModule.java [moved from tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/ConfigAndOperationalPipelineModule.java with 100% similarity]
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/DOMNotificationServiceProvider.java [moved from tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/DOMNotificationServiceProvider.java with 100% similarity]
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/DataStoreProvider.java [moved from tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/DataStoreProvider.java with 100% similarity]
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/DataTreeProvider.java [moved from tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/DataTreeProvider.java with 100% similarity]
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/HoneycombBindingDataBrokerProvider.java [moved from tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/HoneycombBindingDataBrokerProvider.java with 100% similarity]
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/HoneycombDOMBrokerProvider.java [moved from tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/HoneycombDOMBrokerProvider.java with 100% similarity]
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/HoneycombDOMDataBrokerProvider.java [moved from tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/HoneycombDOMDataBrokerProvider.java with 100% similarity]
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/HoneycombDOMRpcServiceProvider.java [moved from tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/HoneycombDOMRpcServiceProvider.java with 100% similarity]
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/HoneycombNotificationManagerProvider.java [moved from tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/HoneycombNotificationManagerProvider.java with 100% similarity]
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/InmemoryDOMDataBrokerProvider.java [moved from tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/InmemoryDOMDataBrokerProvider.java with 100% similarity]
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/ModifiableDTDelegProvider.java [moved from tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/ModifiableDTDelegProvider.java with 100% similarity]
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/PersistedConfigInitializerProvider.java [moved from tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/PersistedConfigInitializerProvider.java with 100% similarity]
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/PersistingDataTreeProvider.java [moved from tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/PersistingDataTreeProvider.java with 100% similarity]
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/RpcRegistryBuilderProvider.java [moved from tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/RpcRegistryBuilderProvider.java with 100% similarity]
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/RpcRegistryProvider.java [moved from tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/RpcRegistryProvider.java with 100% similarity]
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/config/WriterRegistryProvider.java [moved from tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/config/WriterRegistryProvider.java with 100% similarity]
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/context/ContextPipelineModule.java [moved from tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/context/ContextPipelineModule.java with 100% similarity]
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/context/HoneycombContextDOMDataBrokerProvider.java [moved from tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/context/HoneycombContextDOMDataBrokerProvider.java with 100% similarity]
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/context/ModifiableDTMgrProvider.java [moved from tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/context/ModifiableDTMgrProvider.java with 100% similarity]
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/context/PersistedContextInitializerProvider.java [moved from tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/context/PersistedContextInitializerProvider.java with 100% similarity]
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/context/RealtimeMappingContextProvider.java [moved from tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/context/RealtimeMappingContextProvider.java with 100% similarity]
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/oper/ReadableDTDelegProvider.java [moved from tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/oper/ReadableDTDelegProvider.java with 100% similarity]
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/oper/ReaderRegistryProvider.java [moved from tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/oper/ReaderRegistryProvider.java with 100% similarity]
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/initializer/DeviceChangeListener.java [moved from tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/initializer/DeviceChangeListener.java with 100% similarity]
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/initializer/InitializerPipelineModule.java [moved from tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/initializer/InitializerPipelineModule.java with 100% similarity]
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/initializer/InitializerRegistryAdapter.java [moved from tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/initializer/InitializerRegistryAdapter.java with 100% similarity]
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/initializer/InitializerRegistryAdapterProvider.java [moved from tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/initializer/InitializerRegistryAdapterProvider.java with 100% similarity]
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/initializer/ModifiableDTDelegInitProvider.java [moved from tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/initializer/ModifiableDTDelegInitProvider.java with 100% similarity]
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/schema/ModuleInfoBackedCtxProvider.java [moved from tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/schema/ModuleInfoBackedCtxProvider.java with 100% similarity]
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/schema/ResourceLoader.java [moved from tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/schema/ResourceLoader.java with 100% similarity]
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/schema/SchemaModule.java [moved from tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/schema/SchemaModule.java with 100% similarity]
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/schema/SchemaServiceProvider.java [moved from tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/schema/SchemaServiceProvider.java with 100% similarity]
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/schema/SerializerProvider.java [moved from tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/schema/SerializerProvider.java with 100% similarity]
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/schema/YangBindingProviderModule.java [moved from tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/schema/YangBindingProviderModule.java with 100% similarity]
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/schema/YangModuleMappingIndex.java [moved from tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/schema/YangModuleMappingIndex.java with 100% similarity]
tests/honeynode/2.2.1/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/schema/YangModulesProvider.java [moved from tests/honeynode221/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/schema/YangModulesProvider.java with 100% similarity]
tests/honeynode/2.2.1/minimal-distribution-core/src/main/resources/honeycomb-minimal-resources/cert/honeycomb-keystore [moved from tests/honeynode221/minimal-distribution-core/src/main/resources/honeycomb-minimal-resources/cert/honeycomb-keystore with 100% similarity]
tests/honeynode/2.2.1/minimal-distribution-core/src/main/resources/honeycomb-minimal-resources/config/WEB-INF/web.xml [moved from tests/honeynode221/minimal-distribution-core/src/main/resources/honeycomb-minimal-resources/config/WEB-INF/web.xml with 100% similarity]
tests/honeynode/2.2.1/minimal-distribution-core/src/main/resources/honeycomb-minimal-resources/config/activation.json [moved from tests/honeynode221/minimal-distribution-core/src/main/resources/honeycomb-minimal-resources/config/activation.json with 100% similarity]
tests/honeynode/2.2.1/minimal-distribution-core/src/main/resources/honeycomb-minimal-resources/config/honeycomb.json [moved from tests/honeynode221/minimal-distribution-core/src/main/resources/honeycomb-minimal-resources/config/honeycomb.json with 100% similarity]
tests/honeynode/2.2.1/minimal-distribution-core/src/main/resources/honeycomb-minimal-resources/config/logback.xml [moved from tests/honeynode221/minimal-distribution-core/src/main/resources/honeycomb-minimal-resources/config/logback.xml with 100% similarity]
tests/honeynode/2.2.1/minimal-distribution-core/src/main/resources/honeycomb-minimal-resources/honeycomb-tpce [moved from tests/honeynode221/minimal-distribution-core/src/main/resources/honeycomb-minimal-resources/honeycomb-tpce with 100% similarity]
tests/honeynode/2.2.1/minimal-distribution/asciidoc/Readme.adoc [moved from tests/honeynode221/minimal-distribution/asciidoc/Readme.adoc with 100% similarity]
tests/honeynode/2.2.1/minimal-distribution/pom.xml [moved from tests/honeynode221/minimal-distribution/pom.xml with 100% similarity]
tests/honeynode/2.2.1/minimal-distribution/src/main/java/io/fd/honeycomb/infra/distro/Main.java [moved from tests/honeynode221/minimal-distribution/src/main/java/io/fd/honeycomb/infra/distro/Main.java with 100% similarity]
tests/honeynode/2.2.1/netconf-netty-util/.gitignore [moved from tests/honeynode221/netconf-netty-util/.gitignore with 100% similarity]
tests/honeynode/2.2.1/netconf-netty-util/pom.xml [moved from tests/honeynode221/netconf-netty-util/pom.xml with 100% similarity]
tests/honeynode/2.2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/AbstractChannelInitializer.java [moved from tests/honeynode221/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/AbstractChannelInitializer.java with 100% similarity]
tests/honeynode/2.2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/AbstractNetconfSession.java [moved from tests/honeynode221/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/AbstractNetconfSession.java with 100% similarity]
tests/honeynode/2.2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/AbstractNetconfSessionNegotiator.java [moved from tests/honeynode221/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/AbstractNetconfSessionNegotiator.java with 100% similarity]
tests/honeynode/2.2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/BufferedWriter.java [moved from tests/honeynode221/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/BufferedWriter.java with 100% similarity]
tests/honeynode/2.2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ChunkedFramingMechanismEncoder.java [moved from tests/honeynode221/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ChunkedFramingMechanismEncoder.java with 100% similarity]
tests/honeynode/2.2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/EOMFramingMechanismEncoder.java [moved from tests/honeynode221/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/EOMFramingMechanismEncoder.java with 100% similarity]
tests/honeynode/2.2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/FramingMechanismHandlerFactory.java [moved from tests/honeynode221/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/FramingMechanismHandlerFactory.java with 100% similarity]
tests/honeynode/2.2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/NetconfChunkAggregator.java [moved from tests/honeynode221/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/NetconfChunkAggregator.java with 100% similarity]
tests/honeynode/2.2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/NetconfEOMAggregator.java [moved from tests/honeynode221/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/NetconfEOMAggregator.java with 100% similarity]
tests/honeynode/2.2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/NetconfEXICodec.java [moved from tests/honeynode221/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/NetconfEXICodec.java with 100% similarity]
tests/honeynode/2.2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/NetconfEXIToMessageDecoder.java [moved from tests/honeynode221/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/NetconfEXIToMessageDecoder.java with 100% similarity]
tests/honeynode/2.2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/NetconfHelloMessageToXMLEncoder.java [moved from tests/honeynode221/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/NetconfHelloMessageToXMLEncoder.java with 100% similarity]
tests/honeynode/2.2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/NetconfMessageToEXIEncoder.java [moved from tests/honeynode221/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/NetconfMessageToEXIEncoder.java with 100% similarity]
tests/honeynode/2.2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/NetconfMessageToXMLEncoder.java [moved from tests/honeynode221/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/NetconfMessageToXMLEncoder.java with 100% similarity]
tests/honeynode/2.2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/NetconfXMLToHelloMessageDecoder.java [moved from tests/honeynode221/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/NetconfXMLToHelloMessageDecoder.java with 100% similarity]
tests/honeynode/2.2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/NetconfXMLToMessageDecoder.java [moved from tests/honeynode221/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/NetconfXMLToMessageDecoder.java with 100% similarity]
tests/honeynode/2.2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ThreadLocalTransformers.java [moved from tests/honeynode221/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ThreadLocalTransformers.java with 100% similarity]
tests/honeynode/2.2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/exi/EXIParameters.java [moved from tests/honeynode221/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/exi/EXIParameters.java with 100% similarity]
tests/honeynode/2.2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/exi/NetconfStartExiMessage.java [moved from tests/honeynode221/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/exi/NetconfStartExiMessage.java with 100% similarity]
tests/honeynode/2.2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ssh/authentication/AuthenticationHandler.java [moved from tests/honeynode221/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ssh/authentication/AuthenticationHandler.java with 100% similarity]
tests/honeynode/2.2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ssh/authentication/LoginPassword.java [moved from tests/honeynode221/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ssh/authentication/LoginPassword.java with 100% similarity]
tests/honeynode/2.2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ssh/authentication/PublicKeyAuth.java [moved from tests/honeynode221/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ssh/authentication/PublicKeyAuth.java with 100% similarity]
tests/honeynode/2.2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ssh/client/AsyncSshHandler.java [moved from tests/honeynode221/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ssh/client/AsyncSshHandler.java with 100% similarity]
tests/honeynode/2.2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ssh/client/AsyncSshHandlerReader.java [moved from tests/honeynode221/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ssh/client/AsyncSshHandlerReader.java with 100% similarity]
tests/honeynode/2.2.1/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ssh/client/AsyncSshHandlerWriter.java [moved from tests/honeynode221/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ssh/client/AsyncSshHandlerWriter.java with 100% similarity]
tests/honeynode/2.2.1/netconf/asciidoc/Readme.adoc [moved from tests/honeynode221/netconf/asciidoc/Readme.adoc with 100% similarity]
tests/honeynode/2.2.1/netconf/pom.xml [moved from tests/honeynode221/netconf/pom.xml with 100% similarity]
tests/honeynode/2.2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/HoneycombNotification2NetconfProvider.java [moved from tests/honeynode221/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/HoneycombNotification2NetconfProvider.java with 100% similarity]
tests/honeynode/2.2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfBindingBrokerProvider.java [moved from tests/honeynode221/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfBindingBrokerProvider.java with 100% similarity]
tests/honeynode/2.2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfConfigurationModule.java [moved from tests/honeynode221/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfConfigurationModule.java with 100% similarity]
tests/honeynode/2.2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfMdsalMapperProvider.java [moved from tests/honeynode221/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfMdsalMapperProvider.java with 100% similarity]
tests/honeynode/2.2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfModule.java [moved from tests/honeynode221/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfModule.java with 100% similarity]
tests/honeynode/2.2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfMonitoringMapperProvider.java [moved from tests/honeynode221/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfMonitoringMapperProvider.java with 100% similarity]
tests/honeynode/2.2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfMonitoringReaderFactoryProvider.java [moved from tests/honeynode221/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfMonitoringReaderFactoryProvider.java with 100% similarity]
tests/honeynode/2.2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfMonitoringServiceProvider.java [moved from tests/honeynode221/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfMonitoringServiceProvider.java with 100% similarity]
tests/honeynode/2.2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfNotificationMapperProvider.java [moved from tests/honeynode221/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfNotificationMapperProvider.java with 100% similarity]
tests/honeynode/2.2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfNotificationsReaderFactoryProvider.java [moved from tests/honeynode221/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfNotificationsReaderFactoryProvider.java with 100% similarity]
tests/honeynode/2.2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfReadersModule.java [moved from tests/honeynode221/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfReadersModule.java with 100% similarity]
tests/honeynode/2.2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfServerDispatcherProvider.java [moved from tests/honeynode221/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfServerDispatcherProvider.java with 100% similarity]
tests/honeynode/2.2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfSshServerProvider.java [moved from tests/honeynode221/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfSshServerProvider.java with 100% similarity]
tests/honeynode/2.2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfTcpServerProvider.java [moved from tests/honeynode221/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfTcpServerProvider.java with 100% similarity]
tests/honeynode/2.2.1/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NettyThreadGroupProvider.java [moved from tests/honeynode221/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NettyThreadGroupProvider.java with 100% similarity]
tests/honeynode/2.2.1/netconf/src/main/resources/honeycomb-minimal-resources/config/netconf-whitelist.xml [moved from tests/honeynode221/netconf/src/main/resources/honeycomb-minimal-resources/config/netconf-whitelist.xml with 100% similarity]
tests/honeynode/2.2.1/netconf/src/main/resources/honeycomb-minimal-resources/config/netconf.json [moved from tests/honeynode221/netconf/src/main/resources/honeycomb-minimal-resources/config/netconf.json with 100% similarity]
tests/honeynode/2.2.1/pom.xml [moved from tests/honeynode221/pom.xml with 100% similarity]
tests/honeynode/2.2.1/restconf/asciidoc/Readme.adoc [moved from tests/honeynode221/restconf/asciidoc/Readme.adoc with 100% similarity]
tests/honeynode/2.2.1/restconf/pom.xml [moved from tests/honeynode221/restconf/pom.xml with 100% similarity]
tests/honeynode/2.2.1/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/HttpConnectorProvider.java [moved from tests/honeynode221/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/HttpConnectorProvider.java with 100% similarity]
tests/honeynode/2.2.1/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/HttpsConnectorProvider.java [moved from tests/honeynode221/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/HttpsConnectorProvider.java with 100% similarity]
tests/honeynode/2.2.1/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/JettyServerProvider.java [moved from tests/honeynode221/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/JettyServerProvider.java with 100% similarity]
tests/honeynode/2.2.1/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/JettyServerStarter.java [moved from tests/honeynode221/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/JettyServerStarter.java with 100% similarity]
tests/honeynode/2.2.1/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/RestconfConfiguration.java [moved from tests/honeynode221/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/RestconfConfiguration.java with 100% similarity]
tests/honeynode/2.2.1/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/RestconfConfigurationModule.java [moved from tests/honeynode221/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/RestconfConfigurationModule.java with 100% similarity]
tests/honeynode/2.2.1/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/RestconfModule.java [moved from tests/honeynode221/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/RestconfModule.java with 100% similarity]
tests/honeynode/2.2.1/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/RestconfProvider.java [moved from tests/honeynode221/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/RestconfProvider.java with 100% similarity]
tests/honeynode/2.2.1/restconf/src/main/resources/honeycomb-minimal-resources/config/restconf-whitelist.xml [moved from tests/honeynode221/restconf/src/main/resources/honeycomb-minimal-resources/config/restconf-whitelist.xml with 100% similarity]
tests/honeynode/2.2.1/restconf/src/main/resources/honeycomb-minimal-resources/config/restconf.json [moved from tests/honeynode221/restconf/src/main/resources/honeycomb-minimal-resources/config/restconf.json with 100% similarity]
tests/honeynode221/fd_io_honeycomb_settings.xml [deleted file]
tests/mdsal [deleted submodule]
tests/netconf [deleted submodule]
tests/ordmodels_1.2.1/org-openroadm-alarm.yang [deleted file]
tests/ordmodels_1.2.1/org-openroadm-common-service-types.yang [deleted file]
tests/ordmodels_1.2.1/org-openroadm-common-types.yang [deleted file]
tests/ordmodels_1.2.1/org-openroadm-database.yang [deleted file]
tests/ordmodels_1.2.1/org-openroadm-de-operations.yang [deleted file]
tests/ordmodels_1.2.1/org-openroadm-device-resource-types.yang [deleted file]
tests/ordmodels_1.2.1/org-openroadm-device.yang [deleted file]
tests/ordmodels_1.2.1/org-openroadm-equipment-states-types.yang [deleted file]
tests/ordmodels_1.2.1/org-openroadm-ethernet-interfaces.yang [deleted file]
tests/ordmodels_1.2.1/org-openroadm-file-transfer.yang [deleted file]
tests/ordmodels_1.2.1/org-openroadm-fwdl.yang [deleted file]
tests/ordmodels_1.2.1/org-openroadm-interfaces.yang [deleted file]
tests/ordmodels_1.2.1/org-openroadm-layerRate.yang [deleted file]
tests/ordmodels_1.2.1/org-openroadm-lldp.yang [deleted file]
tests/ordmodels_1.2.1/org-openroadm-maintenance-loopback.yang [deleted file]
tests/ordmodels_1.2.1/org-openroadm-maintenance-testsignal.yang [deleted file]
tests/ordmodels_1.2.1/org-openroadm-maintenance.yang [deleted file]
tests/ordmodels_1.2.1/org-openroadm-optical-channel-interfaces.yang [deleted file]
tests/ordmodels_1.2.1/org-openroadm-optical-multiplex-interfaces.yang [deleted file]
tests/ordmodels_1.2.1/org-openroadm-optical-transport-interfaces.yang [deleted file]
tests/ordmodels_1.2.1/org-openroadm-otn-odu-interfaces.yang [deleted file]
tests/ordmodels_1.2.1/org-openroadm-otn-otu-interfaces.yang [deleted file]
tests/ordmodels_1.2.1/org-openroadm-physical-types.yang [deleted file]
tests/ordmodels_1.2.1/org-openroadm-pm-types.yang [deleted file]
tests/ordmodels_1.2.1/org-openroadm-pm.yang [deleted file]
tests/ordmodels_1.2.1/org-openroadm-port-types.yang [deleted file]
tests/ordmodels_1.2.1/org-openroadm-probable-cause.yang [deleted file]
tests/ordmodels_1.2.1/org-openroadm-resource-types.yang [deleted file]
tests/ordmodels_1.2.1/org-openroadm-resource.yang [deleted file]
tests/ordmodels_1.2.1/org-openroadm-routing-constraints.yang [deleted file]
tests/ordmodels_1.2.1/org-openroadm-rstp.yang [deleted file]
tests/ordmodels_1.2.1/org-openroadm-service.yang [deleted file]
tests/ordmodels_1.2.1/org-openroadm-swdl.yang [deleted file]
tests/ordmodels_1.2.1/org-openroadm-syslog.yang [deleted file]
tests/ordmodels_1.2.1/org-openroadm-tca.yang [deleted file]
tests/ordmodels_1.2.1/org-openroadm-topology.yang [deleted file]
tests/ordmodels_1.2.1/org-openroadm-user-mgmt.yang [deleted file]
tests/ordmodels_1.2.1/org-openroadm-wavelength-map.yang [deleted file]
tests/pom.xml [deleted file]
tests/sample_configs/openroadm/2.1/oper-ROADMB.xml
tests/setup.cfg
tests/stubmodels/pom.xml [deleted file]
tests/stubmodels/src/main/yang/stubpce@2017-04-26.yang [deleted file]
tests/stubmodels/src/main/yang/stubrenderer@2017-04-26.yang [deleted file]
tests/stubpce/pom.xml [deleted file]
tests/stubpce/src/main/java/org/opendaylight/transportpce/stubpce/CheckCoherencyHardSoft.java [deleted file]
tests/stubpce/src/main/java/org/opendaylight/transportpce/stubpce/CompliancyCheck.java [deleted file]
tests/stubpce/src/main/java/org/opendaylight/transportpce/stubpce/LoggingFuturesCallBack.java [deleted file]
tests/stubpce/src/main/java/org/opendaylight/transportpce/stubpce/MyEndpoint.java [deleted file]
tests/stubpce/src/main/java/org/opendaylight/transportpce/stubpce/SendingPceRPCs.java [deleted file]
tests/stubpce/src/main/java/org/opendaylight/transportpce/stubpce/StubpceCompliancyCheck.java [deleted file]
tests/stubpce/src/main/java/org/opendaylight/transportpce/stubpce/StubpceTxRxCheck.java [deleted file]
tests/stubpce/src/main/java/org/opendaylight/transportpce/stubpce/TpNodeTp.java [deleted file]
tests/stubpce/src/main/java/org/opendaylight/transportpce/stubpce/impl/StubpceImpl.java [deleted file]
tests/stubpce/src/main/java/org/opendaylight/transportpce/stubpce/impl/StubpceProvider.java [deleted file]
tests/stubpce/src/main/java/org/opendaylight/transportpce/stubpce/topology/InterNodePath.java [deleted file]
tests/stubpce/src/main/java/org/opendaylight/transportpce/stubpce/topology/LogicalConnectionPoint.java [deleted file]
tests/stubpce/src/main/java/org/opendaylight/transportpce/stubpce/topology/Network.java [deleted file]
tests/stubpce/src/main/java/org/opendaylight/transportpce/stubpce/topology/NodeLinkNode.java [deleted file]
tests/stubpce/src/main/java/org/opendaylight/transportpce/stubpce/topology/NodePath.java [deleted file]
tests/stubpce/src/main/java/org/opendaylight/transportpce/stubpce/topology/Path.java [deleted file]
tests/stubpce/src/main/java/org/opendaylight/transportpce/stubpce/topology/PathDescriptionsOrdered.java [deleted file]
tests/stubpce/src/main/java/org/opendaylight/transportpce/stubpce/topology/Resource.java [deleted file]
tests/stubpce/src/main/java/org/opendaylight/transportpce/stubpce/topology/RoadmToRoadm.java [deleted file]
tests/stubpce/src/main/java/org/opendaylight/transportpce/stubpce/topology/SuperNode.java [deleted file]
tests/stubpce/src/main/java/org/opendaylight/transportpce/stubpce/topology/SuperNodePath.java [deleted file]
tests/stubpce/src/main/java/org/opendaylight/transportpce/stubpce/topology/Topology.java [deleted file]
tests/stubpce/src/main/resources/OSGI-INF/blueprint/Stubpce-blueprint.xml [deleted file]
tests/stubpce/src/main/resources/fakepce.xml [deleted file]
tests/stubrenderer/pom.xml [deleted file]
tests/stubrenderer/src/main/java/org/opendaylight/transportpce/stubrenderer/SendingRendererRPCs.java [deleted file]
tests/stubrenderer/src/main/java/org/opendaylight/transportpce/stubrenderer/StubrendererCompliancyCheck.java [deleted file]
tests/stubrenderer/src/main/java/org/opendaylight/transportpce/stubrenderer/impl/StubrendererImpl.java [deleted file]
tests/stubrenderer/src/main/java/org/opendaylight/transportpce/stubrenderer/impl/StubrendererProvider.java [deleted file]
tests/stubrenderer/src/main/resources/OSGI-INF/blueprint/stubrenderer-blueprint.xml [deleted file]
tests/transportpce_tests/test_end2end.py
tests/transportpce_tests/test_olm.py
tests/transportpce_tests/test_portmapping.py
tests/transportpce_tests/test_renderer_service_path_nominal.py
tests/transportpce_tests/test_servicehandler.py [deleted file]
tests/transportpce_tests/test_topoPortMapping.py
tests/transportpce_tests/test_topology.py
tox.ini