This is an automated email from the ASF dual-hosted git repository.
nfilotto pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git
from 8e46361f9 Ref #324: Added camel-aws2-sns integration test (#325)
add 88cc5657b Ref #326: Add vm and direct-vm integration test (#327)
No new revisions were added by this update.
Summary of changes:
.../camel/itests/AbstractCamelRouteITest.java | 18 +++++-
.../karaf/camel/itests/CamelKarafTestHint.java | 5 ++
.../camel/itests/CamelSuppliedRouteLauncher.java | 11 +++-
.../main/resources/OSGI-INF/blueprint/route1.xml | 7 ++-
.../main/resources/OSGI-INF/blueprint/route2.xml | 7 ++-
.../main/resources/OSGI-INF/blueprint/route3.xml} | 12 ++--
.../apache/karaf/camel/itest/CamelCoreITest.java | 4 +-
.../org/apache/karaf/camel/itest/CamelVmITest.java | 65 ++++++++++++++++++++++
8 files changed, 114 insertions(+), 15 deletions(-)
copy tests/{examples/blueprint-dsl-only =>
features/camel-core}/src/main/resources/OSGI-INF/blueprint/route1.xml (86%)
copy tests/{examples/blueprint-dsl-only =>
features/camel-core}/src/main/resources/OSGI-INF/blueprint/route2.xml (86%)
copy
tests/{examples/blueprint-dsl-only/src/main/resources/OSGI-INF/blueprint/route1.xml
=> features/camel-core/src/main/resources/OSGI-INF/blueprint/route3.xml} (79%)
create mode 100644
tests/features/camel-core/src/test/java/org/apache/karaf/camel/itest/CamelVmITest.java