-
Notifications
You must be signed in to change notification settings - Fork 164
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
Make test in pillar container #3804
Make test in pillar container #3804
Conversation
23423d5
to
1e684c2
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3804 +/- ##
==========================================
- Coverage 20.27% 17.51% -2.76%
==========================================
Files 236 3 -233
Lines 52143 805 -51338
==========================================
- Hits 10570 141 -10429
+ Misses 40809 629 -40180
+ Partials 764 35 -729 ☔ View full report in Codecov by Sentry. |
1e684c2
to
9434be2
Compare
Yetus failed yamllint with (I don't know why this was not added as an annotation to the diffs.) |
Instead of running the tests in the builder container, run those in the pillar container. Advantages: - the environment is nearer to the real EVE - packages don't have to be put into pillar and builder container Signed-off-by: Christoph Ostarek <christoph@zededa.com>
9434be2
to
3b50230
Compare
de8aa92
to
5a200e3
Compare
a lot of those tests are not unit tests and calling those 'unit tests' is confusing Signed-off-by: Christoph Ostarek <christoph@zededa.com>
5a200e3
to
19c35b0
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
Makefile: run pillar tests in pillar container
Instead of running the tests in the builder container,
run those in the pillar container.
Advantages: