test: add inspect integration tests

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
Antonio Murdaca 2017-09-12 16:06:20 +02:00
parent e26e48ec87
commit 0c1383fd30
No known key found for this signature in database
GPG key ID: B2BEAD150DE936B9
4 changed files with 64 additions and 0 deletions

View file

@ -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()