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/24 13:48:15 UTC

[camel-kamelets] 02/02: Added an Azure Storage Blob Source 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-source
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 22f11d6b001d89b39b642cf598a77bd10cdc7e23
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Nov 24 14:47:47 2022 +0100

    Added an Azure Storage Blob Source It Test to Makefile
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 it-tests/Makefile                                              | 10 +++++++++-
 ...orage-blob-it-test.sh => azure-storage-blob-log-it-test.sh} |  0
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/it-tests/Makefile b/it-tests/Makefile
index 6b7485ef..9fbb1e05 100644
--- a/it-tests/Makefile
+++ b/it-tests/Makefile
@@ -39,6 +39,8 @@ all:
 	./timer-sftp-it-test.sh $(camel-version)
 	cd misc/scp/sink/ && \
 	./timer-scp-it-test.sh $(camel-version)
+	cd azure/azure-storage-blob/source/ && \
+	./azure-storage-blob-log-it-test.sh $(camel-version)
 	./scripts/results.sh
 	rm -rf tests	
 aws:
@@ -63,6 +65,12 @@ aws:
 	./timer-aws-kinesis-firehose-it-test.sh $(camel-version)
 	./scripts/results.sh
 	rm -rf tests
+azure:
+	mkdir -p tests
+	cd azure/azure-storage-blob/source/ && \
+	./azure-storage-blob-log-it-test.sh $(camel-version)
+	./scripts/results.sh
+	rm -rf tests	
 misc:
 	mkdir -p tests
 	cd misc/sftp/source/ && \
@@ -81,4 +89,4 @@ cdc:
 	./scripts/results.sh
 	rm -rf tests
 	
-.PHONY: all aws misc cdc clean
+.PHONY: all aws azure misc cdc clean
diff --git a/it-tests/azure/azure-storage-blob/source/azure-storage-blob-it-test.sh b/it-tests/azure/azure-storage-blob/source/azure-storage-blob-log-it-test.sh
similarity index 100%
rename from it-tests/azure/azure-storage-blob/source/azure-storage-blob-it-test.sh
rename to it-tests/azure/azure-storage-blob/source/azure-storage-blob-log-it-test.sh