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

tsato pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit aa681a7a4d8ccf33cccf5f861daf501a358a2fd1
Author: Tadayoshi Sato <sato.tadayo...@gmail.com>
AuthorDate: Fri Jul 15 17:24:41 2022 +0900

    chore(e2e): move test files to files/ for e2e/namespace/native
---
 e2e/namespace/native/{ => files}/Java.java | 0
 e2e/namespace/native/{ => files}/yaml.yaml | 0
 e2e/namespace/native/native_test.go        | 4 ++--
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/e2e/namespace/native/Java.java 
b/e2e/namespace/native/files/Java.java
similarity index 100%
rename from e2e/namespace/native/Java.java
rename to e2e/namespace/native/files/Java.java
diff --git a/e2e/namespace/native/yaml.yaml 
b/e2e/namespace/native/files/yaml.yaml
similarity index 100%
rename from e2e/namespace/native/yaml.yaml
rename to e2e/namespace/native/files/yaml.yaml
diff --git a/e2e/namespace/native/native_test.go 
b/e2e/namespace/native/native_test.go
index 91c2e939f..c84e49704 100644
--- a/e2e/namespace/native/native_test.go
+++ b/e2e/namespace/native/native_test.go
@@ -49,7 +49,7 @@ func TestNativeIntegrations(t *testing.T) {
 
                t.Run("unsupported integration source language", func(t 
*testing.T) {
                        name := "unsupported-java"
-                       Expect(KamelRunWithID(operatorID, ns, "Java.java", 
"--name", name,
+                       Expect(KamelRunWithID(operatorID, ns, 
"files/Java.java", "--name", name,
                                "-t", "quarkus.package-type=native",
                        ).Execute()).To(Succeed())
 
@@ -59,7 +59,7 @@ func TestNativeIntegrations(t *testing.T) {
 
                t.Run("automatic rollout deployment from fast-jar to native 
kit", func(t *testing.T) {
                        name := "jvm-to-native"
-                       Expect(KamelRunWithID(operatorID, ns, "yaml.yaml", 
"--name", name,
+                       Expect(KamelRunWithID(operatorID, ns, 
"files/yaml.yaml", "--name", name,
                                "-t", "quarkus.package-type=fast-jar",
                                "-t", "quarkus.package-type=native",
                        ).Execute()).To(Succeed())

Reply via email to