Skip to content
Snippets Groups Projects
Commit 60e4ace1 authored by Luke Grazette's avatar Luke Grazette
Browse files

Tested and now green :)

parent 77fc9527
No related branches found
No related tags found
1 merge request!2749[RTADPA BW Tests] Use new exp24 minbias for AllenInMoore_Hlt1_Bandwidth test
Pipeline #6482530 passed
This commit is part of merge request !2749. Comments created here will be created in the context of that merge request.
...@@ -18,7 +18,7 @@ NB: If adding new config files (e.g. muon_geometry) please inform: @lugrazet or ...@@ -18,7 +18,7 @@ NB: If adding new config files (e.g. muon_geometry) please inform: @lugrazet or
<argument name="timeout"><integer>3600</integer></argument> <argument name="timeout"><integer>3600</integer></argument>
<argument name="args"><set> <argument name="args"><set>
<text>$HLT1CONFROOT/tests/options/bandwidth/hlt1_bandwidth_input.py</text> <text>$HLT1CONFROOT/tests/options/bandwidth/hlt1_bandwidth_input.py</text>
<text>$HLT2CONFROOT/tests/options/bandwidth/hlt1_bandwidth_streamless_streams.py</text> <text>$HLT1CONFROOT/tests/options/bandwidth/hlt1_bandwidth_streamless_streams.py</text>
</set></argument> </set></argument>
<argument name="options"><text> <argument name="options"><text>
from Configurables import HiveDataBrokerSvc from Configurables import HiveDataBrokerSvc
...@@ -37,7 +37,7 @@ countErrorLines({"FATAL": 0, "ERROR": 0, "WARNING": 0}, ...@@ -37,7 +37,7 @@ countErrorLines({"FATAL": 0, "ERROR": 0, "WARNING": 0},
stdout=remove_known_warnings(stdout)) stdout=remove_known_warnings(stdout))
import re import re
matches = re.findall('LAZY_AND: (Hlt2[A-Za-z0-9_]+) .*Sum=(\d+)', stdout) matches = re.findall('LAZY_AND: (Hlt1[A-Za-z0-9_]+) .*Sum=(\d+)', stdout)
if not matches: if not matches:
causes.append('no line decisions found') causes.append('no line decisions found')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment