-
Notifications
You must be signed in to change notification settings - Fork 374
unittest: tiny fix for incorrect parameters #348
Conversation
PSS Measurement: Memory inside container: |
Hi @keloyang - I'm a little confused since the following two commands appear to be equivalent, atleast using docker 18.03.1-ce...?!
|
Guess you are trying to test it with an older version of docker? @keloyang |
@jodh-intel yeah I guess @keloyang is trying to use a command that works both for old Docker versions as well as more recent ones like 18.03 |
@keloyang Yes, curious about the docker version where this is failing. |
@amshinde @jodh-intel @WeiZhang555 the version I used is 1.11.2, maybe it's better to use compatible command, WDYT ? |
@keloyang Agree on using a more compatible command. |
Codecov Report
@@ Coverage Diff @@
## master #348 +/- ##
=======================================
Coverage 63.74% 63.74%
=======================================
Files 87 87
Lines 8731 8731
=======================================
Hits 5566 5566
Misses 2569 2569
Partials 596 596 Continue to review full report at Codecov.
|
Fixes #347 Signed-off-by: y00316549 <yangshukui@huawei.com>
ping @amshinde @WeiZhang555 added --type=image, thanks. |
I have restarted the failing builds and opened kata-containers/tests#367 related to the CI failure. |
PSS Measurement: Memory inside container: |
pullapprove seems to be confused. We have the requisite number of acks and the CI is green, so merging... |
Adds support for running OCI hooks within the guest. A 'drop-in' path (guest_hook_path) is specified in the cli configuration file and if set, the agent will look for OCI hooks in this directory and inject them into the container life cycle. Fixes: kata-containers#348 Replaces: kata-containers#365 Co-authored-by: Edward Guzman <eguzman@nvidia.com> Co-authored-by: Felix Abecassis <fabecassis@nvidia.com> Signed-off-by: Edward Guzman <eguzman@nvidia.com> Signed-off-by: Felix Abecassis <fabecassis@nvidia.com>
runCommand([]string{"docker", "image", "inspect", testDockerImage}) will always fail, and it lead testcase pull busybox every time whether it exists or not.
Fixes #347
Signed-off-by: y00316549 yangshukui@huawei.com