From e3967008c5c5cb3dad7e720091c4848c3b5cb36b Mon Sep 17 00:00:00 2001 From: Kurt Biery Date: Thu, 7 May 2026 08:29:01 -0500 Subject: [PATCH] initial changes to adapt to confgen (integtest config params) improvements --- integtest/change_rate_test.py | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/integtest/change_rate_test.py b/integtest/change_rate_test.py index 9e6b8a9a..96ecec01 100644 --- a/integtest/change_rate_test.py +++ b/integtest/change_rate_test.py @@ -75,16 +75,9 @@ ], } -# The next three variable declarations *must* be present as globals in the test -# file. They're read by the "fixtures" in conftest.py to determine how -# to run the config generation and drunc -# The arguments to pass to the config generator, excluding the json -# output directory (the test framework handles that) - -object_databases = ["config/daqsystemtest/integrationtest-objects.data.xml"] - -conf_dict = data_classes.drunc_config() +conf_dict = data_classes.integtest_params_for_generated_dunedaq_config() +conf_dict.object_databases = ["config/daqsystemtest/integrationtest-objects.data.xml"] conf_dict.dro_map_config.n_streams = number_of_data_producers conf_dict.op_env = "integtest" conf_dict.config_session_name = "changerate"