diff --git a/python/integrationtest/config/df-segment-1df-tpw.data.xml b/python/integrationtest/config/df-segment-1df-tpw.data.xml index 4824540..865142e 100755 --- a/python/integrationtest/config/df-segment-1df-tpw.data.xml +++ b/python/integrationtest/config/df-segment-1df-tpw.data.xml @@ -66,11 +66,11 @@ - - - - - + + + + + diff --git a/python/integrationtest/config/df-segment-1df.data.xml b/python/integrationtest/config/df-segment-1df.data.xml index d6fced0..3a05470 100755 --- a/python/integrationtest/config/df-segment-1df.data.xml +++ b/python/integrationtest/config/df-segment-1df.data.xml @@ -66,11 +66,11 @@ - - - - - + + + + + diff --git a/python/integrationtest/config/df-segment-3df-tpw.data.xml b/python/integrationtest/config/df-segment-3df-tpw.data.xml index 66f3fc2..ce4e267 100644 --- a/python/integrationtest/config/df-segment-3df-tpw.data.xml +++ b/python/integrationtest/config/df-segment-3df-tpw.data.xml @@ -66,11 +66,11 @@ - - - - - + + + + + diff --git a/python/integrationtest/config/df-segment-3df.data.xml b/python/integrationtest/config/df-segment-3df.data.xml index 11c7351..ba8f18d 100755 --- a/python/integrationtest/config/df-segment-3df.data.xml +++ b/python/integrationtest/config/df-segment-3df.data.xml @@ -66,11 +66,11 @@ - - - - - + + + + + diff --git a/python/integrationtest/config/hsi-segment.data.xml b/python/integrationtest/config/hsi-segment.data.xml index 0534e9d..4f780dc 100755 --- a/python/integrationtest/config/hsi-segment.data.xml +++ b/python/integrationtest/config/hsi-segment.data.xml @@ -66,12 +66,12 @@ - - - - - - + + + + + + diff --git a/python/integrationtest/config/trigger-segment-fakehsi.data.xml b/python/integrationtest/config/trigger-segment-fakehsi.data.xml index 00209e7..ea59501 100755 --- a/python/integrationtest/config/trigger-segment-fakehsi.data.xml +++ b/python/integrationtest/config/trigger-segment-fakehsi.data.xml @@ -66,12 +66,12 @@ - - - - - - + + + + + + diff --git a/python/integrationtest/config/trigger-segment-notpg.data.xml b/python/integrationtest/config/trigger-segment-notpg.data.xml index 686225a..a199c55 100755 --- a/python/integrationtest/config/trigger-segment-notpg.data.xml +++ b/python/integrationtest/config/trigger-segment-notpg.data.xml @@ -66,12 +66,12 @@ - - - - - - + + + + + + diff --git a/python/integrationtest/config/trigger-segment.data.xml b/python/integrationtest/config/trigger-segment.data.xml index 5a0a872..a5e9e4f 100755 --- a/python/integrationtest/config/trigger-segment.data.xml +++ b/python/integrationtest/config/trigger-segment.data.xml @@ -66,12 +66,12 @@ - - - - - - + + + + + + diff --git a/python/integrationtest/integrationtest_drunc.py b/python/integrationtest/integrationtest_drunc.py index 50a3bf4..ac53fc5 100755 --- a/python/integrationtest/integrationtest_drunc.py +++ b/python/integrationtest/integrationtest_drunc.py @@ -154,7 +154,7 @@ class CreateConfigResult: generate_readout( str(dro_map_file), str(readout_db), - ["appdal/fsm", "appdal/connections", "appdal/moduleconfs"], + ["appmodel/fsm", "appmodel/connections", "appmodel/moduleconfs"], True, False, emulated_file_name="asset://?checksum=e96fd6efd3f98a9a3bfaba32975b476e", @@ -192,7 +192,7 @@ class CreateConfigResult: str(trigger_db), ) - dal = conffwk.dal.module("generated", "schema/appdal/fdmodules.schema.xml") + dal = conffwk.dal.module("generated", "schema/appmodel/fdmodules.schema.xml") db = conffwk.Configuration("oksconflibs:" + str(config_db)) fsm = db.get_dal(class_name="FSMconfiguration", uid="fsmConf-1")