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/25 13:36:20 UTC

[camel-kamelets] 02/03: Azure Storage Blob Sink Kamelet: Add it-test to Makefile

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

acosentino pushed a commit to branch azure-storage-blob-sink
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 8d0f499fdaecd1f019bdd1ab59c8ba3c80c8a377
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Nov 25 14:28:35 2022 +0100

    Azure Storage Blob Sink Kamelet: Add 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 9fbb1e05..5017f22c 100644
--- a/it-tests/Makefile
+++ b/it-tests/Makefile
@@ -41,6 +41,8 @@ all:
 	./timer-scp-it-test.sh $(camel-version)
 	cd azure/azure-storage-blob/source/ && \
 	./azure-storage-blob-log-it-test.sh $(camel-version)
+	cd azure/azure-storage-blob/sink/ && \
+	./timer-azure-storage-blob-it-test.sh $(camel-version)
 	./scripts/results.sh
 	rm -rf tests	
 aws:
@@ -69,6 +71,8 @@ azure:
 	mkdir -p tests
 	cd azure/azure-storage-blob/source/ && \
 	./azure-storage-blob-log-it-test.sh $(camel-version)
+	cd azure/azure-storage-blob/sink/ && \
+	./timer-azure-storage-blob-it-test.sh $(camel-version)
 	./scripts/results.sh
 	rm -rf tests	
 misc: