This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
from 0bdf62451 chore: bump to 2.0.0
new 54a7378ea chore: test rearrange
new 9e8876974 chore(test): e2e folder reorganization
new 1c18a476d chore(ci): remove unused actions/wf
new 181855062 chore: remove upgrade action
new 657c9e8d1 chore(doc): explain the new structure
new 6dfa4175b fix: failing checks
new b8559713d fix(e2e): common wf fixes
new 782db9c3b chore: make knative faster
new 4ed20573d chore: knative tests
new aeeb397ff fix: remove local operator installation
new 099b08a24 chore: move kamelet repo test to advanced common
new 8c69ee7d3 fix: split common vs non-common
new d77675718 fix: promote route files
new 2c3941bc3 fix: some flakiness when getting integrations
new 90c831ddb fix: knative script call
new b0f7c9619 chore: move startup and teardown in support folder
new 4bd9833c0 fix: github raw example
new b0821066d chore: debug requires own namespace
new 67dc23a94 chore: rewrite log test
The 19 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:
.github/actions/e2e-builder/exec-tests.sh | 2 +-
.github/actions/e2e-common/action.yml | 7 +-
.github/actions/e2e-common/exec-tests.sh | 13 +-
.github/actions/e2e-install/exec-tests.sh | 2 +-
.github/actions/e2e-knative/exec-tests.sh | 2 +-
.github/actions/e2e-local/action.yml | 49 ---
.../{e2e-install-native => e2e-native}/action.yml | 6 +-
.../exec-tests.sh | 4 +-
.github/actions/e2e-telemetry/exec-tests.sh | 2 +-
.github/actions/e2e-upgrade/exec-tests.sh | 2 +-
.../actions/kamel-config-cluster-ocp3/action.yml | 233 -------------
.github/workflows/build.yml | 2 +-
.github/workflows/builder.yml | 2 +-
.github/workflows/common.yml | 28 +-
.github/workflows/install.yml | 26 +-
.github/workflows/knative.yml | 8 +-
.github/workflows/local.yml | 68 ----
.github/workflows/native.yml | 8 +-
.github/workflows/openshift.yml | 129 -------
.github/workflows/upgrade.yml | 93 -----
.github/workflows/verify-generate.yml | 68 ----
docs/modules/ROOT/pages/contributing/e2e.adoc | 28 +-
e2e/README.md | 48 +++
e2e/{global => }/builder/build_test.go | 0
e2e/{global => }/builder/files/groovy.groovy | 0
e2e/{global => }/builder/registry_test.go | 0
e2e/common/cli/bind_test.go | 65 ++++
.../cli/config_test.go} | 49 +--
.../common/cli/default.go | 12 +-
e2e/common/cli/delete_test.go | 79 +++++
e2e/common/cli/describe_test.go | 84 +++++
e2e/common/cli/dev_mode_test.go | 221 ++++++++++++
.../cli/duplicate_parameters_test.go | 2 +-
.../common/build => common/cli}/files/Java.java | 0
.../cli/files/JavaDuplicateParams.java | 0
.../cli}/files/resource-file-location-route.groovy | 0
.../install => common}/cli/files/run.yaml | 0
e2e/{global/common => common/cli}/files/yaml.yaml | 0
e2e/common/cli/get_test.go | 75 +++++
e2e/common/cli/help_test.go | 57 ++++
e2e/{namespace/install => common}/cli/log_test.go | 49 ++-
.../cli/offline_commands_test.go | 11 +-
e2e/common/cli/run_test.go | 181 ++++++++++
.../install => common}/cli/version_test.go | 12 +-
e2e/common/config/config_test.go | 350 +++++++++++++++++++
.../config.go => e2e/common/config/default.go | 8 +
.../config/files/build-property-file-route.groovy | 0
.../config/files/build-property-route.groovy | 0
.../files/config-configmap-properties-route.groovy | 0
.../config/files/config-configmap-route.groovy | 0
.../common/config/files/config-file-route.groovy | 0
.../config/files/config-secret-key-route.groovy | 0
.../common/config/files/config-secret-route.groovy | 0
e2e/{global => }/common/config/files/my.properties | 0
.../common/config/files/property-file-route.groovy | 0
.../common/config/files/property-route.groovy | 0
.../common/config/files/quarkus.properties | 0
.../resource-configmap-key-location-route.groovy | 0
.../files/resource-configmap-location-route.groovy | 0
.../config/files/resource-configmap-route.groovy | 0
.../resource-file-base64-encoded-route.groovy | 0
.../config/files/resource-file-binary-route.groovy | 0
.../files/resource-file-location-route.groovy | 0
.../common/config/files/resource-file-route.groovy | 0
.../config/files/resource-secret-route.groovy | 0
.../common/config/files/resources-data-same.txt | 0
.../common/config/files/resources-data.txt | 0
.../common/config/files/resources-data.zip | Bin
.../common/languages/default.go | 12 +-
e2e/{global => }/common/languages/files/Java.java | 0
e2e/{global => }/common/languages/files/Prop.java | 0
.../common/languages/files/groovy.groovy | 0
.../common/languages/files/js-polyglot.js | 0
e2e/{global => }/common/languages/files/js.js | 0
e2e/{global => }/common/languages/files/kotlin.kts | 0
.../common/languages/files/prop.properties | 0
e2e/{global => }/common/languages/files/xml.xml | 0
.../common/languages/files/yaml-polyglot.yaml | 0
e2e/{global => }/common/languages/files/yaml.yaml | 0
e2e/{global => }/common/languages/groovy_test.go | 28 +-
.../common/languages/init_test_support.go | 4 +-
.../xml_test.go => common/languages/java_test.go} | 37 +-
.../yaml_test.go => common/languages/js_test.go} | 30 +-
e2e/{global => }/common/languages/kotlin_test.go | 28 +-
e2e/{global => }/common/languages/polyglot_test.go | 22 +-
.../js_test.go => common/languages/xml_test.go} | 30 +-
.../xml_test.go => common/languages/yaml_test.go} | 30 +-
e2e/{global/common => common/misc}/client_test.go | 55 +--
e2e/common/misc/cron_test.go | 75 +++++
.../common/misc/default.go | 12 +-
.../common => common/misc}/files/BadRoute.java | 0
e2e/{global/common => common/misc}/files/Java.java | 0
.../misc}/files/TimerCustomKameletIntegration.java | 0
.../misc}/files/TimerKameletIntegration.java | 2 +-
.../common => common/misc}/files/Unresolvable.java | 0
.../misc}/files/cron-fallback.yaml | 0
.../common => common/misc}/files/cron-quartz.yaml | 0
.../common => common/misc}/files/cron-timer.yaml | 0
.../common => common/misc}/files/cron-yaml.yaml | 0
e2e/{global/common => common/misc}/files/cron.yaml | 0
.../kamelets/timer-custom-source.kamelet.yaml | 0
.../misc/files/my-timer-source.kamelet.yaml} | 2 +-
.../misc/files/registry}/FoobarDecryption.java | 0
.../misc/files/registry}/LaughingRoute.java | 0
.../misc/files/registry}/classpath/Xslt.java | 0
.../misc/files/registry}/classpath/cheese.xsl | 0
.../files => common/misc/files/registry}/laugh.txt | 0
.../misc/files/registry}/laughs/haha.txt | 0
.../misc/files/registry}/laughs/hehe.txt | 0
.../misc/files/registry}/sample-decryption-1.0.jar | Bin
.../misc/files/registry}/sample-decryption-1.0.pom | 0
.../main/java/camelk/DeterministicDecryption.java | 0
.../misc}/files/rest-consumer.yaml | 0
.../misc}/files/rest-producer.yaml | 0
.../knative => common/misc}/files/yaml.yaml | 0
e2e/common/misc/integration_fail_test.go | 120 +++++++
e2e/common/misc/kamelet_binding_test.go | 170 ++++++++++
e2e/common/misc/kamelet_binding_with_image_test.go | 109 ++++++
.../misc/kamelet_test.go} | 25 +-
.../common => common/misc}/kamelet_update_test.go | 22 +-
.../build => common/misc}/maven_repository_test.go | 31 +-
.../misc}/platformless_run_test.go | 28 +-
e2e/common/misc/registry_maven_wagon_test.go | 141 ++++++++
e2e/common/misc/rest_test.go | 91 +++++
e2e/common/misc/scale_binding_test.go | 133 ++++++++
e2e/common/misc/scale_integration_test.go | 131 ++++++++
.../misc/structured_logs_test.go} | 47 ++-
.../support/startup_test.go} | 33 +-
.../doc.go => common/support/teardown_test.go} | 20 +-
e2e/common/traits/affinity_test.go | 152 +++++++++
e2e/common/traits/container_test.go | 100 ++++++
.../common/traits/default.go | 12 +-
e2e/common/traits/deployment_test.go | 93 +++++
.../traits/error_handler_test.go} | 24 +-
e2e/common/traits/errored_trait_test.go | 79 +++++
.../common/traits/files/ErroredRoute.java | 0
e2e/{global => }/common/traits/files/Java.java | 0
e2e/{global => }/common/traits/files/Master.java | 0
.../common/traits/files/NeverReady.java | 0
.../common/traits/files/PlatformHttpServer.java | 0
.../common/traits/files/PodTest.groovy | 0
.../traits}/files/ServiceBinding.java | 0
.../common/traits/files/jvm/Classpath.java | 0
.../common/traits/files/jvm/sample-1.0.jar | Bin
.../common/traits/files/openapi/petstore-api.yaml | 0
.../common/traits/files/openapi/petstore.groovy | 0
.../files/template-with-supplemental-groups.yaml | 0
e2e/{global => }/common/traits/files/template.yaml | 0
e2e/common/traits/health_test.go | 332 ++++++++++++++++++
e2e/{global => }/common/traits/istio_test.go | 36 +-
.../traits/jolokia_test.go} | 47 ++-
e2e/{global => }/common/traits/jvm_test.go | 43 ++-
e2e/common/traits/master_test.go | 69 ++++
e2e/common/traits/openapi_test.go | 89 +++++
e2e/common/traits/pdb_test.go | 162 +++++++++
e2e/{global => }/common/traits/pod_test.go | 38 +--
e2e/{global => }/common/traits/prometheus_test.go | 63 ++--
e2e/common/traits/pull_secret_test.go | 90 +++++
e2e/common/traits/route_test.go | 329 ++++++++++++++++++
.../traits}/service_binding_test.go | 43 ++-
e2e/common/traits/service_test.go | 111 ++++++
e2e/common/traits/toleration_test.go | 129 +++++++
.../cli => commonwithcustominstall}/debug_test.go | 25 +-
.../cli => commonwithcustominstall}/dump_test.go | 10 +-
.../environment_test.go | 2 +-
.../files/Java.java | 0
.../files/TimerCustomKameletIntegration.java | 0
.../files/promote-route-edited.groovy | 0
.../files/promote-route.groovy | 0
.../files/timer-kamelet-usage.groovy | 0
.../files/yaml.yaml | 0
.../incremental_build_test.go | 2 +-
.../kamelet_repo_test.go} | 12 +-
.../maven_http_proxy_test.go | 2 +-
.../operator_id_filtering_test.go | 2 +-
.../operator_metrics_test.go | 2 +-
.../promote_test.go | 2 +-
.../reset_test.go | 2 +-
.../secondary_platform_test.go | 2 +-
.../tekton_test.go | 19 +-
e2e/global/common/config/config_test.go | 373 ---------------------
e2e/global/common/cron_test.go | 93 -----
e2e/global/common/integration_fail_test.go | 137 --------
e2e/global/common/kamelet_binding_test.go | 181 ----------
.../common/kamelet_binding_with_image_test.go | 118 -------
e2e/global/common/kamelet_test.go | 82 -----
e2e/global/common/languages/java_test.go | 61 ----
e2e/global/common/rest_test.go | 100 ------
e2e/global/common/scale_binding_test.go | 140 --------
e2e/global/common/scale_integration_test.go | 139 --------
e2e/global/common/traits/affinity_test.go | 155 ---------
e2e/global/common/traits/container_test.go | 104 ------
e2e/global/common/traits/deployment_test.go | 98 ------
e2e/global/common/traits/error_handler_test.go | 59 ----
e2e/global/common/traits/errored_trait_test.go | 82 -----
e2e/global/common/traits/health_test.go | 345 -------------------
e2e/global/common/traits/jolokia_test.go | 61 ----
e2e/global/common/traits/master_test.go | 84 -----
e2e/global/common/traits/openapi_test.go | 118 -------
e2e/global/common/traits/pdb_test.go | 175 ----------
e2e/global/common/traits/pull_secret_test.go | 93 -----
e2e/global/common/traits/route_test.go | 341 -------------------
e2e/global/common/traits/service_test.go | 114 -------
e2e/global/common/traits/toleration_test.go | 144 --------
e2e/global/knative/kamelet_test.go | 99 ------
e2e/global/knative/knative_test.go | 141 --------
e2e/global/knative/openapi_test.go | 84 -----
e2e/global/registry/registry_maven_wagon_test.go | 144 --------
.../service_binding_kamelet_test.go | 74 ----
e2e/{global/common => install/cli}/files/Java.java | 0
.../install/cli/files/timer-kamelet-usage.groovy | 0
e2e/{namespace => }/install/cli/files/yaml.yaml | 0
.../install/cli/global_kamelet_test.go | 2 +-
e2e/{namespace => }/install/cli/global_test.go | 2 +-
e2e/{namespace => }/install/cli/install_test.go | 2 +-
.../build => install/cli}/maven_ca_secret_test.go | 2 +-
e2e/{namespace => }/install/cli/uninstall_test.go | 2 +-
e2e/{namespace => }/install/kustomize/common.go | 0
.../install/kustomize/operator_test.go | 6 +-
.../install/kustomize/setup_test.go | 4 +-
.../install/kustomize/uninstall_test.go | 4 +-
.../install => install/olm}/files/yaml.yaml | 0
.../upgrade => install/olm}/olm_install_test.go | 12 +-
.../upgrade/cli_upgrade_test.go | 2 +-
.../native => install/upgrade}/files/yaml.yaml | 0
.../upgrade/olm_upgrade_test.go | 24 +-
e2e/{global/knative/doc.go => knative/default.go} | 8 +-
e2e/{global => }/knative/files/flow.yaml | 0
e2e/{global => }/knative/files/http_out.groovy | 0
e2e/{global => }/knative/files/knative1.groovy | 0
e2e/{global => }/knative/files/knative2.groovy | 0
e2e/{global => }/knative/files/knative3.groovy | 0
.../knative/files/knative_broker_receiver.groovy | 0
.../knative/files/knative_broker_sender.groovy | 0
e2e/{global => }/knative/files/knativech1.groovy | 0
e2e/{global => }/knative/files/knativech2.groovy | 0
e2e/{global => }/knative/files/knativeevt1.groovy | 0
e2e/{global => }/knative/files/knativeevt2.groovy | 0
.../knative/files/knativegetpost1.groovy | 0
.../knative/files/knativegetpost2.groovy | 0
.../knative/files/knativemultihop1.groovy | 0
.../knative/files/knativemultihop2.groovy | 0
.../knative/files/knativemultihop3.groovy | 0
e2e/{global => }/knative/files/petstore-api.yaml | 0
e2e/{global => }/knative/files/petstore.groovy | 0
.../knative/files/podtest-knative1.groovy | 0
.../knative/files/podtest-knative2.groovy | 0
.../knative/files/template-knative.yaml | 0
.../files/test-kamelet-display.groovy} | 2 +-
e2e/{namespace/upgrade => knative}/files/yaml.yaml | 0
e2e/knative/kamelet_test.go | 96 ++++++
e2e/{global => }/knative/knative_platform_test.go | 19 +-
e2e/knative/knative_test.go | 143 ++++++++
.../version_test.go => knative/openapi_test.go} | 34 +-
e2e/{global => }/knative/pod_test.go | 25 +-
.../support/startup_test.go} | 33 +-
.../doc.go => knative/support/teardown_test.go} | 20 +-
e2e/local/files/dependency.groovy | 25 --
e2e/local/files/trait.groovy | 25 --
e2e/local/local_build_test.go | 252 --------------
e2e/local/local_inspect_test.go | 98 ------
e2e/local/local_run_test.go | 221 ------------
e2e/local/util.go | 66 ----
e2e/namespace/install/cli/bind_test.go | 71 ----
e2e/namespace/install/cli/config_test.go | 71 ----
e2e/namespace/install/cli/delete_test.go | 88 -----
e2e/namespace/install/cli/describe_test.go | 84 -----
e2e/namespace/install/cli/dev_mode_test.go | 223 ------------
e2e/namespace/install/cli/get_test.go | 73 ----
e2e/namespace/install/cli/help_test.go | 57 ----
e2e/namespace/install/cli/run_test.go | 183 ----------
e2e/namespace/install/files/Java.java | 28 --
e2e/{namespace => }/native/files/Groovy.groovy | 0
e2e/{namespace => }/native/files/Java.java | 0
e2e/{namespace => }/native/files/JavaScript.js | 0
e2e/{namespace => }/native/files/Kotlin.kts | 0
e2e/{namespace => }/native/files/Xml.xml | 0
e2e/{global/common => native}/files/yaml.yaml | 0
e2e/{namespace => }/native/native_binding_test.go | 0
e2e/{namespace => }/native/native_test.go | 0
e2e/{namespace => }/native/native_test_support.go | 0
.../native/native_with_sources_test.go | 0
e2e/{namespace/upgrade/util.go => support/csv.go} | 27 +-
e2e/support/test_support.go | 40 ++-
.../telemetry/files/rest-consumer.yaml | 0
.../telemetry/files/rest-producer.yaml | 0
e2e/{global => }/telemetry/telemetry_test.go | 0
script/Makefile | 109 +++---
script/get_catalog.sh | 2 +-
289 files changed, 4972 insertions(+), 6828 deletions(-)
delete mode 100644 .github/actions/e2e-local/action.yml
rename .github/actions/{e2e-install-native => e2e-native}/action.yml (96%)
rename .github/actions/{e2e-install-native => e2e-native}/exec-tests.sh (95%)
delete mode 100644 .github/actions/kamel-config-cluster-ocp3/action.yml
delete mode 100644 .github/workflows/local.yml
delete mode 100644 .github/workflows/openshift.yml
delete mode 100644 .github/workflows/upgrade.yml
delete mode 100644 .github/workflows/verify-generate.yml
create mode 100644 e2e/README.md
rename e2e/{global => }/builder/build_test.go (100%)
rename e2e/{global => }/builder/files/groovy.groovy (100%)
rename e2e/{global => }/builder/registry_test.go (100%)
create mode 100644 e2e/common/cli/bind_test.go
copy e2e/{global/common/platformless_run_test.go => common/cli/config_test.go}
(53%)
copy
addons/strimzi/duck/client/internalclientset/typed/duck/v1beta2/generated_expansion.go
=> e2e/common/cli/default.go (80%)
create mode 100644 e2e/common/cli/delete_test.go
create mode 100644 e2e/common/cli/describe_test.go
create mode 100644 e2e/common/cli/dev_mode_test.go
rename e2e/{namespace/install => common}/cli/duplicate_parameters_test.go (99%)
rename e2e/{global/common/build => common/cli}/files/Java.java (100%)
rename e2e/{namespace/install => common}/cli/files/JavaDuplicateParams.java
(100%)
rename e2e/{global/common/config =>
common/cli}/files/resource-file-location-route.groovy (100%)
rename e2e/{namespace/install => common}/cli/files/run.yaml (100%)
copy e2e/{global/common => common/cli}/files/yaml.yaml (100%)
create mode 100644 e2e/common/cli/get_test.go
create mode 100644 e2e/common/cli/help_test.go
rename e2e/{namespace/install => common}/cli/log_test.go (51%)
rename e2e/{namespace/install => common}/cli/offline_commands_test.go (93%)
create mode 100644 e2e/common/cli/run_test.go
copy e2e/{namespace/install => common}/cli/version_test.go (83%)
create mode 100644 e2e/common/config/config_test.go
copy pkg/util/config/config.go => e2e/common/config/default.go (81%)
rename e2e/{global => }/common/config/files/build-property-file-route.groovy
(100%)
rename e2e/{global => }/common/config/files/build-property-route.groovy (100%)
rename e2e/{global =>
}/common/config/files/config-configmap-properties-route.groovy (100%)
rename e2e/{global => }/common/config/files/config-configmap-route.groovy
(100%)
rename e2e/{global => }/common/config/files/config-file-route.groovy (100%)
rename e2e/{global => }/common/config/files/config-secret-key-route.groovy
(100%)
rename e2e/{global => }/common/config/files/config-secret-route.groovy (100%)
rename e2e/{global => }/common/config/files/my.properties (100%)
rename e2e/{global => }/common/config/files/property-file-route.groovy (100%)
rename e2e/{global => }/common/config/files/property-route.groovy (100%)
rename e2e/{global => }/common/config/files/quarkus.properties (100%)
rename e2e/{global =>
}/common/config/files/resource-configmap-key-location-route.groovy (100%)
rename e2e/{global =>
}/common/config/files/resource-configmap-location-route.groovy (100%)
rename e2e/{global => }/common/config/files/resource-configmap-route.groovy
(100%)
rename e2e/{global =>
}/common/config/files/resource-file-base64-encoded-route.groovy (100%)
rename e2e/{global => }/common/config/files/resource-file-binary-route.groovy
(100%)
rename e2e/{namespace/install/cli =>
common/config}/files/resource-file-location-route.groovy (100%)
rename e2e/{global => }/common/config/files/resource-file-route.groovy (100%)
rename e2e/{global => }/common/config/files/resource-secret-route.groovy (100%)
rename e2e/{global => }/common/config/files/resources-data-same.txt (100%)
rename e2e/{global => }/common/config/files/resources-data.txt (100%)
rename e2e/{global => }/common/config/files/resources-data.zip (100%)
copy
addons/strimzi/duck/client/internalclientset/typed/duck/v1beta2/generated_expansion.go
=> e2e/common/languages/default.go (80%)
rename e2e/{global => }/common/languages/files/Java.java (100%)
rename e2e/{global => }/common/languages/files/Prop.java (100%)
rename e2e/{global => }/common/languages/files/groovy.groovy (100%)
rename e2e/{global => }/common/languages/files/js-polyglot.js (100%)
rename e2e/{global => }/common/languages/files/js.js (100%)
rename e2e/{global => }/common/languages/files/kotlin.kts (100%)
rename e2e/{global => }/common/languages/files/prop.properties (100%)
rename e2e/{global => }/common/languages/files/xml.xml (100%)
rename e2e/{global => }/common/languages/files/yaml-polyglot.yaml (100%)
rename e2e/{global => }/common/languages/files/yaml.yaml (100%)
rename e2e/{global => }/common/languages/groovy_test.go (59%)
rename e2e/{global => }/common/languages/init_test_support.go (92%)
copy e2e/{global/common/languages/xml_test.go =>
common/languages/java_test.go} (54%)
rename e2e/{global/common/languages/yaml_test.go =>
common/languages/js_test.go} (57%)
rename e2e/{global => }/common/languages/kotlin_test.go (59%)
rename e2e/{global => }/common/languages/polyglot_test.go (57%)
rename e2e/{global/common/languages/js_test.go =>
common/languages/xml_test.go} (64%)
rename e2e/{global/common/languages/xml_test.go =>
common/languages/yaml_test.go} (64%)
rename e2e/{global/common => common/misc}/client_test.go (60%)
create mode 100644 e2e/common/misc/cron_test.go
copy
addons/strimzi/duck/client/internalclientset/typed/duck/v1beta2/generated_expansion.go
=> e2e/common/misc/default.go (80%)
rename e2e/{global/common => common/misc}/files/BadRoute.java (100%)
copy e2e/{global/common => common/misc}/files/Java.java (100%)
rename e2e/{global/common =>
common/misc}/files/TimerCustomKameletIntegration.java (100%)
rename e2e/{global/common => common/misc}/files/TimerKameletIntegration.java
(93%)
rename e2e/{global/common => common/misc}/files/Unresolvable.java (100%)
rename e2e/{global/common => common/misc}/files/cron-fallback.yaml (100%)
rename e2e/{global/common => common/misc}/files/cron-quartz.yaml (100%)
rename e2e/{global/common => common/misc}/files/cron-timer.yaml (100%)
rename e2e/{global/common => common/misc}/files/cron-yaml.yaml (100%)
rename e2e/{global/common => common/misc}/files/cron.yaml (100%)
rename e2e/{global/common =>
common/misc}/files/kamelets/timer-custom-source.kamelet.yaml (100%)
rename e2e/{global/common/files/timer-source.kamelet.yaml =>
common/misc/files/my-timer-source.kamelet.yaml} (99%)
rename e2e/{global/registry/files =>
common/misc/files/registry}/FoobarDecryption.java (100%)
rename e2e/{global/registry/files =>
common/misc/files/registry}/LaughingRoute.java (100%)
rename e2e/{global/registry/files =>
common/misc/files/registry}/classpath/Xslt.java (100%)
rename e2e/{global/registry/files =>
common/misc/files/registry}/classpath/cheese.xsl (100%)
rename e2e/{global/registry/files => common/misc/files/registry}/laugh.txt
(100%)
rename e2e/{global/registry/files =>
common/misc/files/registry}/laughs/haha.txt (100%)
rename e2e/{global/registry/files =>
common/misc/files/registry}/laughs/hehe.txt (100%)
rename e2e/{global/registry/files =>
common/misc/files/registry}/sample-decryption-1.0.jar (100%)
rename e2e/{global/registry/files =>
common/misc/files/registry}/sample-decryption-1.0.pom (100%)
rename e2e/{global/registry/files =>
common/misc/files/registry}/src/main/java/camelk/DeterministicDecryption.java
(100%)
rename e2e/{global/common => common/misc}/files/rest-consumer.yaml (100%)
rename e2e/{global/common => common/misc}/files/rest-producer.yaml (100%)
rename e2e/{global/knative => common/misc}/files/yaml.yaml (100%)
create mode 100644 e2e/common/misc/integration_fail_test.go
create mode 100644 e2e/common/misc/kamelet_binding_test.go
create mode 100644 e2e/common/misc/kamelet_binding_with_image_test.go
copy e2e/{namespace/install/cli/version_test.go =>
common/misc/kamelet_test.go} (55%)
rename e2e/{global/common => common/misc}/kamelet_update_test.go (71%)
copy e2e/{global/common/build => common/misc}/maven_repository_test.go (57%)
rename e2e/{global/common => common/misc}/platformless_run_test.go (66%)
create mode 100644 e2e/common/misc/registry_maven_wagon_test.go
create mode 100644 e2e/common/misc/rest_test.go
create mode 100644 e2e/common/misc/scale_binding_test.go
create mode 100644 e2e/common/misc/scale_integration_test.go
copy e2e/{global/common/build/maven_repository_test.go =>
common/misc/structured_logs_test.go} (51%)
copy e2e/{namespace/native/native_test_support.go =>
common/support/startup_test.go} (56%)
rename e2e/{global/builder/doc.go => common/support/teardown_test.go} (75%)
create mode 100644 e2e/common/traits/affinity_test.go
create mode 100644 e2e/common/traits/container_test.go
copy
addons/strimzi/duck/client/internalclientset/typed/duck/v1beta2/generated_expansion.go
=> e2e/common/traits/default.go (80%)
create mode 100644 e2e/common/traits/deployment_test.go
rename e2e/{global/common/build/maven_repository_test.go =>
common/traits/error_handler_test.go} (64%)
create mode 100644 e2e/common/traits/errored_trait_test.go
rename e2e/{global => }/common/traits/files/ErroredRoute.java (100%)
rename e2e/{global => }/common/traits/files/Java.java (100%)
rename e2e/{global => }/common/traits/files/Master.java (100%)
rename e2e/{global => }/common/traits/files/NeverReady.java (100%)
rename e2e/{global => }/common/traits/files/PlatformHttpServer.java (100%)
rename e2e/{global => }/common/traits/files/PodTest.groovy (100%)
rename e2e/{global/service-binding => common/traits}/files/ServiceBinding.java
(100%)
rename e2e/{global => }/common/traits/files/jvm/Classpath.java (100%)
rename e2e/{global => }/common/traits/files/jvm/sample-1.0.jar (100%)
rename e2e/{global => }/common/traits/files/openapi/petstore-api.yaml (100%)
rename e2e/{global => }/common/traits/files/openapi/petstore.groovy (100%)
rename e2e/{global =>
}/common/traits/files/template-with-supplemental-groups.yaml (100%)
rename e2e/{global => }/common/traits/files/template.yaml (100%)
create mode 100644 e2e/common/traits/health_test.go
rename e2e/{global => }/common/traits/istio_test.go (52%)
rename e2e/{global/common/structured_logs_test.go =>
common/traits/jolokia_test.go} (51%)
rename e2e/{global => }/common/traits/jvm_test.go (51%)
create mode 100644 e2e/common/traits/master_test.go
create mode 100644 e2e/common/traits/openapi_test.go
create mode 100644 e2e/common/traits/pdb_test.go
rename e2e/{global => }/common/traits/pod_test.go (76%)
rename e2e/{global => }/common/traits/prometheus_test.go (55%)
create mode 100644 e2e/common/traits/pull_secret_test.go
create mode 100644 e2e/common/traits/route_test.go
rename e2e/{global/service-binding => common/traits}/service_binding_test.go
(64%)
create mode 100644 e2e/common/traits/service_test.go
create mode 100644 e2e/common/traits/toleration_test.go
rename e2e/{namespace/install/cli => commonwithcustominstall}/debug_test.go
(87%)
rename e2e/{namespace/install/cli => commonwithcustominstall}/dump_test.go
(94%)
rename e2e/{namespace/install => commonwithcustominstall}/environment_test.go
(99%)
rename e2e/{namespace/install/cli => commonwithcustominstall}/files/Java.java
(100%)
rename e2e/{namespace/install/cli =>
commonwithcustominstall}/files/TimerCustomKameletIntegration.java (100%)
rename e2e/{namespace/install/cli =>
commonwithcustominstall}/files/promote-route-edited.groovy (100%)
rename e2e/{namespace/install/cli =>
commonwithcustominstall}/files/promote-route.groovy (100%)
copy e2e/{namespace/install/cli =>
commonwithcustominstall}/files/timer-kamelet-usage.groovy (100%)
rename e2e/{local => commonwithcustominstall}/files/yaml.yaml (100%)
rename e2e/{global/common/build =>
commonwithcustominstall}/incremental_build_test.go (98%)
rename e2e/{namespace/install/cli/kamelet_test.go =>
commonwithcustominstall/kamelet_repo_test.go} (90%)
rename e2e/{namespace/install =>
commonwithcustominstall}/maven_http_proxy_test.go (99%)
rename e2e/{namespace/install =>
commonwithcustominstall}/operator_id_filtering_test.go (99%)
rename e2e/{global/common => commonwithcustominstall}/operator_metrics_test.go
(99%)
rename e2e/{namespace/install/cli => commonwithcustominstall}/promote_test.go
(99%)
rename e2e/{global/common => commonwithcustominstall}/reset_test.go (99%)
rename e2e/{global/common =>
commonwithcustominstall}/secondary_platform_test.go (98%)
rename e2e/{global/common => commonwithcustominstall}/tekton_test.go (74%)
delete mode 100644 e2e/global/common/config/config_test.go
delete mode 100644 e2e/global/common/cron_test.go
delete mode 100644 e2e/global/common/integration_fail_test.go
delete mode 100644 e2e/global/common/kamelet_binding_test.go
delete mode 100644 e2e/global/common/kamelet_binding_with_image_test.go
delete mode 100644 e2e/global/common/kamelet_test.go
delete mode 100644 e2e/global/common/languages/java_test.go
delete mode 100644 e2e/global/common/rest_test.go
delete mode 100644 e2e/global/common/scale_binding_test.go
delete mode 100644 e2e/global/common/scale_integration_test.go
delete mode 100644 e2e/global/common/traits/affinity_test.go
delete mode 100644 e2e/global/common/traits/container_test.go
delete mode 100644 e2e/global/common/traits/deployment_test.go
delete mode 100644 e2e/global/common/traits/error_handler_test.go
delete mode 100644 e2e/global/common/traits/errored_trait_test.go
delete mode 100644 e2e/global/common/traits/health_test.go
delete mode 100644 e2e/global/common/traits/jolokia_test.go
delete mode 100644 e2e/global/common/traits/master_test.go
delete mode 100644 e2e/global/common/traits/openapi_test.go
delete mode 100644 e2e/global/common/traits/pdb_test.go
delete mode 100644 e2e/global/common/traits/pull_secret_test.go
delete mode 100644 e2e/global/common/traits/route_test.go
delete mode 100644 e2e/global/common/traits/service_test.go
delete mode 100644 e2e/global/common/traits/toleration_test.go
delete mode 100644 e2e/global/knative/kamelet_test.go
delete mode 100644 e2e/global/knative/knative_test.go
delete mode 100644 e2e/global/knative/openapi_test.go
delete mode 100644 e2e/global/registry/registry_maven_wagon_test.go
delete mode 100644 e2e/global/service-binding/service_binding_kamelet_test.go
rename e2e/{global/common => install/cli}/files/Java.java (100%)
rename e2e/{namespace => }/install/cli/files/timer-kamelet-usage.groovy (100%)
rename e2e/{namespace => }/install/cli/files/yaml.yaml (100%)
rename e2e/{namespace => }/install/cli/global_kamelet_test.go (99%)
rename e2e/{namespace => }/install/cli/global_test.go (99%)
rename e2e/{namespace => }/install/cli/install_test.go (99%)
rename e2e/{global/common/build => install/cli}/maven_ca_secret_test.go (99%)
rename e2e/{namespace => }/install/cli/uninstall_test.go (99%)
rename e2e/{namespace => }/install/kustomize/common.go (100%)
rename e2e/{namespace => }/install/kustomize/operator_test.go (95%)
rename e2e/{namespace => }/install/kustomize/setup_test.go (95%)
rename e2e/{namespace => }/install/kustomize/uninstall_test.go (96%)
rename e2e/{namespace/install => install/olm}/files/yaml.yaml (100%)
rename e2e/{namespace/upgrade => install/olm}/olm_install_test.go (92%)
rename e2e/{namespace => install}/upgrade/cli_upgrade_test.go (99%)
rename e2e/{namespace/native => install/upgrade}/files/yaml.yaml (100%)
rename e2e/{namespace => install}/upgrade/olm_upgrade_test.go (92%)
rename e2e/{global/knative/doc.go => knative/default.go} (81%)
rename e2e/{global => }/knative/files/flow.yaml (100%)
rename e2e/{global => }/knative/files/http_out.groovy (100%)
rename e2e/{global => }/knative/files/knative1.groovy (100%)
rename e2e/{global => }/knative/files/knative2.groovy (100%)
rename e2e/{global => }/knative/files/knative3.groovy (100%)
rename e2e/{global => }/knative/files/knative_broker_receiver.groovy (100%)
rename e2e/{global => }/knative/files/knative_broker_sender.groovy (100%)
rename e2e/{global => }/knative/files/knativech1.groovy (100%)
rename e2e/{global => }/knative/files/knativech2.groovy (100%)
rename e2e/{global => }/knative/files/knativeevt1.groovy (100%)
rename e2e/{global => }/knative/files/knativeevt2.groovy (100%)
rename e2e/{global => }/knative/files/knativegetpost1.groovy (100%)
rename e2e/{global => }/knative/files/knativegetpost2.groovy (100%)
rename e2e/{global => }/knative/files/knativemultihop1.groovy (100%)
rename e2e/{global => }/knative/files/knativemultihop2.groovy (100%)
rename e2e/{global => }/knative/files/knativemultihop3.groovy (100%)
rename e2e/{global => }/knative/files/petstore-api.yaml (100%)
rename e2e/{global => }/knative/files/petstore.groovy (100%)
rename e2e/{global => }/knative/files/podtest-knative1.groovy (100%)
rename e2e/{global => }/knative/files/podtest-knative2.groovy (100%)
rename e2e/{global => }/knative/files/template-knative.yaml (100%)
rename e2e/{global/knative/files/display.groovy =>
knative/files/test-kamelet-display.groovy} (94%)
rename e2e/{namespace/upgrade => knative}/files/yaml.yaml (100%)
create mode 100644 e2e/knative/kamelet_test.go
rename e2e/{global => }/knative/knative_platform_test.go (91%)
create mode 100644 e2e/knative/knative_test.go
rename e2e/{namespace/install/cli/version_test.go => knative/openapi_test.go}
(55%)
rename e2e/{global => }/knative/pod_test.go (53%)
copy e2e/{namespace/native/native_test_support.go =>
knative/support/startup_test.go} (55%)
rename e2e/{global/common/doc.go => knative/support/teardown_test.go} (74%)
delete mode 100644 e2e/local/files/dependency.groovy
delete mode 100644 e2e/local/files/trait.groovy
delete mode 100644 e2e/local/local_build_test.go
delete mode 100644 e2e/local/local_inspect_test.go
delete mode 100644 e2e/local/local_run_test.go
delete mode 100644 e2e/local/util.go
delete mode 100644 e2e/namespace/install/cli/bind_test.go
delete mode 100644 e2e/namespace/install/cli/config_test.go
delete mode 100644 e2e/namespace/install/cli/delete_test.go
delete mode 100644 e2e/namespace/install/cli/describe_test.go
delete mode 100644 e2e/namespace/install/cli/dev_mode_test.go
delete mode 100644 e2e/namespace/install/cli/get_test.go
delete mode 100644 e2e/namespace/install/cli/help_test.go
delete mode 100644 e2e/namespace/install/cli/run_test.go
delete mode 100644 e2e/namespace/install/files/Java.java
rename e2e/{namespace => }/native/files/Groovy.groovy (100%)
rename e2e/{namespace => }/native/files/Java.java (100%)
rename e2e/{namespace => }/native/files/JavaScript.js (100%)
rename e2e/{namespace => }/native/files/Kotlin.kts (100%)
rename e2e/{namespace => }/native/files/Xml.xml (100%)
rename e2e/{global/common => native}/files/yaml.yaml (100%)
rename e2e/{namespace => }/native/native_binding_test.go (100%)
rename e2e/{namespace => }/native/native_test.go (100%)
rename e2e/{namespace => }/native/native_test_support.go (100%)
rename e2e/{namespace => }/native/native_with_sources_test.go (100%)
rename e2e/{namespace/upgrade/util.go => support/csv.go} (84%)
rename e2e/{global => }/telemetry/files/rest-consumer.yaml (100%)
rename e2e/{global => }/telemetry/files/rest-producer.yaml (100%)
rename e2e/{global => }/telemetry/telemetry_test.go (100%)