Skip to content

Commit 5ae131b

Browse files
authored
Merge pull request #432 from DUNE-DAQ/kbiery/confgen_ideas
initial changes to adapt to confgen (integtest config params) improvements
2 parents 1948796 + e396700 commit 5ae131b

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

integtest/change_rate_test.py

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -75,16 +75,9 @@
7575
],
7676
}
7777

78-
# The next three variable declarations *must* be present as globals in the test
79-
# file. They're read by the "fixtures" in conftest.py to determine how
80-
# to run the config generation and drunc
8178

82-
# The arguments to pass to the config generator, excluding the json
83-
# output directory (the test framework handles that)
84-
85-
object_databases = ["config/daqsystemtest/integrationtest-objects.data.xml"]
86-
87-
conf_dict = data_classes.drunc_config()
79+
conf_dict = data_classes.integtest_params_for_generated_dunedaq_config()
80+
conf_dict.object_databases = ["config/daqsystemtest/integrationtest-objects.data.xml"]
8881
conf_dict.dro_map_config.n_streams = number_of_data_producers
8982
conf_dict.op_env = "integtest"
9083
conf_dict.config_session_name = "changerate"

0 commit comments

Comments
 (0)