We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70ea863 commit ad81a1fCopy full SHA for ad81a1f
test/test_base.py
@@ -131,7 +131,7 @@ def check_scenarios():
131
if len(scns) == 0:
132
return True
133
for s in scns:
134
- exit_status = get_pod_exit_status(s["name"])
+ exit_status = get_pod_exit_status(s["name"], s["namespace"])
135
self.log.debug(f"Scenario {s['name']} exited with code {exit_status}")
136
if exit_status != 0:
137
return False
0 commit comments