You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/11/23 12:04:50 UTC

[camel-kamelets] 02/02: Added SCP Sink IT Test to Makefile

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

acosentino pushed a commit to branch scp-sink-it-test
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit f0f2ae39122dfffe4d20966b6b75df1a72a365cb
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Nov 23 13:01:58 2022 +0100

    Added SCP Sink IT Test to Makefile
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 it-tests/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/it-tests/Makefile b/it-tests/Makefile
index f45c1245..d123f02a 100644
--- a/it-tests/Makefile
+++ b/it-tests/Makefile
@@ -37,6 +37,8 @@ all:
 	./sftp-log-it-test.sh $(camel-version)
 	cd misc/sftp/sink/ && \
 	./timer-sftp-it-test.sh $(camel-version)
+	cd misc/scp/sink/ && \
+	./timer-scp-it-test.sh $(camel-version)
 	./scripts/results.sh
 	rm -rf tests	
 aws:
@@ -67,6 +69,8 @@ misc:
 	./sftp-log-it-test.sh $(camel-version)
 	cd misc/sftp/sink/ && \
 	./timer-sftp-it-test.sh $(camel-version)
+	cd misc/scp/sink/ && \
+	./timer-scp-it-test.sh $(camel-version)
 	./scripts/results.sh
 	rm -rf tests