add containers restore test
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
30757221b4
commit
e0364ec633
4 changed files with 54 additions and 12 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue