This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit d776757186933c7a7e90571ecb5bae9dc7214d6b Author: Pasquale Congiusti <[email protected]> AuthorDate: Thu Feb 23 15:07:11 2023 +0100 fix: promote route files --- .../cli => commonwithcustominstall}/files/promote-route-edited.groovy | 0 e2e/{common/cli => commonwithcustominstall}/files/promote-route.groovy | 0 .../cli => commonwithcustominstall}/files/timer-kamelet-usage.groovy | 0 e2e/knative/kamelet_test.go | 2 +- 4 files changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/common/cli/files/promote-route-edited.groovy b/e2e/commonwithcustominstall/files/promote-route-edited.groovy similarity index 100% rename from e2e/common/cli/files/promote-route-edited.groovy rename to e2e/commonwithcustominstall/files/promote-route-edited.groovy diff --git a/e2e/common/cli/files/promote-route.groovy b/e2e/commonwithcustominstall/files/promote-route.groovy similarity index 100% rename from e2e/common/cli/files/promote-route.groovy rename to e2e/commonwithcustominstall/files/promote-route.groovy diff --git a/e2e/common/cli/files/timer-kamelet-usage.groovy b/e2e/commonwithcustominstall/files/timer-kamelet-usage.groovy similarity index 100% rename from e2e/common/cli/files/timer-kamelet-usage.groovy rename to e2e/commonwithcustominstall/files/timer-kamelet-usage.groovy diff --git a/e2e/knative/kamelet_test.go b/e2e/knative/kamelet_test.go index 8c236ea0c..b78411b4d 100644 --- a/e2e/knative/kamelet_test.go +++ b/e2e/knative/kamelet_test.go @@ -83,7 +83,7 @@ func TestKameletChange(t *testing.T) { Eventually(IntegrationPodPhase(ns, "timer-binding"), TestTimeoutLong).Should(Equal(corev1.PodRunning)) Eventually(IntegrationConditionStatus(ns, "timer-binding", v1.IntegrationConditionReady), TestTimeoutShort).Should(Equal(corev1.ConditionTrue)) - Eventually(IntegrationLogs(ns, "display"), TestTimeoutShort).Should(ContainSubstring("message is Hi")) + Eventually(IntegrationLogs(ns, "test-kamelet-display"), TestTimeoutShort).Should(ContainSubstring("message is Hi")) Eventually(KameletBindingCondition(ns, timerBinding, v1alpha1.KameletBindingConditionReady), TestTimeoutMedium). Should(And(
