RemoteLinux: Also check for generic copy in device test

Currently both ssh and rsysnc don't work on double remote, this
allows passing the test with some deployment.

Change-Id: Iad2f125b09d1b326d6399cdc3dff0faa9430e92d
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
hjk
2023-03-28 13:41:50 +02:00
parent 3a23126419
commit 2eebfb130c

View File

@@ -208,6 +208,7 @@ TaskItem GenericLinuxDeviceTesterPrivate::transferTasks() const
return Tasking::Group {
continueOnDone,
Storage(storage),
transferTask(FileTransferMethod::GenericCopy, storage),
transferTask(FileTransferMethod::Sftp, storage),
transferTask(FileTransferMethod::Rsync, storage),
OnGroupError([this] { emit q->errorMessage(Tr::tr("Deployment to this device will not "