Skip to content

Commit 5eba4a6

Browse files
committed
[GB200] In test_ultraserver, fix assert_imex_nodes_config_is_correct
1 parent 8a03c71 commit 5eba4a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration-tests/tests/ultraserver/test_gb200.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ def assert_imex_not_configured(cluster: Cluster, queue: str, compute_resource: s
237237

238238
job_id = submit_job_imex_status(rce, queue, max_nodes)
239239

240-
assert_imex_nodes_config_is_correct(rce, queue, compute_resource, FAKE_IPS)
240+
assert_imex_nodes_config_is_correct(cluster, queue, compute_resource, FAKE_IPS)
241241
assert_imex_status(
242242
rce, job_id, FAKE_IPS, service_status="DOWN", node_status="UNAVAILABLE", connection_status="INVALID"
243243
)

0 commit comments

Comments
 (0)