Skip to content

Commit 9ae2b71

Browse files
committed
test/system: Be more strict when checking 'podman ps --all'
Fallout from the following: * 2ee82af * c56b749 * 05c9c06
1 parent f3bb953 commit 9ae2b71

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/system/101-create.bats

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ teardown() {
159159

160160
run podman ps --all
161161

162+
assert_success
162163
assert_output --regexp "Created[[:blank:]]+arch-toolbox-latest"
163164
}
164165

@@ -184,6 +185,7 @@ teardown() {
184185

185186
run podman ps --all
186187

188+
assert_success
187189
assert_output --regexp "Created[[:blank:]]+arch-toolbox-latest"
188190
}
189191

@@ -209,6 +211,7 @@ teardown() {
209211

210212
run podman ps --all
211213

214+
assert_success
212215
assert_output --regexp "Created[[:blank:]]+arch-toolbox-latest"
213216
}
214217

@@ -225,6 +228,7 @@ teardown() {
225228

226229
run podman ps --all
227230

231+
assert_success
228232
assert_output --regexp "Created[[:blank:]]+fedora-toolbox-34"
229233
}
230234

@@ -241,6 +245,7 @@ teardown() {
241245

242246
run podman ps --all
243247

248+
assert_success
244249
assert_output --regexp "Created[[:blank:]]+rhel-toolbox-8.10"
245250
}
246251

0 commit comments

Comments
 (0)