Skip to content

Commit 8a03c71

Browse files
committed
[GB200] In test_ultraserver, fix assert_no_errors_in_logs
1 parent 85ca856 commit 8a03c71

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
@@ -73,7 +73,7 @@ def assert_no_errors_in_logs(cluster: Cluster, queue: str, compute_resource: str
7373
if log == "/var/log/nvidia-imex-verbose.log" and not is_existing_remote_file(rce, log):
7474
logging.info("IMEX log file not found. Not an issue as IMEX writes logs there only in case of errors.")
7575
continue
76-
assert_regex_in_file(cluster, compute_node_ip, log, r"(warn|error|fail)", negate=True)
76+
assert_regex_in_file(rce, compute_node_ip, log, r"(warn|error|fail)", negate=True)
7777

7878

7979
def assert_imex_status(

0 commit comments

Comments
 (0)