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 678cfda commit 4fd6a67Copy full SHA for 4fd6a67
test/test_base.py
@@ -130,7 +130,7 @@ def check_scenarios():
130
if len(scns) == 0:
131
return True
132
for s in scns:
133
- exit_status = get_pod_exit_status(s["name"])
+ exit_status = get_pod_exit_status(s["name"], s["namespace"])
134
self.log.debug(f"Scenario {s['name']} exited with code {exit_status}")
135
if exit_status != 0:
136
return False
0 commit comments