Skip to content

Commit

Permalink
Added an Azure Storage Blob Source It Test to Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
  • Loading branch information
oscerd committed Nov 24, 2022
1 parent e0fe27d commit 22578d2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion it-tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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/ && \
Expand All @@ -81,4 +89,4 @@ cdc:
./scripts/results.sh
rm -rf tests

.PHONY: all aws misc cdc clean
.PHONY: all aws azure misc cdc clean

0 comments on commit 22578d2

Please sign in to comment.