add containers restore test

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
Antonio Murdaca 2016-10-08 14:24:16 +02:00
parent 30757221b4
commit e0364ec633
No known key found for this signature in database
GPG key ID: B2BEAD150DE936B9
4 changed files with 54 additions and 12 deletions

View file

@ -33,8 +33,8 @@ function teardown() {
run ocic pod remove --id "$pod_id"
echo "$output"
[ "$status" -eq 0 ]
stop_ocid
cleanup_pods
stop_ocid
}
@test "ctr lifecycle" {
@ -103,6 +103,6 @@ function teardown() {
run ocic ctr list
echo "$output"
[ "$status" -eq 0 ]
stop_ocid
cleanup_pods
stop_ocid
}