-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add e2e runner (go variant) #95
Merged
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
6e16875
add e2e runner v2
OlegLoewen 7478197
Add support for testcase groups. Merge test results of junit.xml file…
OlegLoewen e8e0134
Remove unneccessary env variables in test-defs and adjust readme.md
OlegLoewen c65ad62
Remove unsed functions
OlegLoewen f1d5a7c
Fix: test summary wrongly calculated if e2e.log file size is big
OlegLoewen d1a1233
Fix testgrid metadata format
OlegLoewen 15ddde6
Introduce command line flags: kubeconfig, k8sVersion, cloudprovider, …
OlegLoewen 0f5b4df
Move root/test/e2etest to root/integration-tests/e2e
OlegLoewen 305a3f6
Add working.json files to k8s version 1.10, 1.11, 1.12, 1.13
OlegLoewen f38f8f3
Fix description file generation for untracked testcases
OlegLoewen cbadeda
Use different archive package which support shifting and overwriting
OlegLoewen 66cdd7c
Fix desc generator calculating untracked testcases
OlegLoewen e58a9df
Add k8s 1.15.0 description files. Remove not existing testcases.
OlegLoewen 7c8f463
Add newly identified skipped testcases to corresponding skip description
OlegLoewen 124e9fa
Fix e2e test summary calculation
OlegLoewen 72bf452
Trim cmd log to 300 characters
OlegLoewen 07ff2c9
Fix summary failed testcase names array in file
OlegLoewen 2b4e2fa
Get corresponding kubectl
OlegLoewen 6ad549d
Update documentation
OlegLoewen c0a4969
Fix test defs
OlegLoewen c7ab20a
Fix path to e2e tests in test-defs
OlegLoewen 69bb5f7
Use golang images isntead of base-step images
OlegLoewen 8a99a65
Move downloaded kubectl statically to /usr/local/bin/kubectl, since k…
OlegLoewen 9d87051
Use customized moveFile function because of invalid cross-device link…
OlegLoewen 22db8cc
add debug arguments
OlegLoewen 98cef82
Improve kubectl installation
OlegLoewen b441f8c
Remove debug flags
OlegLoewen af86976
Remove depricated k8s-e2e 1.15 files
OlegLoewen 593df1c
move networktest to integration-tests folder
OlegLoewen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Remove unsed functions
Use TM export path and kubeconfig path Reuse test-infra util functions Additional minor fixes
- Loading branch information
commit c65ad62d30838301e616301ef83125f19f06854f
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
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
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
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
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe also add a default/skeleton cloudprovider to run tests that should be supported on all, e.g when trying to run tests on packet, metal as a service etc