-
Notifications
You must be signed in to change notification settings - Fork 247
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
test/e2e: more comprehensive test for NodeFeature objects #1016
test/e2e: more comprehensive test for NodeFeature objects #1016
Conversation
✅ Deploy Preview for kubernetes-sigs-nfd ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: marquiz The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/assign @fmuyassarov |
f4ca014
to
993280b
Compare
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.
Left some comments, but otherwise it is really good to have more tests indeed for the NodeFeature.
Test creation of multiple NodeFeature objects per node, mocking 3rd party extensions.
993280b
to
099f52c
Compare
@fmuyassarov thanks for the review. Comments addressed. I rebased the PR on top of the latest master so that the tests are runnable again (accommodating for the NodeFeature fields becoming optional and being removed from the test data yaml). PTAL |
Thanks @marquiz , looks good now. |
LGTM label has been added. Git tree hash: 88c6b82a37858aeb16860ab1f61cc015bf2086d0
|
Test creation of multiple NodeFeature objects per node, mocking 3rd party extensions.