-
Notifications
You must be signed in to change notification settings - Fork 76
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 host-agent integration tests #399
Add host-agent integration tests #399
Conversation
c856add
to
0109602
Compare
16bd7a4
to
ac0f8c0
Compare
Codecov Report
@@ Coverage Diff @@
## main #399 +/- ##
=======================================
Coverage 67.97% 67.97%
=======================================
Files 23 23
Lines 1705 1705
=======================================
Hits 1159 1159
Misses 474 474
Partials 72 72
|
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, some nits only
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!
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.
Thank you for this PR!
What this PR does / why we need it:
Add integration tests for
installK8sComponents
. Also updates the existinghost-agent
tests to run within docker-based environments.Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #393