-
Notifications
You must be signed in to change notification settings - Fork 27
Skeleton of a Uyuni-Tools End-To-End test framework #623
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
base: main
Are you sure you want to change the base?
Conversation
ce62a11 to
eab9812
Compare
0c64a71 to
3c62dc8
Compare
c01efe7 to
79ab6f4
Compare
| ./... | ||
| - name: Unit tests with all tags | ||
| run: go test -tags nok8s,ptf ./... |
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.
To be discussed with @cbosdo.
I have no idea why the go test failed with nok8s tag.
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.
If you disable them, how are we supposed to debug the issue?
|



What does this PR change?
This PR aims to implement a skeleton to use to cover End-To-End tests for Uyuni Tools
Test coverage
E2E tests were added
DONE
Changelogs
Make sure the changelogs entries you are adding are compliant with https://github.com/uyuni-project/uyuni/wiki/Contributing#changelogs and https://github.com/uyuni-project/uyuni/wiki/Contributing#uyuni-projectuyuni-repository
If you don't need a changelog check, please mark this checkbox:
If you uncheck the checkbox after the PR is created, you will need to re-run
changelog_test(see below)Before you merge
Check How to branch and merge properly!