diff --git a/config/daqsystemtest/example-configs.data.xml b/config/daqsystemtest/example-configs.data.xml
index dbeeae0..9ac2f6e 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 @@
-
+
diff --git a/config/daqsystemtest/hosts.data.xml b/config/daqsystemtest/hosts.data.xml
index 3beee18..48dc513 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 2564abf..7c058b1 100644
--- a/config/daqsystemtest/ru-segment.data.xml
+++ b/config/daqsystemtest/ru-segment.data.xml
@@ -141,7 +141,7 @@
-
+
diff --git a/integtest/trigger_bitwords_test.py b/integtest/trigger_bitwords_test.py
index 303f8b3..63d46d4 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