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 2018/12/21 14:55:29 UTC

[camel] 03/05: CAMEL-13027 - Added aws-eks to camel-aws Karaf Itest

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 2b821f4cd3ead9fe1db1ba5359fb5f2e357ad913
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Dec 21 15:15:58 2018 +0100

    CAMEL-13027 - Added aws-eks to camel-aws Karaf Itest
---
 .../src/test/java/org/apache/camel/itest/karaf/CamelAwsTest.java         | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelAwsTest.java b/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelAwsTest.java
index 209d377..fab0d24 100644
--- a/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelAwsTest.java
+++ b/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelAwsTest.java
@@ -31,6 +31,7 @@ public class CamelAwsTest extends BaseKarafTest {
         testComponent(COMPONENT, "aws-ddb");
         testComponent(COMPONENT, "aws-ddbstream");
         testComponent(COMPONENT, "aws-ec2");
+        testComponent(COMPONENT, "aws-eks");
         testComponent(COMPONENT, "aws-iam");
         testComponent(COMPONENT, "aws-kinesis");
         testComponent(COMPONENT, "aws-kinesis-firehose");