You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/12/05 12:26:27 UTC

(camel-spring-boot) 02/02: CAMEL-20190 - Camel-Spring-Boot: Kubernetes Cronjob starter - test

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

acosentino pushed a commit to branch CAMEL-20190
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit f2c21fe2bb746a0fc9996f229248fd693d498128
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Dec 5 13:26:09 2023 +0100

    CAMEL-20190 - Camel-Spring-Boot: Kubernetes Cronjob starter - test
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../test/java/org/apache/camel/itest/springboot/CamelKubernetesTest.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelKubernetesTest.java b/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelKubernetesTest.java
index a7f2d883431..025cbc5460c 100644
--- a/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelKubernetesTest.java
+++ b/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelKubernetesTest.java
@@ -57,6 +57,7 @@ public class CamelKubernetesTest extends AbstractSpringBootTestSupport {
         this.runComponentTest(createTestConfig(), "kubernetes-services");
         this.runComponentTest(createTestConfig(), "openshift-builds");
         this.runComponentTest(createTestConfig(), "openshift-build-configs");
+        this.runComponentTest(createTestConfig(), "kubernetes-cronjob");
 
         this.runModuleUnitTestsIfEnabled(config);
     }