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 ab3ea07c44f08b7ef266928aa039ae7e926b145d Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Jul 24 12:06:23 2018 +0200 CAMEL-12238 - Added Karaf test --- .../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 9e71d7b..209d377 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-iam"); testComponent(COMPONENT, "aws-kinesis"); testComponent(COMPONENT, "aws-kinesis-firehose"); testComponent(COMPONENT, "aws-kms");
