From 587276512cb690c747d7b2fcff4a05abf6248b61 Mon Sep 17 00:00:00 2001 From: Kurt Biery Date: Mon, 22 Jun 2026 07:30:23 -0500 Subject: [PATCH] Updated the integtest to get the basic_checks function from the utility_functions file in the integrationtest repo. --- integtest/crt_frame_builder_test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integtest/crt_frame_builder_test.py b/integtest/crt_frame_builder_test.py index 913ec0e..bd90707 100644 --- a/integtest/crt_frame_builder_test.py +++ b/integtest/crt_frame_builder_test.py @@ -6,7 +6,7 @@ from daqconf.utils import find_free_port import integrationtest.log_file_checks as log_file_checks import integrationtest.data_classes as data_classes -import integrationtest.basic_checks as basic_checks +import integrationtest.utility_functions as utility_functions from integrationtest.verbosity_helper import IntegtestVerbosityLevels import functools @@ -191,7 +191,7 @@ def test_dunerc_success(run_dunerc, caplog): # checks for run control success, problems during pytest setup, etc. - basic_checks.basic_checks(run_dunerc, caplog, print_test_name=True) + utility_functions.basic_checks(run_dunerc, caplog, print_test_name=True) def test_log_files(run_dunerc): if check_for_logfile_errors: