CAMEL-9759: camel-zipkin - Instrument Camel. Work in progress.
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/f8ef4eb1 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/f8ef4eb1 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/f8ef4eb1 Branch: refs/heads/master Commit: f8ef4eb1aa3fe937b08806aa2b63fb96716b6179 Parents: afc18f9 Author: Claus Ibsen <davscl...@apache.org> Authored: Tue Mar 29 14:44:22 2016 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Tue Mar 29 14:44:22 2016 +0200 ---------------------------------------------------------------------- .../java/org/apache/camel/itest/karaf/CamelZipkinTest.java | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/f8ef4eb1/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelZipkinTest.java ---------------------------------------------------------------------- diff --git a/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelZipkinTest.java b/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelZipkinTest.java index 7a665d5..2916976 100644 --- a/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelZipkinTest.java +++ b/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelZipkinTest.java @@ -18,8 +18,6 @@ package org.apache.camel.itest.karaf; import org.junit.Test; import org.junit.runner.RunWith; -import org.ops4j.pax.exam.Configuration; -import org.ops4j.pax.exam.Option; import org.ops4j.pax.exam.junit.PaxExam; @RunWith(PaxExam.class) @@ -29,12 +27,7 @@ public class CamelZipkinTest extends AbstractFeatureTest { @Test public void test() throws Exception { - // TODO: test zipkin - } - - @Configuration - public static Option[] configure() { - return configure(COMPONENT); + installCamelFeature(COMPONENT); } }