This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit cecf3116145e70a5d9d6a80b008b058be8ab86b7 Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Dec 21 15:20:22 2018 +0100 CAMEL-13027 - Added EKS to Camel-AWS Spring Boot ITest --- .../src/test/java/org/apache/camel/itest/springboot/CamelAwsTest.java | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelAwsTest.java b/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelAwsTest.java index d646027..d7a10d2 100644 --- a/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelAwsTest.java +++ b/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelAwsTest.java @@ -44,6 +44,7 @@ public class CamelAwsTest extends AbstractSpringBootTestSupport { this.runComponentTest(createTestConfig(), "aws-ddb"); this.runComponentTest(createTestConfig(), "aws-ddbstream"); this.runComponentTest(createTestConfig(), "aws-ec2"); + this.runComponentTest(createTestConfig(), "aws-eks"); this.runComponentTest(createTestConfig(), "aws-iam"); this.runComponentTest(createTestConfig(), "aws-kinesis"); this.runComponentTest(createTestConfig(), "aws-kinesis-firehose");
