bump runc@b263a43430ac6996a4302b891688544225197294
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
73a0881dbb
commit
c258a2d8f0
386 changed files with 9394 additions and 39467 deletions
3
vendor/github.com/opencontainers/runc/libcontainer/state_linux_test.go
generated
vendored
3
vendor/github.com/opencontainers/runc/libcontainer/state_linux_test.go
generated
vendored
|
@ -6,10 +6,11 @@ import "testing"
|
|||
|
||||
func TestStateStatus(t *testing.T) {
|
||||
states := map[containerState]Status{
|
||||
&stoppedState{}: Destroyed,
|
||||
&stoppedState{}: Stopped,
|
||||
&runningState{}: Running,
|
||||
&restoredState{}: Running,
|
||||
&pausedState{}: Paused,
|
||||
&createdState{}: Created,
|
||||
}
|
||||
for s, status := range states {
|
||||
if s.status() != status {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue