test: add inspect integration tests
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
e26e48ec87
commit
0c1383fd30
4 changed files with 64 additions and 0 deletions
|
@ -174,6 +174,7 @@ func TestGetContainerInfoCtrNotFound(t *testing.T) {
|
|||
t.Fatalf("expected errCtrNotFound error, got %v", err)
|
||||
}
|
||||
}
|
||||
|
||||
func TestGetContainerInfoCtrStateNil(t *testing.T) {
|
||||
s := &Server{}
|
||||
created := time.Now()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue