-
Notifications
You must be signed in to change notification settings - Fork 54
refactor: add test to verify update event handle #165
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
refactor: add test to verify update event handle #165
Conversation
f5cbe9f
to
f7833dc
Compare
/release-note-none |
f7833dc
to
bebff6e
Compare
Pull Request Test Coverage Report for Build 5412003644
💛 - Coveralls |
8a37657
to
5cb0335
Compare
aeda135
to
2ca06ca
Compare
@haircommander the network config does get updated automatically when we update the config file. |
8bb1cfa
to
2f461ac
Compare
2f461ac
to
4956578
Compare
Signed-off-by: Amar Prakash Pandey <[email protected]>
4956578
to
07d40a6
Compare
@haircommander I have added the test to verify that when the network config file changes, the CRI-O network plugin automatically picks up the new config. |
/approve so has CRI-O always caught @cri-o/ocicni-maintainers PTAL |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: amarlearning, haircommander, saschagrunert 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 |
/lgtm |
@haircommander I looked at the git history to cross-check on this and it seems like the I think it makes sense to now add a bats test in CRI-O to check there as well e2e. |
@amarlearning are you going to take care of this? :) |
@saschagrunert I think we should cross-verify this part before we make an effort to write the bats test. Let me know what you think. |
I went through the release notes of both @saschagrunert yes, I will take care of this. |
Add test to verify update event handled by CRI-O
Does this PR introduce a user-facing change?