Skip to content

Commit

Permalink
Merge pull request #39829 from mmusich/filecatalog_dqm_unittest_125X
Browse files Browse the repository at this point in the history
[12.5.X] use ibeos protocol for DQM/Integration unit tests (online DQM unit tests)
  • Loading branch information
cmsbuild committed Oct 24, 2022
2 parents 0bcb574 + 99e01f2 commit 29c779c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DQM/Integration/python/config/unittestinputsource_cfi.py
Expand Up @@ -102,7 +102,7 @@
secFiles.extend(sec)

# Get last eventsPerLumi of events in this file
command = "edmFileUtil --catalog file:/cvmfs/cms-ib.cern.ch/SITECONF/local/PhEDEx/storage.xml?protocol=xrootd --events %s | tail -n +9 | head -n -5 | awk '{ print $3 }'" % read[0]
command = "edmFileUtil --catalog file:/cvmfs/cms-ib.cern.ch/SITECONF/local/PhEDEx/storage.xml?protocol=ibeos --events %s | tail -n +9 | head -n -5 | awk '{ print $3 }'" % read[0]
print(command)
events = subprocess.check_output(command, shell=True)
events = events.split(b'\n')
Expand Down

0 comments on commit 29c779c

Please sign in to comment.