Skip to content

Commit

Permalink
Merge pull request #179 from DUNE-DAQ/plasorak/many-elisas-develop
Browse files Browse the repository at this point in the history
Pass ELisA configuration in the `fsm.data.xml`
  • Loading branch information
PawelPlesniak authored Feb 5, 2025
2 parents ab6b457 + dd3faa3 commit a4913bd
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions config/daqsystemtest/fsm.data.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@

<obj class="FSMaction" id="elisa-logbook">
<attr name="name" type="string" val="elisa-logbook"/>
<rel name="parameters">
<ref class="Variable" id="which-elisa-logbook"/>
</rel>
</obj>

<obj class="FSMaction" id="file-logbook">
Expand Down Expand Up @@ -224,7 +227,6 @@
<rel name="actions">
<ref class="FSMaction" id="usvc-provided-run-number"/>
<ref class="FSMaction" id="trigger-rate-specifier"/>
<ref class="FSMaction" id="file-logbook"/>
<ref class="FSMaction" id="elisa-logbook"/>
<ref class="FSMaction" id="db-run-registry"/>
</rel>
Expand Down Expand Up @@ -349,7 +351,6 @@
<attr name="transition" type="string" val="drain_dataflow"/>
<attr name="order" type="string">
<data val="db-run-registry"/>
<data val="file-logbook"/>
<data val="elisa-logbook"/>
</attr>
</obj>
Expand All @@ -364,7 +365,6 @@
<obj class="FSMxTransition" id="post_start_prod">
<attr name="transition" type="string" val="start"/>
<attr name="order" type="string">
<data val="file-logbook"/>
<data val="elisa-logbook"/>
</attr>
<attr name="mandatory" type="string">
Expand Down Expand Up @@ -437,4 +437,9 @@
<attr name="value" type="string" val="/cvmfs/dunedaq.opensciencegrid.org/spack/releases/coredaq-v5.0.0-a9-1/spack-0.20.0/opt/spack/linux-almalinux9-x86_64/gcc-12.1.0/readoutlibs-v2.1.0-kkwlcckeyl7ltarpbd5bn6fn2nczjqmp/share/config/cpupins/cpupin-example.json"/>
</obj>

<obj class="Variable" id="which-elisa-logbook">
<attr name="name" type="string" val="elisa-hardware"/>
<attr name="value" type="string" val="pdsp"/>
</obj>

</oks-data>

0 comments on commit a4913bd

Please sign in to comment.