Skip to content

Commit 44551d5

Browse files
Himani Anil Deshpandehimani2411
authored andcommitted
[NVIDIA-IMEX] Update the fake IPs as per cookbook
1 parent 839f0e2 commit 44551d5

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
@@ -30,7 +30,7 @@
3030

3131
# We use placeholder IPs just to get IMEX started.
3232
# These values are hardwired in the cookbook.
33-
FAKE_IPS = ["172.31.51.93", "172.31.48.43"]
33+
FAKE_IPS = ["0.0.0.0"] * 9
3434

3535

3636
def submit_job_imex_status(rce: RemoteCommandExecutor, queue: str, max_nodes: int = 1):

0 commit comments

Comments
 (0)