kata-check: reduce default output verbosity#1987
kata-check: reduce default output verbosity#1987jcvenegas merged 2 commits intokata-containers:masterfrom
Conversation
|
/test |
|
Hi @marcov - could of things:
|
fa3b324 to
98b1d7b
Compare
|
Sure @jodh-intel! Before After After with After when errors are detected: |
98b1d7b to
beabdb0
Compare
|
/test |
Codecov Report
@@ Coverage Diff @@
## master #1987 +/- ##
=========================================
Coverage ? 52.01%
=========================================
Files ? 107
Lines ? 14352
Branches ? 0
=========================================
Hits ? 7465
Misses ? 5999
Partials ? 888 |
jodh-intel
left a comment
There was a problem hiding this comment.
Thanks @marcov.
lgtm
Since this is a behavioural change (a minor one, but still ... ;), we should mention this in the release notes for the next release.
/cc @jcvenegas, @egernst, @bergwolf.
|
A bunch of tests are failing. |
|
/cc @justin-he @jongwu for any ARM insights. |
|
@marcov I test your code in arm64 machine. there maybe two issues:
|
beabdb0 to
0119e1e
Compare
|
Thanks @jongwu, I found the bug in my code, I was not creating the fake modules in |
|
/test |
Add a generic function to run CLI kata-check tests, shared by all the args. Signed-off-by: Marco Vedovati <mvedovati@suse.com>
Update kata-check to print by default only relevant information about the ability to run / create Kata Containers, and omit the list of checks performed. Checks can still be printed using the --verbose flag. Fixes: kata-containers#1944 Signed-off-by: Marco Vedovati <mvedovati@suse.com>
0119e1e to
c54f00a
Compare
|
/test |
|
nemu and Power 8 jobs failures are failing on other PRs too, so we can prolly ignore them :-) |
Update kata-check to print by default only relevant information about
the ability to run / create Kata Containers, and omit the list of checks
performed. Checks can still be printed using the --verbose flag.
Fixes: #1944
Signed-off-by: Marco Vedovati mvedovati@suse.com