Skip to content

Commit 56e8c6b

Browse files
authored
Add instructions to test QC with STFBuilder
1 parent 303be36 commit 56e8c6b

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

doc/DevelopersTips.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,3 +147,28 @@ journalctl -u o2-qcg
147147

148148
When working on the ansible recipes and deploying with o2-flp-setup, the recipes to modify are in
149149
`.local/share/o2-flp-setup/system-configuration/`.
150+
151+
### Test with STFBuilder
152+
https://alice.its.cern.ch/jira/browse/O2-169
153+
```
154+
readout.exe file:///afs/cern.ch/user/b/bvonhall/dev/alice/sw/slc7_x86-64/DataDistribution/latest/config/readout_emu.cfg
155+
156+
StfBuilder \
157+
--id stf_builder-0 \
158+
--transport shmem \
159+
--detector TPC \
160+
--dpl-channel-name=dpl-chan \
161+
--channel-config "name=dpl-chan,type=push,method=bind,address=ipc:///tmp/stf-builder-dpl-pipe-0,transport=shmem,rateLogging=1" \
162+
--channel-config "name=readout,type=pull,method=connect,address=ipc:///tmp/readout-pipe-0,transport=shmem,rateLogging=1"
163+
--detector-rdh=4
164+
165+
o2-dpl-raw-proxy \
166+
-b \
167+
--session default \
168+
--dataspec "B:TPC/RAWDATA" \
169+
--channel-config "name=readout-proxy,type=pull,method=connect,address=ipc:///tmp/stf-builder-dpl-pipe-0,transport=shmem,rateLogging=1" \
170+
| o2-qc \
171+
--config json://$PWD/datadistribution.json \
172+
-b \
173+
--session default
174+
```

0 commit comments

Comments
 (0)