Skip to content

Commit 87d5300

Browse files
committed
test base: add namespace to get_pod_exit_status
1 parent 23692eb commit 87d5300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def check_scenarios():
130130
if len(scns) == 0:
131131
return True
132132
for s in scns:
133-
exit_status = get_pod_exit_status(s["name"])
133+
exit_status = get_pod_exit_status(s["name"], s["namespace"])
134134
self.log.debug(f"Scenario {s['name']} exited with code {exit_status}")
135135
if exit_status != 0:
136136
return False

0 commit comments

Comments
 (0)