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 5c667afbdbf5f290ee9fa725c16c309b1cc85a7f Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Nov 25 14:35:46 2022 +0100 Azure Storage Blob Sink/Source Kamelets it-tests: Don't log useless information Signed-off-by: Andrea Cosentino <[email protected]> --- .../azure-storage-blob/sink/timer-azure-storage-blob-it-test.sh | 5 +---- .../azure-storage-blob/source/azure-storage-blob-log-it-test.sh | 1 - 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/it-tests/azure/azure-storage-blob/sink/timer-azure-storage-blob-it-test.sh b/it-tests/azure/azure-storage-blob/sink/timer-azure-storage-blob-it-test.sh index 64ccbb27..16a2b922 100755 --- a/it-tests/azure/azure-storage-blob/sink/timer-azure-storage-blob-it-test.sh +++ b/it-tests/azure/azure-storage-blob/sink/timer-azure-storage-blob-it-test.sh @@ -15,18 +15,15 @@ cd ../ sleep 10 accountKey=`az storage account keys list -n kameletsaccount | jq -r ' .[0] | .value'` -echo $accountKey az storage account keys list -n kameletsaccount | echo "camel.kamelet.azure-storage-blob-sink.accessKey = $accountKey" > azure-keys.properties jbang run --fresh -Dcamel.jbang.version=$camel_version camel@apache/camel run --properties=azure-keys.properties timer-azure-storage-blob.yaml & sleep 30 -variable=`jbang run -Dcamel.jbang.version=$camel_version camel@apache/camel get integration timer-azure-storage-blob | tail -n +2` -echo $variable +variable=`jbang run -Dcamel.jbang.version=$camel_version camel@apache/camel get integration timer-azure-storage-blob | tail -n +2` success=`echo $variable | cut -d' ' -f11` fail=`echo $variable | cut -d' ' -f12` -echo $success $fail if [[ $success == 5 && $fail == 0 ]] then mkdir -p ../../../tests/ diff --git a/it-tests/azure/azure-storage-blob/source/azure-storage-blob-log-it-test.sh b/it-tests/azure/azure-storage-blob/source/azure-storage-blob-log-it-test.sh index b86a845e..e00fc064 100755 --- a/it-tests/azure/azure-storage-blob/source/azure-storage-blob-log-it-test.sh +++ b/it-tests/azure/azure-storage-blob/source/azure-storage-blob-log-it-test.sh @@ -13,7 +13,6 @@ terraform apply -auto-approve cd ../ accountKey=`az storage account keys list -n kameletsaccount | jq -r ' .[0] | .value'` -echo $accountKey az storage account keys list -n kameletsaccount | echo "camel.kamelet.azure-storage-blob-source.accessKey = $accountKey" > azure-keys.properties jbang run --fresh -Dcamel.jbang.version=$camel_version camel@apache/camel run --properties=azure-keys.properties azure-storage-blob-log.yaml &
