This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
from 5b960316 Bump org.apache.camel.k:camel-k-crds from 2.3.0 to 2.3.1
(#2023)
add 1d0f4f1f chore(e2e): Add AWS SQS Kamelet tests (#2026)
No new revisions were added by this update.
Summary of changes:
tests/camel-kamelets-itest/pom.xml | 6 ++++
.../aws/kinesis/aws-kinesis-source.feature | 5 +--
.../test/resources/aws/s3/amazonS3Client.groovy | 3 +-
.../aws/s3/aws-s3-source-secret-conf.feature | 6 ++--
.../aws/s3/aws-s3-to-knative-channel.yaml | 2 +-
.../src/test/resources/aws/s3/yaks-config.yaml | 3 +-
.../src/test/resources/aws/{s3 => sqs}/README.md | 32 +++++++++----------
.../amazonSQSClient.groovy} | 14 ++++-----
.../aws/sqs/aws-sqs-credentials.properties | 8 +++++
.../aws-sqs-knative-channel.feature} | 32 +++++++++----------
.../aws/sqs/aws-sqs-source-property-conf.feature | 32 +++++++++++++++++++
.../aws/sqs/aws-sqs-source-secret-conf.feature | 36 ++++++++++++++++++++++
.../aws/sqs/aws-sqs-source-uri-conf.feature | 27 ++++++++++++++++
.../aws-sqs-to-knative-channel.yaml} | 11 +++----
.../aws-sqs-to-log-secret-based.groovy} | 4 +--
.../aws-sqs-to-log-uri-based.groovy} | 12 ++++++--
.../resources/aws/sqs/aws-sqs-uri-pipe.feature | 29 +++++++++++++++++
.../aws-sqs-uri-pipe.yaml} | 9 +++---
.../resources/aws/{s3 => sqs}/yaks-config.yaml | 21 ++++++-------
19 files changed, 217 insertions(+), 75 deletions(-)
copy tests/camel-kamelets-itest/src/test/resources/aws/{s3 => sqs}/README.md
(62%)
copy
tests/camel-kamelets-itest/src/test/resources/aws/{s3/amazonS3Client.groovy =>
sqs/amazonSQSClient.groovy} (87%)
create mode 100644
tests/camel-kamelets-itest/src/test/resources/aws/sqs/aws-sqs-credentials.properties
copy
tests/camel-kamelets-itest/src/test/resources/aws/{s3/aws-s3-knative-channel.feature
=> sqs/aws-sqs-knative-channel.feature} (50%)
create mode 100644
tests/camel-kamelets-itest/src/test/resources/aws/sqs/aws-sqs-source-property-conf.feature
create mode 100644
tests/camel-kamelets-itest/src/test/resources/aws/sqs/aws-sqs-source-secret-conf.feature
create mode 100644
tests/camel-kamelets-itest/src/test/resources/aws/sqs/aws-sqs-source-uri-conf.feature
copy
tests/camel-kamelets-itest/src/test/resources/aws/{s3/aws-s3-to-knative-channel.yaml
=> sqs/aws-sqs-to-knative-channel.yaml} (87%)
copy
tests/camel-kamelets-itest/src/test/resources/aws/{s3/aws-s3-to-log-secret-based.groovy
=> sqs/aws-sqs-to-log-secret-based.groovy} (92%)
copy
tests/camel-kamelets-itest/src/test/resources/aws/{s3/aws-s3-to-log-secret-based.groovy
=> sqs/aws-sqs-to-log-uri-based.groovy} (61%)
create mode 100644
tests/camel-kamelets-itest/src/test/resources/aws/sqs/aws-sqs-uri-pipe.feature
copy
tests/camel-kamelets-itest/src/test/resources/aws/{s3/aws-s3-uri-pipe.yaml =>
sqs/aws-sqs-uri-pipe.yaml} (88%)
copy tests/camel-kamelets-itest/src/test/resources/aws/{s3 =>
sqs}/yaks-config.yaml (85%)