From 01de11299ac6dcfa6fa604ce1cecc1d2515fa929 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 19 Aug 2026 18:19:34 -0500 Subject: [PATCH 1/3] JCF: DUNE-DAQ/daq-deliverables#216: reflect name change in confmodel from ProcessingResource to HostCores --- config/daqsystemtest/hosts.data.xml | 38 ++++++++++++------------ config/daqsystemtest/ru-segment.data.xml | 2 +- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/config/daqsystemtest/hosts.data.xml b/config/daqsystemtest/hosts.data.xml index 3beee188..48dc5135 100644 --- a/config/daqsystemtest/hosts.data.xml +++ b/config/daqsystemtest/hosts.data.xml @@ -80,47 +80,47 @@ - + - + - + - + - + - + - + - + @@ -129,7 +129,7 @@ - + @@ -138,7 +138,7 @@ - + @@ -147,7 +147,7 @@ - + @@ -156,7 +156,7 @@ - + @@ -167,49 +167,49 @@ - + - + - + - + - + - + - + diff --git a/config/daqsystemtest/ru-segment.data.xml b/config/daqsystemtest/ru-segment.data.xml index 2564abfc..7c058b14 100644 --- a/config/daqsystemtest/ru-segment.data.xml +++ b/config/daqsystemtest/ru-segment.data.xml @@ -141,7 +141,7 @@ - + From eb585bd26c435180edcacaa8f609042da9b4c241 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 19 Aug 2026 22:47:41 -0500 Subject: [PATCH 2/3] JCF: DUNE-DAQ/daq-deliverables#216: correct the relation name from disabled to excluded to reflect the updated naming scheme in confmodel --- config/daqsystemtest/example-configs.data.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/daqsystemtest/example-configs.data.xml b/config/daqsystemtest/example-configs.data.xml index dbeeae03..9ac2f6ea 100644 --- a/config/daqsystemtest/example-configs.data.xml +++ b/config/daqsystemtest/example-configs.data.xml @@ -123,7 +123,7 @@ - + @@ -155,7 +155,7 @@ - + @@ -177,7 +177,7 @@ - + @@ -214,7 +214,7 @@ - + @@ -236,7 +236,7 @@ - + From 58926f5436e15a215d0cac30e5da9368435cfbba Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 22 Aug 2026 10:44:32 -0500 Subject: [PATCH 3/3] JCF: DUNE-DAQ/daq-deliverables#216: change trigger_bitwords_test.py to reflect the change from disable/enable to exclude/include --- integtest/trigger_bitwords_test.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/integtest/trigger_bitwords_test.py b/integtest/trigger_bitwords_test.py index 303f8b3e..63d46d49 100644 --- a/integtest/trigger_bitwords_test.py +++ b/integtest/trigger_bitwords_test.py @@ -88,14 +88,14 @@ # Prep to turn off tp-stream-writer local_conf = db.get_dal(class_name="Session", uid="local-1x1-config") tpstream_writer = db.get_dal(class_name="TPStreamWriterApplication", uid="tp-stream-writer") -# Append the TPStreamWriter to the disabled list -local_conf.disabled.append(tpstream_writer) -disabled_list = [db.get_dal(class_name=obj.className(), uid=obj.id) for obj in local_conf.disabled] +# Append the TPStreamWriter to the excluded list +local_conf.excluded.append(tpstream_writer) +excluded_list = [db.get_dal(class_name=obj.className(), uid=obj.id) for obj in local_conf.excluded] onebyone_local_conf.config_substitutions.append( data_classes.attribute_substitution( obj_class="Session", obj_id="local-1x1-config", - updates={"disabled": []}, + updates={"excluded": []}, ) ) # Disable TC merging @@ -125,11 +125,11 @@ series_bitword_conf, coincidence_bitword_conf] -# Actually disable tp-stream-writer +# Actually exclude tp-stream-writer for conf in configs: for sub in conf.config_substitutions: if sub.obj_id == "local-1x1-config": - sub.updates["disabled"] = disabled_list + sub.updates["excluded"] = excluded_list ### Bitwords configs # Prescale