You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2020/02/12 15:21:37 UTC

[camel] 01/02: CAMEL-14492: Separete etcd into 3 different endpoints as they are different. This also causes problems with generated configurer classes.

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

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 282cb0868c1dddd1986b5558f5394cd05a7a6b7b
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Feb 12 16:19:53 2020 +0100

    CAMEL-14492: Separete etcd into 3 different endpoints as they are different. This also causes problems with generated configurer classes.
---
 .../src/test/java/org/apache/camel/itest/karaf/CamelEtcdTest.java     | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelEtcdTest.java b/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelEtcdTest.java
index 9a3199e..9c60a8e 100644
--- a/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelEtcdTest.java
+++ b/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelEtcdTest.java
@@ -27,7 +27,9 @@ public class CamelEtcdTest extends BaseKarafTest {
 
     @Test
     public void test() throws Exception {
-        testComponent(COMPONENT);
+        testComponent(COMPONENT, "etcd-keys");
+        testComponent(COMPONENT, "etcd-stats");
+        testComponent(COMPONENT, "etcd-watch");
     }
 
 }
\ No newline at end of file