You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2021/04/12 17:24:13 UTC

[camel] branch regen_bot updated (3c58037 -> 1665295)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 3c58037  CAMEL-16400: split unit and integration tests for camel-fhir (#5338)
     add 1665295  CAMEL-16400: split unit and integration tests for camel-ftp (#5339)

No new revisions were added by this update.

Summary of changes:
 components/camel-ftp/pom.xml                       | 20 ++++++
 .../file/remote/FromFtpClientSoTimeout3Test.java   | 74 ----------------------
 .../file/remote/FromFtpClientSoTimeoutTest.java    | 64 ++++++++++---------
 .../ConsumerTemplateFtpShutdownIT.java}            |  4 +-
 .../FileToFtpTempFileNameIT.java}                  |  4 +-
 ...SLWithClientAuthAndSSLContextParametersIT.java} |  4 +-
 .../FileToFtpsExplicitSSLWithClientAuthIT.java}    |  4 +-
 ...ClientAuthAndGlobalSSLContextParametersIT.java} |  6 +-
 ...ithoutClientAuthAndSSLContextParametersIT.java} |  6 +-
 .../FileToFtpsExplicitSSLWithoutClientAuthIT.java} |  4 +-
 ...LSWithClientAuthAndSSLContextParametersIT.java} |  4 +-
 .../FileToFtpsExplicitTLSWithClientAuthIT.java}    |  4 +-
 ...ithoutClientAuthAndSSLContextParametersIT.java} |  6 +-
 .../FileToFtpsExplicitTLSWithoutClientAuthIT.java} |  4 +-
 ...SLWithClientAuthAndSSLContextParametersIT.java} |  4 +-
 .../FileToFtpsImplicitSSLWithClientAuthIT.java}    |  4 +-
 ...ithoutClientAuthAndSSLContextParametersIT.java} |  6 +-
 .../FileToFtpsImplicitSSLWithoutClientAuthIT.java} |  4 +-
 ...LSWithClientAuthAndSSLContextParametersIT.java} |  4 +-
 .../FileToFtpsImplicitTLSWithClientAuthIT.java}    |  4 +-
 ...ithoutClientAuthAndSSLContextParametersIT.java} |  6 +-
 .../FileToFtpsImplicitTLSWithoutClientAuthIT.java} |  4 +-
 ...tpsWithCustomKeyAndTrustStorePropertiesIT.java} |  4 +-
 ...ileToFtpsWithCustomTrustStorePropertiesIT.java} |  4 +-
 .../FileToFtpsWithDefaultSettingsIPV6IT.java}      |  4 +-
 .../FileToFtpsWithDefaultSettingsIT.java}          |  4 +-
 .../FileToFtpsWithFtpClientConfigRefIT.java}       |  4 +-
 .../FromFilePasswordBeanRefIT.java}                |  4 +-
 .../FromFilePasswordPropertyRefIT.java}            |  4 +-
 .../FromFilePercentSignInPasswordIT.java}          |  4 +-
 ...ilePercentSignInPasswordUserInfoEncodedIT.java} |  4 +-
 .../FromFilePercentSignInPasswordUserInfoIT.java}  |  4 +-
 .../FromFileToFtpDefaultRootRenameStrategyIT.java} |  4 +-
 .../FromFileToFtpDeleteIT.java}                    |  4 +-
 .../FromFileToFtpIT.java}                          |  4 +-
 .../FromFileToFtpNotStepwiseIT.java}               |  4 +-
 .../FromFileToFtpWithChmodIT.java}                 |  4 +-
 .../FromFileTransferLoggingLevelIT.java}           |  4 +-
 .../FromFileTransferLoggingLevelVerboseIT.java}    |  4 +-
 .../FromFtpActivePortRangeIT.java}                 |  4 +-
 .../FromFtpAsyncProcessIT.java}                    |  4 +-
 .../FromFtpClientConfigRefIT.java}                 |  4 +-
 .../FromFtpClientDataTimeoutIT.java}               |  4 +-
 .../FromFtpClientSoTimeout2IT.java}                |  4 +-
 .../FromFtpClientSoTimeoutIT.java}                 |  4 +-
 .../FromFtpConsumerTemplateIT.java}                |  4 +-
 .../FromFtpConsumerTemplateRollbackIT.java}        |  4 +-
 .../FromFtpDeleteFileIT.java}                      |  4 +-
 .../FromFtpDeleteFileNotStepwiseIT.java}           |  4 +-
 .../FromFtpDeleteFileScottTigerIT.java}            |  4 +-
 .../FromFtpDirectoryToBinaryFilesIT.java}          |  4 +-
 ...romFtpDirectoryToBinaryFilesNotStepwiseIT.java} |  4 +-
 .../FromFtpDoNotDeleteFileIfProcessFailsIT.java}   |  4 +-
 .../FromFtpExclusiveReadNoneStrategyIT.java}       |  6 +-
 .../FromFtpFilterIT.java}                          |  4 +-
 .../FromFtpFilterNotStepwiseIT.java}               |  4 +-
 .../FromFtpKeepLastModifiedIT.java}                |  4 +-
 .../FromFtpKeepLastModifiedNotStepwiseIT.java}     |  4 +-
 .../FromFtpMoveFileAbsoluteFolderRecursiveIT.java} |  4 +-
 ...eFileAbsoluteFolderRecursiveNotStepwiseIT.java} |  4 +-
 .../FromFtpMoveFileIT.java}                        |  4 +-
 .../FromFtpMoveFileNotStepwiseIT.java}             |  4 +-
 .../FromFtpMoveFilePostfixIT.java}                 |  4 +-
 .../FromFtpMoveFilePostfixNotStepwiseIT.java}      |  4 +-
 .../FromFtpMoveFilePrefixIT.java}                  |  4 +-
 .../FromFtpMoveFilePrefixNotStepwiseIT.java}       |  4 +-
 .../FromFtpMoveFileRecursiveIT.java}               |  4 +-
 .../FromFtpMoveFileRecursiveNotStepwiseIT.java}    |  4 +-
 .../FromFtpMoveFileToHiddenFolderRecursiveIT.java} |  4 +-
 ...eFileToHiddenFolderRecursiveNotStepwiseIT.java} |  4 +-
 ...FtpNoEndpointPathRelativeMoveToAbsoluteIT.java} |  4 +-
 ...ntPathRelativeMoveToAbsoluteNotStepwiseIT.java} |  6 +-
 .../FromFtpNoFilesIT.java}                         |  4 +-
 .../FromFtpNoopAccountIT.java}                     |  4 +-
 .../FromFtpNoopIT.java}                            |  4 +-
 .../FromFtpNoopIdempotentFalseIT.java}             |  4 +-
 .../FromFtpNotDownloadIT.java}                     |  4 +-
 .../FromFtpPassiveModeIT.java}                     |  4 +-
 .../FromFtpPollFileOnlyIT.java}                    |  4 +-
 .../FromFtpPreMoveDeleteIT.java}                   |  4 +-
 .../FromFtpPreMoveDeleteNotStepwiseIT.java}        |  4 +-
 .../FromFtpPreMoveFileExpressionIT.java}           |  4 +-
 .../FromFtpPreMoveFilePostfixIT.java}              |  4 +-
 .../FromFtpPreMoveFilePostfixNotStepwiseIT.java}   |  4 +-
 .../FromFtpPreMoveFilePrefixIT.java}               |  4 +-
 .../FromFtpPreMoveFilePrefixNotStepwiseIT.java}    |  4 +-
 .../FromFtpPreMoveNoopIT.java}                     |  4 +-
 .../FromFtpPreMoveNoopNotStepwiseIT.java}          |  4 +-
 .../FromFtpRecursiveNoopIT.java}                   |  4 +-
 .../FromFtpRecursiveNoopNotStepwiseIT.java}        |  4 +-
 .../FromFtpRecursiveNotStepwiseNoBasePathIT.java}  |  4 +-
 .../FromFtpRegexPatternIT.java}                    |  4 +-
 .../FromFtpRemoteFileFilterDirectoryIT.java}       |  4 +-
 .../FromFtpRemoteFileFilterIT.java}                |  4 +-
 .../FromFtpRemoteFileSortByExpressionIT.java}      |  4 +-
 ...FtpRemoteFileSortByIgnoreCaseExpressionIT.java} |  4 +-
 ...FromFtpRemoteFileSortByNestedExpressionIT.java} |  4 +-
 .../FromFtpRemoteFileSorterIT.java}                |  5 +-
 .../FromFtpSedaDeleteFileIT.java}                  |  4 +-
 .../FromFtpServerLanguageCodeAndTimeoutIT.java}    |  4 +-
 .../FromFtpServerLanguageCodeIT.java}              |  4 +-
 .../FromFtpSetNamesWithMultiDirectoriesIT.java}    |  4 +-
 ...pleNoEndpointPathRelativeMoveToAbsoluteIT.java} |  4 +-
 ...ntPathRelativeMoveToAbsoluteNotStepwiseIT.java} |  6 +-
 ...pleNoEndpointPathRelativeMoveToRelativeIT.java} |  4 +-
 ...ntPathRelativeMoveToRelativeNotStepwiseIT.java} |  6 +-
 .../FromFtpSimpleRelativeMoveToAbsoluteIT.java}    |  4 +-
 ...SimpleRelativeMoveToAbsoluteNotStepwiseIT.java} |  4 +-
 .../FromFtpSimpleRelativeMoveToRelativeIT.java}    |  4 +-
 ...SimpleRelativeMoveToRelativeNotStepwiseIT.java} |  4 +-
 .../FromFtpSimulateNetworkIssueRecoverIT.java}     |  5 +-
 .../FromFtpStartingDirAndFileNameClashIT.java}     |  4 +-
 .../FromFtpThirdPoolOkIT.java}                     |  4 +-
 .../FromFtpToAsciiFileIT.java}                     |  4 +-
 .../FromFtpToAsciiFileNoBodyConversionIT.java}     |  4 +-
 .../FromFtpToBinaryFileIT.java}                    |  4 +-
 .../FromFtpToBinaryFilesIT.java}                   |  4 +-
 .../FromFtpToFileNoFileNameHeaderIT.java}          |  4 +-
 .../FromFtpToMockIT.java}                          |  4 +-
 .../FromFtpTwoSlashesIssueIT.java}                 |  4 +-
 .../FromFtpUseListFalseIT.java}                    |  4 +-
 .../FromQueueThenConsumeFtpToMockIT.java}          |  4 +-
 .../FtpAnonymousIT.java}                           |  4 +-
 .../FtpBadLoginConnectionLeakIT.java}              |  4 +-
 .../FtpBadLoginInProducerConnectionLeakIT.java}    |  4 +-
 .../FtpBadLoginMockNoopConnectionLeakIT.java}      |  7 +-
 .../FtpBrowsableEndpointIT.java}                   |  5 +-
 .../FtpChangedReadLockFastExistCheckIT.java}       |  4 +-
 .../FtpChangedReadLockIT.java}                     |  6 +-
 .../FtpChangedReadLockLoggingLevelIT.java}         |  4 +-
 .../FtpChangedReadLockTimeoutIT.java}              |  4 +-
 ...FtpChangedRootDirReadLockFastExistCheckIT.java} |  4 +-
 .../FtpChangedRootDirReadLockIT.java}              |  6 +-
 .../FtpChangedZeroLengthReadLockIT.java}           |  4 +-
 .../FtpConnectTimeoutIT.java}                      |  4 +-
 .../FtpConsumerAbsolutePathIT.java}                |  4 +-
 .../FtpConsumerAsyncStressIT.java}                 |  4 +-
 .../FtpConsumerAutoCreateIT.java}                  |  5 +-
 .../FtpConsumerBodyAsStringIT.java}                |  4 +-
 .../FtpConsumerDeleteNoWritePermissionIT.java}     |  4 +-
 .../FtpConsumerDirectoriesNotMatchedIT.java}       |  4 +-
 .../FtpConsumerDisconnectIT.java}                  |  5 +-
 .../FtpConsumerDoneFileNameFixedIT.java}           |  4 +-
 .../FtpConsumerDoneFileNameFixedStepwiseIT.java}   |  4 +-
 .../FtpConsumerDoneFileNameIT.java}                |  4 +-
 .../FtpConsumerDoneFileNameStepwiseIT.java}        |  4 +-
 .../FtpConsumerDualDoneFileNameIT.java}            |  4 +-
 .../FtpConsumerExcludeExtIT.java}                  |  4 +-
 .../FtpConsumerExcludeNameIT.java}                 |  4 +-
 .../FtpConsumerFileSplitIT.java}                   |  4 +-
 .../FtpConsumerIPV6BodyAsStringIT.java}            |  4 +-
 .../FtpConsumerIdempotentIT.java}                  |  4 +-
 .../FtpConsumerIdempotentKeyChangedIssueIT.java}   |  4 +-
 .../FtpConsumerIdempotentMemoryRefIT.java}         |  4 +-
 .../FtpConsumerIdempotentRefIT.java}               |  4 +-
 .../FtpConsumerIncludeExtIT.java}                  |  4 +-
 .../FtpConsumerIncludeNameIT.java}                 |  4 +-
 ...onsumerLocalWorkDirectoryAsAbsolutePathIT.java} |  4 +-
 .../FtpConsumerLocalWorkDirectoryDirectIT.java}    |  4 +-
 .../FtpConsumerLocalWorkDirectoryIT.java}          |  4 +-
 ...ConsumerLocalWorkDirectoryWorkOnPayloadIT.java} |  4 +-
 .../FtpConsumerMaxMessagesPerPollIT.java}          |  4 +-
 .../FtpConsumerMoveExpressionIT.java}              |  4 +-
 .../FtpConsumerMultipleDirectoriesIT.java}         |  5 +-
 .../FtpConsumerNotEagerMaxMessagesPerPollIT.java}  |  4 +-
 .../FtpConsumerPostProcessingOnDisconnectIT.java}  |  8 +--
 .../FtpConsumerProcessStrategyIT.java}             |  4 +-
 .../FtpConsumerRelativeFileNameIT.java}            |  4 +-
 .../FtpConsumerReplyStringIT.java}                 |  5 +-
 .../FtpConsumerResumeDownloadIT.java}              |  4 +-
 .../FtpConsumerSkipDotFilesIT.java}                |  4 +-
 .../FtpConsumerTemplateIT.java}                    |  4 +-
 .../FtpConsumerTemplateUseListFalseIT.java}        |  4 +-
 .../FtpConsumerThrowExceptionOnLoginFailedIT.java} |  4 +-
 .../FtpConsumerUsingFTPClientConfigIT.java}        |  4 +-
 .../FtpConsumerWithCharsetIT.java}                 |  7 +-
 .../FtpConsumerWithNoFileOptionIT.java}            |  5 +-
 .../FtpEndpointURISanitizedIT.java}                |  8 ++-
 .../FtpLoginIT.java}                               |  4 +-
 .../FtpLoginNoRetryIT.java}                        |  4 +-
 .../FtpNoReconnectAttemptUnknownHostIT.java}       |  4 +-
 .../FtpPollEnrichBridgeErrorHandlerIT.java}        |  5 +-
 ...ollEnrichConsumeWithDisconnectAndDeleteIT.java} |  6 +-
 .../FtpPollingConsumerIT.java}                     |  4 +-
 .../FtpPollingConsumerIdleMessageIT.java}          |  4 +-
 ...tpProducerAllowNullBodyFileAlreadyExistIT.java} |  4 +-
 .../FtpProducerAllowNullBodyIT.java}               |  4 +-
 .../FtpProducerBuildDirectoryIT.java}              |  4 +-
 .../FtpProducerBuildPartOfDirectoryIT.java}        |  4 +-
 .../FtpProducerConcurrentIT.java}                  |  4 +-
 .../FtpProducerConnectErrorsHeaderIT.java}         |  4 +-
 .../FtpProducerDisconnectIT.java}                  |  5 +-
 .../FtpProducerDisconnectOnBatchCompleteIT.java}   |  5 +-
 .../FtpProducerDoneFileNameIT.java}                |  4 +-
 .../FtpProducerExpressionIT.java}                  |  4 +-
 .../FtpProducerFileExistAppendIT.java}             |  4 +-
 .../FtpProducerFileExistAppendNoFileBeforeIT.java} |  4 +-
 .../FtpProducerFileExistFailIT.java}               |  4 +-
 .../FtpProducerFileExistIgnoreIT.java}             |  4 +-
 .../FtpProducerFileExistOverrideIT.java}           |  4 +-
 ...tpProducerFileExistOverrideNoFileBeforeIT.java} |  4 +-
 ...errideNotEagerDeleteTargetFileTwoUploadIT.java} |  6 +-
 .../FtpProducerFileExistOverrideTwoUploadIT.java}  |  4 +-
 .../FtpProducerFileFastExistFailIT.java}           |  4 +-
 .../FtpProducerFileWithCharsetIT.java}             |  6 +-
 .../FtpProducerFileWithPathIT.java}                |  4 +-
 .../FtpProducerFileWithPathNoStepwiseIT.java}      |  4 +-
 ...FileWithPathPathSeparatorAutoNoStepwiseIT.java} |  4 +-
 ...FileWithPathPathSeparatorUnixNoStepwiseIT.java} |  4 +-
 ...eWithPathPathSeparatorWindowsNoStepwiseIT.java} |  4 +-
 .../FtpProducerJailStartingDirectoryIT.java}       |  4 +-
 .../FtpProducerMoveExistingIT.java}                |  4 +-
 .../FtpProducerMultipleSiteCommandIT.java}         |  4 +-
 .../FtpProducerRawPasswordIT.java}                 |  4 +-
 .../FtpProducerRawPercentPasswordIT.java}          |  4 +-
 .../FtpProducerRecipientListIT.java}               |  4 +-
 ...FtpProducerRecipientListParallelTimeoutIT.java} |  4 +-
 .../FtpProducerReplyStringIT.java}                 |  5 +-
 .../FtpProducerRootFileExistFailIT.java}           |  4 +-
 .../FtpProducerSendNoopFalseIT.java}               |  4 +-
 .../FtpProducerSiteCommandIT.java}                 |  4 +-
 .../FtpProducerTempFileExistIssueIT.java}          |  4 +-
 .../FtpProducerTempPrefixIT.java}                  |  4 +-
 .../FtpProducerToDMoveExistingIT.java}             |  4 +-
 .../FtpReconnectAttemptServerStoppedIT.java}       |  4 +-
 .../FtpReconnectAttemptUnknownHostIT.java}         |  4 +-
 .../FtpRecursiveDepth2IT.java}                     |  4 +-
 .../FtpRecursiveDepth3IT.java}                     |  4 +-
 .../FtpRecursiveDepthIT.java}                      |  4 +-
 .../{ => integration}/FtpServerTestSupport.java    |  3 +-
 .../FtpShutdownCompleteAllTasksIT.java}            |  4 +-
 .../FtpShutdownCompleteCurrentTaskOnlyIT.java}     |  4 +-
 .../FtpSimpleConsumeAbsoluteIT.java}               |  4 +-
 ...rectoryParseWithAbsoluteDepthNoStepwiseIT.java} |  4 +-
 .../FtpSimpleConsumeStreamingPartialReadIT.java}   |  4 +-
 .../FtpSimpleConsumeStreamingStepwiseFalseIT.java} |  4 +-
 .../FtpSimpleConsumeStreamingStepwiseIT.java}      |  4 +-
 .../FtpSimpleConsumeStreamingStepwiseTrueIT.java}  |  4 +-
 ...SimpleConsumeStreamingWithMultipleFilesIT.java} |  4 +-
 .../FtpStreamingMoveIT.java}                       |  4 +-
 .../FtpThrowExceptionOnConnectionFailedIT.java}    |  4 +-
 ...ServerExplicitSSLWithClientAuthTestSupport.java |  2 +-
 ...verExplicitSSLWithoutClientAuthTestSupport.java |  2 +-
 ...ServerExplicitTLSWithClientAuthTestSupport.java |  2 +-
 ...verExplicitTLSWithoutClientAuthTestSupport.java |  2 +-
 ...ServerImplicitSSLWithClientAuthTestSupport.java |  2 +-
 ...verImplicitSSLWithoutClientAuthTestSupport.java |  2 +-
 ...ServerImplicitTLSWithClientAuthTestSupport.java |  2 +-
 ...verImplicitTLSWithoutClientAuthTestSupport.java |  2 +-
 .../{ => integration}/FtpsServerTestSupport.java   |  4 +-
 .../PaddyRouteIT.java}                             |  4 +-
 .../RecipientListErrorHandlingIssueIT.java}        |  4 +-
 .../RemoteFileProduceOverruleOnlyOnceIT.java}      |  4 +-
 .../SftpConsumerLocalWorkDirectoryIT.java}         |  6 +-
 ...ollEnrichConsumeWithDisconnectAndDeleteIT.java} |  8 +--
 .../ToFtpTempFileTargetFileExistIT.java}           |  4 +-
 .../FromSftpRecursiveNotStepwiseNoBasePathIT.java} |  4 +-
 .../SftpChangedReadLockIT.java}                    |  6 +-
 .../SftpChmodIT.java}                              |  4 +-
 .../SftpConsumeTemplateIT.java}                    |  4 +-
 .../SftpConsumerAutoCreateIT.java}                 |  4 +-
 .../SftpConsumerDisconnectIT.java}                 |  8 +--
 .../SftpConsumerProcessStrategyIT.java}            |  4 +-
 .../SftpConsumerWithCharsetIT.java}                |  6 +-
 .../SftpECKeyFileConsumeIT.java}                   |  4 +-
 .../SftpFromSedaDeleteFileIT.java}                 |  4 +-
 .../SftpKeyConsumeIT.java}                         |  4 +-
 .../SftpKeyFileConsumeIT.java}                     |  4 +-
 .../SftpKeyPairDSAConsumeIT.java}                  |  4 +-
 .../SftpKeyPairRSAConsumeIT.java}                  |  4 +-
 .../SftpKeyUriConsumeFromClasspathIT.java}         |  4 +-
 .../SftpKeyUriConsumeIT.java}                      |  4 +-
 .../SftpProduceTempFileIT.java}                    |  4 +-
 .../SftpProducerFileWithPathIT.java}               |  4 +-
 .../SftpProducerFileWithPathNoStepwiseIT.java}     |  4 +-
 .../SftpProducerMoveExistingIT.java}               |  4 +-
 .../SftpProducerWithCharsetIT.java}                |  6 +-
 .../{ => integration}/SftpServerTestSupport.java   |  2 +-
 .../SftpSetCipherIT.java}                          |  4 +-
 .../SftpSetOperationsIT.java}                      |  4 +-
 .../SftpSimpleConsumeIT.java}                      |  4 +-
 .../SftpSimpleConsumeNoStartingDirIT.java}         |  4 +-
 .../SftpSimpleConsumeNotStepwiseIT.java}           |  4 +-
 .../SftpSimpleConsumeRecursiveIT.java}             |  4 +-
 .../SftpSimpleConsumeRecursiveNotStepwiseIT.java}  |  4 +-
 .../SftpSimpleConsumeStreamingIT.java}             |  4 +-
 .../SftpSimpleConsumeStreamingPartialReadIT.java}  |  4 +-
 ...SimpleConsumeStreamingWithMultipleFilesIT.java} |  4 +-
 .../SftpSimpleConsumeThroughProxyIT.java}          |  4 +-
 .../SftpSimpleIPV6ConsumeIT.java}                  |  4 +-
 .../SftpSimpleProduceDisconnectIT.java}            |  4 +-
 .../SftpSimpleProduceIT.java}                      |  4 +-
 .../SftpSimpleProduceNotStepwiseIT.java}           |  4 +-
 .../SftpSimpleProduceThroughProxyIT.java}          |  4 +-
 .../SftpUseListFalseIT.java}                       |  4 +-
 295 files changed, 674 insertions(+), 703 deletions(-)
 delete mode 100644 components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/FromFtpClientSoTimeout3Test.java
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{ConsumerTemplateFtpShutdownTest.java => integration/ConsumerTemplateFtpShutdownIT.java} (91%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FileToFtpTempFileNameTest.java => integration/FileToFtpTempFileNameIT.java} (93%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FileToFtpsExplicitSSLWithClientAuthAndSSLContextParametersTest.java => integration/FileToFtpsExplicitSSLWithClientAuthAndSSLContextParametersIT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FileToFtpsExplicitSSLWithClientAuthTest.java => integration/FileToFtpsExplicitSSLWithClientAuthIT.java} (92%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FileToFtpsExplicitSSLWithoutClientAuthAndGlobalSSLContextParametersTest.java => integration/FileToFtpsExplicitSSLWithoutClientAuthAndGlobalSSLContextParametersIT.java} (94%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FileToFtpsExplicitSSLWithoutClientAuthAndSSLContextParametersTest.java => integration/FileToFtpsExplicitSSLWithoutClientAuthAndSSLContextParametersIT.java} (93%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FileToFtpsExplicitSSLWithoutClientAuthTest.java => integration/FileToFtpsExplicitSSLWithoutClientAuthIT.java} (92%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FileToFtpsExplicitTLSWithClientAuthAndSSLContextParametersTest.java => integration/FileToFtpsExplicitTLSWithClientAuthAndSSLContextParametersIT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FileToFtpsExplicitTLSWithClientAuthTest.java => integration/FileToFtpsExplicitTLSWithClientAuthIT.java} (93%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FileToFtpsExplicitTLSWithoutClientAuthAndSSLContextParametersTest.java => integration/FileToFtpsExplicitTLSWithoutClientAuthAndSSLContextParametersIT.java} (93%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FileToFtpsExplicitTLSWithoutClientAuthTest.java => integration/FileToFtpsExplicitTLSWithoutClientAuthIT.java} (92%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FileToFtpsImplicitSSLWithClientAuthAndSSLContextParametersTest.java => integration/FileToFtpsImplicitSSLWithClientAuthAndSSLContextParametersIT.java} (94%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FileToFtpsImplicitSSLWithClientAuthTest.java => integration/FileToFtpsImplicitSSLWithClientAuthIT.java} (93%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FileToFtpsImplicitSSLWithoutClientAuthAndSSLContextParametersTest.java => integration/FileToFtpsImplicitSSLWithoutClientAuthAndSSLContextParametersIT.java} (93%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FileToFtpsImplicitSSLWithoutClientAuthTest.java => integration/FileToFtpsImplicitSSLWithoutClientAuthIT.java} (92%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FileToFtpsImplicitTLSWithClientAuthAndSSLContextParametersTest.java => integration/FileToFtpsImplicitTLSWithClientAuthAndSSLContextParametersIT.java} (94%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FileToFtpsImplicitTLSWithClientAuthTest.java => integration/FileToFtpsImplicitTLSWithClientAuthIT.java} (93%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FileToFtpsImplicitTLSWithoutClientAuthAndSSLContextParametersTest.java => integration/FileToFtpsImplicitTLSWithoutClientAuthAndSSLContextParametersIT.java} (93%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FileToFtpsImplicitTLSWithoutClientAuthTest.java => integration/FileToFtpsImplicitTLSWithoutClientAuthIT.java} (92%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FileToFtpsWithCustomKeyAndTrustStorePropertiesTest.java => integration/FileToFtpsWithCustomKeyAndTrustStorePropertiesIT.java} (93%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FileToFtpsWithCustomTrustStorePropertiesTest.java => integration/FileToFtpsWithCustomTrustStorePropertiesIT.java} (92%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FileToFtpsWithDefaultSettingsIPV6Test.java => integration/FileToFtpsWithDefaultSettingsIPV6IT.java} (91%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FileToFtpsWithDefaultSettingsTest.java => integration/FileToFtpsWithDefaultSettingsIT.java} (92%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FileToFtpsWithFtpClientConfigRefTest.java => integration/FileToFtpsWithFtpClientConfigRefIT.java} (93%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFilePasswordBeanRefTest.java => integration/FromFilePasswordBeanRefIT.java} (93%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFilePasswordPropertyRefTest.java => integration/FromFilePasswordPropertyRefIT.java} (93%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFilePercentSignInPasswordTest.java => integration/FromFilePercentSignInPasswordIT.java} (92%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFilePercentSignInPasswordUserInfoEncodedTest.java => integration/FromFilePercentSignInPasswordUserInfoEncodedIT.java} (85%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFilePercentSignInPasswordUserInfoTest.java => integration/FromFilePercentSignInPasswordUserInfoIT.java} (87%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFileToFtpDefaultRootRenameStrategyTest.java => integration/FromFileToFtpDefaultRootRenameStrategyIT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFileToFtpDeleteTest.java => integration/FromFileToFtpDeleteIT.java} (94%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFileToFtpTest.java => integration/FromFileToFtpIT.java} (93%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFileToFtpNotStepwiseTest.java => integration/FromFileToFtpNotStepwiseIT.java} (88%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFileToFtpWithChmodTest.java => integration/FromFileToFtpWithChmodIT.java} (92%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFileTransferLoggingLevelTest.java => integration/FromFileTransferLoggingLevelIT.java} (92%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFileTransferLoggingLevelVerboseTest.java => integration/FromFileTransferLoggingLevelVerboseIT.java} (92%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpActivePortRangeTest.java => integration/FromFtpActivePortRangeIT.java} (94%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpAsyncProcessTest.java => integration/FromFtpAsyncProcessIT.java} (96%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpClientConfigRefTest.java => integration/FromFtpClientConfigRefIT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpClientDataTimeoutTest.java => integration/FromFtpClientDataTimeoutIT.java} (94%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpClientSoTimeout2Test.java => integration/FromFtpClientSoTimeout2IT.java} (94%)
 copy components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpClientSoTimeoutTest.java => integration/FromFtpClientSoTimeoutIT.java} (94%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpConsumerTemplateTest.java => integration/FromFtpConsumerTemplateIT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpConsumerTemplateRollbackTest.java => integration/FromFtpConsumerTemplateRollbackIT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpDeleteFileTest.java => integration/FromFtpDeleteFileIT.java} (96%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpDeleteFileNotStepwiseTest.java => integration/FromFtpDeleteFileNotStepwiseIT.java} (88%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpDeleteFileScottTigerTest.java => integration/FromFtpDeleteFileScottTigerIT.java} (88%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpDirectoryToBinaryFilesTest.java => integration/FromFtpDirectoryToBinaryFilesIT.java} (96%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpDirectoryToBinaryFilesNotStepwiseTest.java => integration/FromFtpDirectoryToBinaryFilesNotStepwiseIT.java} (88%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpDoNotDeleteFileIfProcessFailsTest.java => integration/FromFtpDoNotDeleteFileIfProcessFailsIT.java} (96%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpExclusiveReadNoneStrategyTest.java => integration/FromFtpExclusiveReadNoneStrategyIT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpFilterTest.java => integration/FromFtpFilterIT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpFilterNotStepwiseTest.java => integration/FromFtpFilterNotStepwiseIT.java} (89%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpKeepLastModifiedTest.java => integration/FromFtpKeepLastModifiedIT.java} (96%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpKeepLastModifiedNotStepwiseTest.java => integration/FromFtpKeepLastModifiedNotStepwiseIT.java} (87%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpMoveFileAbsoluteFolderRecursiveTest.java => integration/FromFtpMoveFileAbsoluteFolderRecursiveIT.java} (94%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpMoveFileAbsoluteFolderRecursiveNotStepwiseTest.java => integration/FromFtpMoveFileAbsoluteFolderRecursiveNotStepwiseIT.java} (86%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpMoveFileTest.java => integration/FromFtpMoveFileIT.java} (96%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpMoveFileNotStepwiseTest.java => integration/FromFtpMoveFileNotStepwiseIT.java} (89%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpMoveFilePostfixTest.java => integration/FromFtpMoveFilePostfixIT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpMoveFilePostfixNotStepwiseTest.java => integration/FromFtpMoveFilePostfixNotStepwiseIT.java} (88%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpMoveFilePrefixTest.java => integration/FromFtpMoveFilePrefixIT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpMoveFilePrefixNotStepwiseTest.java => integration/FromFtpMoveFilePrefixNotStepwiseIT.java} (88%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpMoveFileRecursiveTest.java => integration/FromFtpMoveFileRecursiveIT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpMoveFileRecursiveNotStepwiseTest.java => integration/FromFtpMoveFileRecursiveNotStepwiseIT.java} (88%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpMoveFileToHiddenFolderRecursiveTest.java => integration/FromFtpMoveFileToHiddenFolderRecursiveIT.java} (94%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpMoveFileToHiddenFolderRecursiveNotStepwiseTest.java => integration/FromFtpMoveFileToHiddenFolderRecursiveNotStepwiseIT.java} (86%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpNoEndpointPathRelativeMoveToAbsoluteTest.java => integration/FromFtpNoEndpointPathRelativeMoveToAbsoluteIT.java} (94%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpNoEndpointPathRelativeMoveToAbsoluteNotStepwiseTest.java => integration/FromFtpNoEndpointPathRelativeMoveToAbsoluteNotStepwiseIT.java} (89%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpNoFilesTest.java => integration/FromFtpNoFilesIT.java} (94%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpNoopAccountTest.java => integration/FromFtpNoopAccountIT.java} (89%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpNoopTest.java => integration/FromFtpNoopIT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpNoopIdempotentFalseTest.java => integration/FromFtpNoopIdempotentFalseIT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpNotDownloadTest.java => integration/FromFtpNotDownloadIT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpPassiveModeTest.java => integration/FromFtpPassiveModeIT.java} (94%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpPollFileOnlyTest.java => integration/FromFtpPollFileOnlyIT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpPreMoveDeleteTest.java => integration/FromFtpPreMoveDeleteIT.java} (96%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpPreMoveDeleteNotStepwiseTest.java => integration/FromFtpPreMoveDeleteNotStepwiseIT.java} (88%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpPreMoveFileExpressionTest.java => integration/FromFtpPreMoveFileExpressionIT.java} (96%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpPreMoveFilePostfixTest.java => integration/FromFtpPreMoveFilePostfixIT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpPreMoveFilePostfixNotStepwiseTest.java => integration/FromFtpPreMoveFilePostfixNotStepwiseIT.java} (87%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpPreMoveFilePrefixTest.java => integration/FromFtpPreMoveFilePrefixIT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpPreMoveFilePrefixNotStepwiseTest.java => integration/FromFtpPreMoveFilePrefixNotStepwiseIT.java} (88%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpPreMoveNoopTest.java => integration/FromFtpPreMoveNoopIT.java} (96%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpPreMoveNoopNotStepwiseTest.java => integration/FromFtpPreMoveNoopNotStepwiseIT.java} (88%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpRecursiveNoopTest.java => integration/FromFtpRecursiveNoopIT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpRecursiveNoopNotStepwiseTest.java => integration/FromFtpRecursiveNoopNotStepwiseIT.java} (88%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpRecursiveNotStepwiseNoBasePathTest.java => integration/FromFtpRecursiveNotStepwiseNoBasePathIT.java} (93%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpRegexPatternTest.java => integration/FromFtpRegexPatternIT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpRemoteFileFilterDirectoryTest.java => integration/FromFtpRemoteFileFilterDirectoryIT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpRemoteFileFilterTest.java => integration/FromFtpRemoteFileFilterIT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpRemoteFileSortByExpressionTest.java => integration/FromFtpRemoteFileSortByExpressionIT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpRemoteFileSortByIgnoreCaseExpressionTest.java => integration/FromFtpRemoteFileSortByIgnoreCaseExpressionIT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpRemoteFileSortByNestedExpressionTest.java => integration/FromFtpRemoteFileSortByNestedExpressionIT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpRemoteFileSorterTest.java => integration/FromFtpRemoteFileSorterIT.java} (93%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpSedaDeleteFileTest.java => integration/FromFtpSedaDeleteFileIT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpServerLanguageCodeAndTimeoutTest.java => integration/FromFtpServerLanguageCodeAndTimeoutIT.java} (94%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpServerLanguageCodeTest.java => integration/FromFtpServerLanguageCodeIT.java} (94%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpSetNamesWithMultiDirectoriesTest.java => integration/FromFtpSetNamesWithMultiDirectoriesIT.java} (96%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpSimpleNoEndpointPathRelativeMoveToAbsoluteTest.java => integration/FromFtpSimpleNoEndpointPathRelativeMoveToAbsoluteIT.java} (93%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpSimpleNoEndpointPathRelativeMoveToAbsoluteNotStepwiseTest.java => integration/FromFtpSimpleNoEndpointPathRelativeMoveToAbsoluteNotStepwiseIT.java} (93%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpSimpleNoEndpointPathRelativeMoveToRelativeTest.java => integration/FromFtpSimpleNoEndpointPathRelativeMoveToRelativeIT.java} (93%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpSimpleNoEndpointPathRelativeMoveToRelativeNotStepwiseTest.java => integration/FromFtpSimpleNoEndpointPathRelativeMoveToRelativeNotStepwiseIT.java} (93%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpSimpleRelativeMoveToAbsoluteTest.java => integration/FromFtpSimpleRelativeMoveToAbsoluteIT.java} (94%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpSimpleRelativeMoveToAbsoluteNotStepwiseTest.java => integration/FromFtpSimpleRelativeMoveToAbsoluteNotStepwiseIT.java} (86%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpSimpleRelativeMoveToRelativeTest.java => integration/FromFtpSimpleRelativeMoveToRelativeIT.java} (94%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpSimpleRelativeMoveToRelativeNotStepwiseTest.java => integration/FromFtpSimpleRelativeMoveToRelativeNotStepwiseIT.java} (86%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpSimulateNetworkIssueRecoverTest.java => integration/FromFtpSimulateNetworkIssueRecoverIT.java} (92%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpStartingDirAndFileNameClashTest.java => integration/FromFtpStartingDirAndFileNameClashIT.java} (94%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpThirdPoolOkTest.java => integration/FromFtpThirdPoolOkIT.java} (96%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpToAsciiFileTest.java => integration/FromFtpToAsciiFileIT.java} (96%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpToAsciiFileNoBodyConversionTest.java => integration/FromFtpToAsciiFileNoBodyConversionIT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpToBinaryFileTest.java => integration/FromFtpToBinaryFileIT.java} (96%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpToBinaryFilesTest.java => integration/FromFtpToBinaryFilesIT.java} (97%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpToFileNoFileNameHeaderTest.java => integration/FromFtpToFileNoFileNameHeaderIT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpToMockTest.java => integration/FromFtpToMockIT.java} (93%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpTwoSlashesIssueTest.java => integration/FromFtpTwoSlashesIssueIT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromFtpUseListFalseTest.java => integration/FromFtpUseListFalseIT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FromQueueThenConsumeFtpToMockTest.java => integration/FromQueueThenConsumeFtpToMockIT.java} (97%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpAnonymousTest.java => integration/FtpAnonymousIT.java} (94%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpBadLoginConnectionLeakTest.java => integration/FtpBadLoginConnectionLeakIT.java} (97%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpBadLoginInProducerConnectionLeakTest.java => integration/FtpBadLoginInProducerConnectionLeakIT.java} (96%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpBadLoginMockNoopConnectionLeakTest.java => integration/FtpBadLoginMockNoopConnectionLeakIT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpBrowsableEndpointTest.java => integration/FtpBrowsableEndpointIT.java} (96%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpChangedReadLockFastExistCheckTest.java => integration/FtpChangedReadLockFastExistCheckIT.java} (88%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpChangedReadLockTest.java => integration/FtpChangedReadLockIT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpChangedReadLockLoggingLevelTest.java => integration/FtpChangedReadLockLoggingLevelIT.java} (87%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpChangedReadLockTimeoutTest.java => integration/FtpChangedReadLockTimeoutIT.java} (88%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpChangedRootDirReadLockFastExistCheckTest.java => integration/FtpChangedRootDirReadLockFastExistCheckIT.java} (87%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpChangedRootDirReadLockTest.java => integration/FtpChangedRootDirReadLockIT.java} (94%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpChangedZeroLengthReadLockTest.java => integration/FtpChangedZeroLengthReadLockIT.java} (94%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpConnectTimeoutTest.java => integration/FtpConnectTimeoutIT.java} (92%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpConsumerAbsolutePathTest.java => integration/FtpConsumerAbsolutePathIT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpConsumerAsyncStressTest.java => integration/FtpConsumerAsyncStressIT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpConsumerAutoCreateTest.java => integration/FtpConsumerAutoCreateIT.java} (92%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpConsumerBodyAsStringTest.java => integration/FtpConsumerBodyAsStringIT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpConsumerDeleteNoWritePermissionTest.java => integration/FtpConsumerDeleteNoWritePermissionIT.java} (94%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpConsumerDirectoriesNotMatchedTest.java => integration/FtpConsumerDirectoriesNotMatchedIT.java} (94%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpConsumerDisconnectTest.java => integration/FtpConsumerDisconnectIT.java} (93%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpConsumerDoneFileNameFixedTest.java => integration/FtpConsumerDoneFileNameFixedIT.java} (94%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpConsumerDoneFileNameFixedStepwiseTest.java => integration/FtpConsumerDoneFileNameFixedStepwiseIT.java} (86%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpConsumerDoneFileNameTest.java => integration/FtpConsumerDoneFileNameIT.java} (94%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpConsumerDoneFileNameStepwiseTest.java => integration/FtpConsumerDoneFileNameStepwiseIT.java} (87%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpConsumerDualDoneFileNameTest.java => integration/FtpConsumerDualDoneFileNameIT.java} (94%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpConsumerExcludeExtTest.java => integration/FtpConsumerExcludeExtIT.java} (94%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpConsumerExcludeNameTest.java => integration/FtpConsumerExcludeNameIT.java} (94%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpConsumerFileSplitTest.java => integration/FtpConsumerFileSplitIT.java} (93%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpConsumerIPV6BodyAsStringTest.java => integration/FtpConsumerIPV6BodyAsStringIT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpConsumerIdempotentTest.java => integration/FtpConsumerIdempotentIT.java} (94%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpConsumerIdempotentKeyChangedIssueTest.java => integration/FtpConsumerIdempotentKeyChangedIssueIT.java} (94%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpConsumerIdempotentMemoryRefTest.java => integration/FtpConsumerIdempotentMemoryRefIT.java} (96%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpConsumerIdempotentRefTest.java => integration/FtpConsumerIdempotentRefIT.java} (96%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpConsumerIncludeExtTest.java => integration/FtpConsumerIncludeExtIT.java} (94%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpConsumerIncludeNameTest.java => integration/FtpConsumerIncludeNameIT.java} (94%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpConsumerLocalWorkDirectoryAsAbsolutePathTest.java => integration/FtpConsumerLocalWorkDirectoryAsAbsolutePathIT.java} (96%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpConsumerLocalWorkDirectoryDirectTest.java => integration/FtpConsumerLocalWorkDirectoryDirectIT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpConsumerLocalWorkDirectoryTest.java => integration/FtpConsumerLocalWorkDirectoryIT.java} (96%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpConsumerLocalWorkDirectoryWorkOnPayloadTest.java => integration/FtpConsumerLocalWorkDirectoryWorkOnPayloadIT.java} (90%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpConsumerMaxMessagesPerPollTest.java => integration/FtpConsumerMaxMessagesPerPollIT.java} (94%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpConsumerMoveExpressionTest.java => integration/FtpConsumerMoveExpressionIT.java} (94%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpConsumerMultipleDirectoriesTest.java => integration/FtpConsumerMultipleDirectoriesIT.java} (94%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpConsumerNotEagerMaxMessagesPerPollTest.java => integration/FtpConsumerNotEagerMaxMessagesPerPollIT.java} (94%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpConsumerPostProcessingOnDisconnect.java => integration/FtpConsumerPostProcessingOnDisconnectIT.java} (93%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpConsumerProcessStrategyTest.java => integration/FtpConsumerProcessStrategyIT.java} (96%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpConsumerRelativeFileNameTest.java => integration/FtpConsumerRelativeFileNameIT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpConsumerReplyStringTest.java => integration/FtpConsumerReplyStringIT.java} (90%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpConsumerResumeDownloadTest.java => integration/FtpConsumerResumeDownloadIT.java} (96%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpConsumerSkipDotFilesTest.java => integration/FtpConsumerSkipDotFilesIT.java} (94%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpConsumerTemplateTest.java => integration/FtpConsumerTemplateIT.java} (97%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpConsumerTemplateUseListFalseTest.java => integration/FtpConsumerTemplateUseListFalseIT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpConsumerThrowExceptionOnLoginFailedTest.java => integration/FtpConsumerThrowExceptionOnLoginFailedIT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpConsumerUsingFTPClientConfigTest.java => integration/FtpConsumerUsingFTPClientConfigIT.java} (94%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpConsumerWithCharsetTest.java => integration/FtpConsumerWithCharsetIT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpConsumerWithNoFileOptionTest.java => integration/FtpConsumerWithNoFileOptionIT.java} (92%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpEndpointURISanitizedTest.java => integration/FtpEndpointURISanitizedIT.java} (85%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpLoginTest.java => integration/FtpLoginIT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpLoginNoRetryTest.java => integration/FtpLoginNoRetryIT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpNoReconnectAttemptUnknownHostTest.java => integration/FtpNoReconnectAttemptUnknownHostIT.java} (92%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpPollEnrichBridgeErrorHandlerTest.java => integration/FtpPollEnrichBridgeErrorHandlerIT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpPollEnrichConsumeWithDisconnectAndDeleteTest.java => integration/FtpPollEnrichConsumeWithDisconnectAndDeleteIT.java} (94%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpPollingConsumerTest.java => integration/FtpPollingConsumerIT.java} (94%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpPollingConsumerIdleMessageTest.java => integration/FtpPollingConsumerIdleMessageIT.java} (93%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpProducerAllowNullBodyFileAlreadyExistTest.java => integration/FtpProducerAllowNullBodyFileAlreadyExistIT.java} (94%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpProducerAllowNullBodyTest.java => integration/FtpProducerAllowNullBodyIT.java} (94%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpProducerBuildDirectoryTest.java => integration/FtpProducerBuildDirectoryIT.java} (92%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpProducerBuildPartOfDirectoryTest.java => integration/FtpProducerBuildPartOfDirectoryIT.java} (92%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpProducerConcurrentTest.java => integration/FtpProducerConcurrentIT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpProducerConnectErrorsHeaderTest.java => integration/FtpProducerConnectErrorsHeaderIT.java} (92%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpProducerDisconnectTest.java => integration/FtpProducerDisconnectIT.java} (91%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpProducerDisconnectOnBatchCompleteTest.java => integration/FtpProducerDisconnectOnBatchCompleteIT.java} (92%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpProducerDoneFileNameTest.java => integration/FtpProducerDoneFileNameIT.java} (97%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpProducerExpressionTest.java => integration/FtpProducerExpressionIT.java} (96%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpProducerFileExistAppendTest.java => integration/FtpProducerFileExistAppendIT.java} (94%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpProducerFileExistAppendNoFileBeforeTest.java => integration/FtpProducerFileExistAppendNoFileBeforeIT.java} (92%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpProducerFileExistFailTest.java => integration/FtpProducerFileExistFailIT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpProducerFileExistIgnoreTest.java => integration/FtpProducerFileExistIgnoreIT.java} (93%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpProducerFileExistOverrideTest.java => integration/FtpProducerFileExistOverrideIT.java} (93%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpProducerFileExistOverrideNoFileBeforeTest.java => integration/FtpProducerFileExistOverrideNoFileBeforeIT.java} (92%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpProducerFileExistOverrideNotEagerDeleteTargetFileTwoUploadTest.java => integration/FtpProducerFileExistOverrideNotEagerDeleteTargetFileTwoUploadIT.java} (89%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpProducerFileExistOverrideTwoUploadTest.java => integration/FtpProducerFileExistOverrideTwoUploadIT.java} (93%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpProducerFileFastExistFailTest.java => integration/FtpProducerFileFastExistFailIT.java} (87%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpProducerFileWithCharsetTest.java => integration/FtpProducerFileWithCharsetIT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpProducerFileWithPathTest.java => integration/FtpProducerFileWithPathIT.java} (92%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpProducerFileWithPathNoStepwiseTest.java => integration/FtpProducerFileWithPathNoStepwiseIT.java} (91%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpProducerFileWithPathPathSeparatorAutoNoStepwiseTest.java => integration/FtpProducerFileWithPathPathSeparatorAutoNoStepwiseIT.java} (92%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpProducerFileWithPathPathSeparatorUnixNoStepwiseTest.java => integration/FtpProducerFileWithPathPathSeparatorUnixNoStepwiseIT.java} (92%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpProducerFileWithPathPathSeparatorWindowsNoStepwiseTest.java => integration/FtpProducerFileWithPathPathSeparatorWindowsNoStepwiseIT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpProducerJailStartingDirectoryTest.java => integration/FtpProducerJailStartingDirectoryIT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpProducerMoveExistingTest.java => integration/FtpProducerMoveExistingIT.java} (98%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpProducerMultipleSiteCommandTest.java => integration/FtpProducerMultipleSiteCommandIT.java} (92%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpProducerRawPasswordTest.java => integration/FtpProducerRawPasswordIT.java} (93%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpProducerRawPercentPasswordTest.java => integration/FtpProducerRawPercentPasswordIT.java} (92%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpProducerRecipientListTest.java => integration/FtpProducerRecipientListIT.java} (94%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpProducerRecipientListParallelTimeoutTest.java => integration/FtpProducerRecipientListParallelTimeoutIT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpProducerReplyStringTest.java => integration/FtpProducerReplyStringIT.java} (90%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpProducerRootFileExistFailTest.java => integration/FtpProducerRootFileExistFailIT.java} (94%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpProducerSendNoopFalseTest.java => integration/FtpProducerSendNoopFalseIT.java} (92%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpProducerSiteCommandTest.java => integration/FtpProducerSiteCommandIT.java} (92%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpProducerTempFileExistIssueTest.java => integration/FtpProducerTempFileExistIssueIT.java} (97%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpProducerTempPrefixTest.java => integration/FtpProducerTempPrefixIT.java} (92%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpProducerToDMoveExistingTest.java => integration/FtpProducerToDMoveExistingIT.java} (94%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpReconnectAttemptServerStoppedTest.java => integration/FtpReconnectAttemptServerStoppedIT.java} (94%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpReconnectAttemptUnknownHostTest.java => integration/FtpReconnectAttemptUnknownHostIT.java} (92%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpRecursiveDepth2Test.java => integration/FtpRecursiveDepth2IT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpRecursiveDepth3Test.java => integration/FtpRecursiveDepth3IT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpRecursiveDepthTest.java => integration/FtpRecursiveDepthIT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{ => integration}/FtpServerTestSupport.java (93%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpShutdownCompleteAllTasksTest.java => integration/FtpShutdownCompleteAllTasksIT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpShutdownCompleteCurrentTaskOnlyTest.java => integration/FtpShutdownCompleteCurrentTaskOnlyIT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpSimpleConsumeAbsoluteTest.java => integration/FtpSimpleConsumeAbsoluteIT.java} (94%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpSimpleConsumeDirectoryParseWithAbsoluteDepthNoStepwiseTest.java => integration/FtpSimpleConsumeDirectoryParseWithAbsoluteDepthNoStepwiseIT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpSimpleConsumeStreamingPartialReadTest.java => integration/FtpSimpleConsumeStreamingPartialReadIT.java} (96%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpSimpleConsumeStreamingStepwiseFalseTest.java => integration/FtpSimpleConsumeStreamingStepwiseFalseIT.java} (94%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpSimpleConsumeStreamingStepwiseTest.java => integration/FtpSimpleConsumeStreamingStepwiseIT.java} (96%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpSimpleConsumeStreamingStepwiseTrueTest.java => integration/FtpSimpleConsumeStreamingStepwiseTrueIT.java} (87%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpSimpleConsumeStreamingWithMultipleFilesTest.java => integration/FtpSimpleConsumeStreamingWithMultipleFilesIT.java} (94%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpStreamingMoveTest.java => integration/FtpStreamingMoveIT.java} (94%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpThrowExceptionOnConnectionFailedTest.java => integration/FtpThrowExceptionOnConnectionFailedIT.java} (94%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{ => integration}/FtpsServerExplicitSSLWithClientAuthTestSupport.java (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{ => integration}/FtpsServerExplicitSSLWithoutClientAuthTestSupport.java (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{ => integration}/FtpsServerExplicitTLSWithClientAuthTestSupport.java (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{ => integration}/FtpsServerExplicitTLSWithoutClientAuthTestSupport.java (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{ => integration}/FtpsServerImplicitSSLWithClientAuthTestSupport.java (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{ => integration}/FtpsServerImplicitSSLWithoutClientAuthTestSupport.java (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{ => integration}/FtpsServerImplicitTLSWithClientAuthTestSupport.java (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{ => integration}/FtpsServerImplicitTLSWithoutClientAuthTestSupport.java (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{ => integration}/FtpsServerTestSupport.java (89%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{PaddyRouteTest.java => integration/PaddyRouteIT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{RecipientListErrorHandlingIssueTest.java => integration/RecipientListErrorHandlingIssueIT.java} (96%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{RemoteFileProduceOverruleOnlyOnceTest.java => integration/RemoteFileProduceOverruleOnlyOnceIT.java} (93%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{SftpConsumerLocalWorkDirectoryTest.java => integration/SftpConsumerLocalWorkDirectoryIT.java} (94%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{SftpPollEnrichConsumeWithDisconnectAndDeleteTest.java => integration/SftpPollEnrichConsumeWithDisconnectAndDeleteIT.java} (93%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{ToFtpTempFileTargetFileExistTest.java => integration/ToFtpTempFileTargetFileExistIT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/sftp/{FromSftpRecursiveNotStepwiseNoBasePathTest.java => integration/FromSftpRecursiveNotStepwiseNoBasePathIT.java} (94%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/sftp/{SftpChangedReadLockTest.java => integration/SftpChangedReadLockIT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/sftp/{SftpChmodTest.java => integration/SftpChmodIT.java} (93%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/sftp/{SftpConsumeTemplateTest.java => integration/SftpConsumeTemplateIT.java} (92%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/sftp/{SftpConsumerAutoCreateTest.java => integration/SftpConsumerAutoCreateIT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/sftp/{SftpConsumerDisconnectTest.java => integration/SftpConsumerDisconnectIT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/sftp/{SftpConsumerProcessStrategyTest.java => integration/SftpConsumerProcessStrategyIT.java} (96%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/sftp/{SftpConsumerWithCharsetTest.java => integration/SftpConsumerWithCharsetIT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/sftp/{SftpECKeyFileConsumeTest.java => integration/SftpECKeyFileConsumeIT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/sftp/{SftpFromSedaDeleteFileTest.java => integration/SftpFromSedaDeleteFileIT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/sftp/{SftpKeyConsumeTest.java => integration/SftpKeyConsumeIT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/sftp/{SftpKeyFileConsumeTest.java => integration/SftpKeyFileConsumeIT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/sftp/{SftpKeyPairDSAConsumeTest.java => integration/SftpKeyPairDSAConsumeIT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/sftp/{SftpKeyPairRSAConsumeTest.java => integration/SftpKeyPairRSAConsumeIT.java} (96%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/sftp/{SftpKeyUriConsumeFromClasspathTest.java => integration/SftpKeyUriConsumeFromClasspathIT.java} (94%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/sftp/{SftpKeyUriConsumeTest.java => integration/SftpKeyUriConsumeIT.java} (94%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/sftp/{SftpProduceTempFileTest.java => integration/SftpProduceTempFileIT.java} (94%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/sftp/{SftpProducerFileWithPathTest.java => integration/SftpProducerFileWithPathIT.java} (96%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/sftp/{SftpProducerFileWithPathNoStepwiseTest.java => integration/SftpProducerFileWithPathNoStepwiseIT.java} (92%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/sftp/{SftpProducerMoveExistingTest.java => integration/SftpProducerMoveExistingIT.java} (98%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/sftp/{SftpProducerWithCharsetTest.java => integration/SftpProducerWithCharsetIT.java} (94%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/sftp/{ => integration}/SftpServerTestSupport.java (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/sftp/{SftpSetCipherTest.java => integration/SftpSetCipherIT.java} (94%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/sftp/{SftpSetOperationsTest.java => integration/SftpSetOperationsIT.java} (94%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/sftp/{SftpSimpleConsumeTest.java => integration/SftpSimpleConsumeIT.java} (94%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/sftp/{SftpSimpleConsumeNoStartingDirTest.java => integration/SftpSimpleConsumeNoStartingDirIT.java} (93%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/sftp/{SftpSimpleConsumeNotStepwiseTest.java => integration/SftpSimpleConsumeNotStepwiseIT.java} (91%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/sftp/{SftpSimpleConsumeRecursiveTest.java => integration/SftpSimpleConsumeRecursiveIT.java} (94%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/sftp/{SftpSimpleConsumeRecursiveNotStepwiseTest.java => integration/SftpSimpleConsumeRecursiveNotStepwiseIT.java} (89%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/sftp/{SftpSimpleConsumeStreamingTest.java => integration/SftpSimpleConsumeStreamingIT.java} (94%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/sftp/{SftpSimpleConsumeStreamingPartialReadTest.java => integration/SftpSimpleConsumeStreamingPartialReadIT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/sftp/{SftpSimpleConsumeStreamingWithMultipleFilesTest.java => integration/SftpSimpleConsumeStreamingWithMultipleFilesIT.java} (94%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/sftp/{SftpSimpleConsumeThroughProxyTest.java => integration/SftpSimpleConsumeThroughProxyIT.java} (96%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/sftp/{SftpSimpleIPV6ConsumeTest.java => integration/SftpSimpleIPV6ConsumeIT.java} (94%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/sftp/{SftpSimpleProduceDisconnectTest.java => integration/SftpSimpleProduceDisconnectIT.java} (93%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/sftp/{SftpSimpleProduceTest.java => integration/SftpSimpleProduceIT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/sftp/{SftpSimpleProduceNotStepwiseTest.java => integration/SftpSimpleProduceNotStepwiseIT.java} (95%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/sftp/{SftpSimpleProduceThroughProxyTest.java => integration/SftpSimpleProduceThroughProxyIT.java} (96%)
 rename components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/sftp/{SftpUseListFalseTest.java => integration/SftpUseListFalseIT.java} (94%)