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
|
@ -35,8 +35,8 @@ function teardown() {
|
|||
run ocic pod remove --id "$id"
|
||||
echo "$output"
|
||||
[ "$status" -eq 0 ]
|
||||
stop_ocid
|
||||
cleanup_pods
|
||||
stop_ocid
|
||||
}
|
||||
|
||||
@test "pod remove" {
|
||||
|
@ -60,6 +60,6 @@ function teardown() {
|
|||
run ocic pod remove --id "$pod_id"
|
||||
echo "$output"
|
||||
[ "$status" -eq 0 ]
|
||||
stop_ocid
|
||||
cleanup_pods
|
||||
stop_ocid
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue