-
Notifications
You must be signed in to change notification settings - Fork 56
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
chore: Add unit tests for nv-ipam-cni objects rendering and sync #995
Conversation
Pull Request Test Coverage Report for Build 10093836643Details
💛 - Coveralls |
5279fbb
to
40c19aa
Compare
}) | ||
|
||
Context("Verify objects rendering", func() { | ||
It("should create Daemonset - minimal spec", func() { |
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.
I know we don't have this in our other tests (AFAIK), but should we start adding negative tests?
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.
NB: this is just a reminder, nothing related to this PR :)
100e188
to
451b4a2
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.
Looks good - just some comments around simplifying it a bit
f651916
to
ed10820
Compare
08d5f65
to
0db488a
Compare
73ed0db
to
bfac8b6
Compare
Signed-off-by: Soule BA <[email protected]>
bfac8b6
to
4dddd3c
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.
LGTM. Thanks for addressing my comments
No description provided.