File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -159,6 +159,7 @@ teardown() {
159
159
160
160
run podman ps --all
161
161
162
+ assert_success
162
163
assert_output --regexp " Created[[:blank:]]+arch-toolbox-latest"
163
164
}
164
165
@@ -184,6 +185,7 @@ teardown() {
184
185
185
186
run podman ps --all
186
187
188
+ assert_success
187
189
assert_output --regexp " Created[[:blank:]]+arch-toolbox-latest"
188
190
}
189
191
@@ -209,6 +211,7 @@ teardown() {
209
211
210
212
run podman ps --all
211
213
214
+ assert_success
212
215
assert_output --regexp " Created[[:blank:]]+arch-toolbox-latest"
213
216
}
214
217
@@ -225,6 +228,7 @@ teardown() {
225
228
226
229
run podman ps --all
227
230
231
+ assert_success
228
232
assert_output --regexp " Created[[:blank:]]+fedora-toolbox-34"
229
233
}
230
234
@@ -241,6 +245,7 @@ teardown() {
241
245
242
246
run podman ps --all
243
247
248
+ assert_success
244
249
assert_output --regexp " Created[[:blank:]]+rhel-toolbox-8.10"
245
250
}
246
251
You can’t perform that action at this time.
0 commit comments