-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #515 from zong-zhe/fix-test-case
fix: fix test case, replace deprecated konfig with v0.10.0
- Loading branch information
Showing
10 changed files
with
21 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
test/e2e/test_suites/kpm/exec_outside_pkg/kpm_pull_with_oci_url/test_suite.stdout
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
start to pull 'oci://localhost:5001/test/k8s' | ||
the lastest version '1.27' will be pulled | ||
pulling '/test/k8s:1.27' from 'localhost:5001/test/k8s' | ||
the lastest version '1.31.2' will be pulled | ||
pulling '/test/k8s:1.31.2' from 'localhost:5001/test/k8s' | ||
pulled 'oci://localhost:5001/test/k8s' in '<workspace>/localhost:5001/test/k8s' successfully |
4 changes: 2 additions & 2 deletions
4
test/e2e/test_suites/kpm/exec_outside_pkg/kpm_pull_with_pkg_name/test_suite.stdout
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
start to pull 'k8s' | ||
the lastest version '1.27' will be pulled | ||
pulling 'test/k8s:1.27' from 'localhost:5001/test/k8s' | ||
the lastest version '1.31.2' will be pulled | ||
pulling 'test/k8s:1.31.2' from 'localhost:5001/test/k8s' | ||
pulled 'k8s' in '<workspace>/localhost:5001/test/k8s' successfully |
2 changes: 1 addition & 1 deletion
2
test/e2e/test_suites/kpm/workflows/add_multi_times/2.first_add_konfig_dep/test_suite.input
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
kpm add -git https://github.com/awesome-kusion/konfig.git -tag v0.0.1 | ||
kpm add -git https://github.com/kcl-lang/konfig -tag v0.10.0 |
2 changes: 1 addition & 1 deletion
2
test/e2e/test_suites/kpm/workflows/add_multi_times/2.first_add_konfig_dep/test_suite.stdout
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
add dependency 'konfig:v0.0.1' successfully | ||
add dependency 'konfig:v0.10.0' successfully |
2 changes: 1 addition & 1 deletion
2
test/e2e/test_suites/kpm/workflows/add_multi_times/3.second_add_konfig_dep/test_suite.input
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
kpm add -git https://github.com/awesome-kusion/konfig.git -tag v0.0.1 | ||
kpm add -git https://github.com/kcl-lang/konfig -tag v0.10.0 |
2 changes: 1 addition & 1 deletion
2
test/e2e/test_suites/kpm/workflows/add_multi_times/3.second_add_konfig_dep/test_suite.stdout
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
add dependency 'konfig:v0.0.1' successfully | ||
add dependency 'konfig:v0.10.0' successfully |
2 changes: 1 addition & 1 deletion
2
test/e2e/test_suites/kpm/workflows/add_multi_times/4.third_add_konfig_dep/test_suite.input
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
kpm add -git https://github.com/awesome-kusion/konfig.git -tag v0.0.1 | ||
kpm add -git https://github.com/kcl-lang/konfig -tag v0.10.0 |
2 changes: 1 addition & 1 deletion
2
test/e2e/test_suites/kpm/workflows/add_multi_times/4.third_add_konfig_dep/test_suite.stdout
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
add dependency 'konfig:v0.0.1' successfully | ||
add dependency 'konfig:v0.10.0' successfully |