Repository: camel Updated Branches: refs/heads/master 98ba70378 -> 1a9a26a92
Added all the AWS components in the Karaf Integration test Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/1a9a26a9 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/1a9a26a9 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/1a9a26a9 Branch: refs/heads/master Commit: 1a9a26a922d73e8254ffcbd660d16c812ca63581 Parents: 98ba703 Author: Andrea Cosentino <anco...@gmail.com> Authored: Wed Mar 8 09:06:28 2017 +0100 Committer: Andrea Cosentino <anco...@gmail.com> Committed: Wed Mar 8 09:06:28 2017 +0100 ---------------------------------------------------------------------- .../src/test/java/org/apache/camel/itest/karaf/CamelAwsTest.java | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/1a9a26a9/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelAwsTest.java ---------------------------------------------------------------------- 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 a77c23f..75ccaa6 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 @@ -29,6 +29,9 @@ public class CamelAwsTest extends BaseKarafTest { public void test() throws Exception { testComponent(COMPONENT, "aws-cw"); testComponent(COMPONENT, "aws-ddb"); + testComponent(COMPONENT, "aws-ec2"); + testComponent(COMPONENT, "aws-kinesis"); + testComponent(COMPONENT, "aws-kinesis-firehose"); testComponent(COMPONENT, "aws-s3"); testComponent(COMPONENT, "aws-sdb"); testComponent(COMPONENT, "aws-ses");