This is an automated email from the ASF dual-hosted git repository.

nfilotto pushed a change to branch 276/integration-test-framework
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git


    from 9edd4911 Move camel-seda and camel-file into same module
     add 1512fc7e Add support of integration tests with blueprint

No new revisions were added by this update.

Summary of changes:
 components/camel-blueprint/pom.xml                 |  4 +-
 tests/camel-integration-test/pom.xml               |  7 +++
 .../camel/itests/AbstractCamelRouteITest.java      | 70 ++++++++++++++++++++--
 .../{camel-elasticsearch => camel-amqp}/pom.xml    | 40 +++++++++----
 .../main/resources/OSGI-INF/blueprint/route.xml    | 59 ++++++++++++++++++
 .../apache/karaf/camel/itests/CamelAmqpITest.java  | 66 ++++++++++++++++++++
 tests/components/pom.xml                           |  1 +
 7 files changed, 230 insertions(+), 17 deletions(-)
 copy tests/components/{camel-elasticsearch => camel-amqp}/pom.xml (55%)
 create mode 100644 
tests/components/camel-amqp/src/main/resources/OSGI-INF/blueprint/route.xml
 create mode 100644 
tests/components/camel-amqp/src/test/java/org/apache/karaf/camel/itests/CamelAmqpITest.java

Reply via email to