diff --git a/python/PRConfig/TestFileDB.py b/python/PRConfig/TestFileDB.py index 57f5ac38fa72b81eb9f875b83b9ef736a6fc84fe..86bcfb4d77120498789fe0fc10a90973b430efc7 100644 --- a/python/PRConfig/TestFileDB.py +++ b/python/PRConfig/TestFileDB.py @@ -9001,3 +9001,22 @@ testfiles( }, comment="File used for test nzs decoders for the UT", test_file_db=test_file_db) + +testfiles( + myname='LHCbIntegrationTests_FT_tupling_HLT1', + filenames=[ + "root://eoslhcb.cern.ch//eos/lhcb/cern-swtest/lhcb/MC/Upgrade/DIGI/00205444/0000/00205444_00000016_1.digi", + ], + qualifiers={ + 'Author': 'msaur', + 'Format': 'DIGI', + 'DataType': 'Upgrade', + 'Date': '2025-02-04', + 'Simulation': True, + 'DDDB': 'dddb-20231017', + 'CondDB': 'sim-20231017-vc-md100', + 'GeometryVersion': 'run3/trunk', + 'ConditionsVersion': 'jonrob/all-pmts-active', + }, + comment="File for FT tupling LHCbIntegrationTest, BdToD0Pip sample", + test_file_db=test_file_db)