You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 12, 2021. It is now read-only.
There are no unit tests for virtcontainers/types/container.go. They can be added by adapting unit tests from sandbox.go mentioned in #2852 since they use state transitions defined in sandbox.go.
The text was updated successfully, but these errors were encountered:
Add unit tests for types/container.go. Tests were adapted from
sandbox_test.go since ContainerState is a sandbox state structure and
the transition tests are the same.
Fixeskata-containers#2856
Signed-off-by: Chelsea Mafrica <[email protected]>
Add unit tests for types/container.go. Tests were adapted from
sandbox_test.go since ContainerState is a sandbox state structure and
the transition tests are the same.
Fixeskata-containers#2856
Signed-off-by: Chelsea Mafrica <[email protected]>
cmaf
pushed a commit
to cmaf/runtime
that referenced
this issue
Jul 29, 2020
Add unit tests for types/container.go. Tests were adapted from
sandbox_test.go since ContainerState is a sandbox state structure and
the transition tests are the same.
Fixeskata-containers#2856
Signed-off-by: Chelsea Mafrica <[email protected]>
There are no unit tests for virtcontainers/types/container.go. They can be added by adapting unit tests from sandbox.go mentioned in #2852 since they use state transitions defined in sandbox.go.
The text was updated successfully, but these errors were encountered: