This is an automated email from the ASF dual-hosted git repository.
tsato pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
from eafde47d4 Updated CHANGELOG.md
new 1d523e5f5 chore(e2e): reorg and clean up e2e/global/builder
new 0cd7f11fc chore(e2e): refactor e2e/global/common
new 72c72302b chore(e2e): reuse namespace for e2e/global/knative
new 4ba7a2765 chore(e2e): move Java file to files/ for
e2e/global/service-binding
new bbf486c72 chore(e2e): reuse namespace for e2e/namespace/install
new aa681a7a4 chore(e2e): move test files to files/ for
e2e/namespace/native
new 69cdfc25e chore(e2e): more namespace reuse for e2e/global/common
new d08e12116 fix(e2e): fix knative test
new 19eea8d2d chore(e2e): rename kamel run test function
The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
e2e/global/builder/docker_hub_test.go | 60 ---------
e2e/global/builder/github_packages_test.go | 61 ---------
e2e/global/builder/registry_test.go | 89 +++++++++++++
e2e/global/common/kamelet_binding_test.go | 9 +-
e2e/global/common/traits/service_test.go | 10 +-
e2e/global/knative/knative_test.go | 147 +++++++++------------
.../{ => files}/ServiceBinding.java | 0
e2e/global/service-binding/service_binding_test.go | 2 +-
e2e/namespace/install/cli/run_test.go | 117 ++++++++--------
e2e/namespace/native/Java.java | 28 ----
.../builder => namespace/native}/files/Java.java | 0
e2e/namespace/native/{ => files}/yaml.yaml | 0
e2e/namespace/native/native_test.go | 4 +-
13 files changed, 222 insertions(+), 305 deletions(-)
delete mode 100644 e2e/global/builder/docker_hub_test.go
delete mode 100644 e2e/global/builder/github_packages_test.go
create mode 100644 e2e/global/builder/registry_test.go
rename e2e/global/service-binding/{ => files}/ServiceBinding.java (100%)
delete mode 100644 e2e/namespace/native/Java.java
rename e2e/{global/builder => namespace/native}/files/Java.java (100%)
rename e2e/namespace/native/{ => files}/yaml.yaml (100%)