Definition at line 410 of file TrigConfigSvcCfg.py.
◆ setUp()
| def python.TrigConfigSvcCfg.Tests.setUp |
( |
|
self | ) |
|
◆ test_currentMenu()
| def python.TrigConfigSvcCfg.Tests.test_currentMenu |
( |
|
self | ) |
|
Definition at line 416 of file TrigConfigSvcCfg.py.
416 def test_currentMenu(self):
417 from AthenaConfiguration.AllConfigFlags
import initConfigFlags
419 flags.Trigger.EDMVersion = 3
420 from AthenaConfiguration.TestDefaults
import defaultTestFiles
421 flags.Input.Files = defaultTestFiles.RAW_RUN2
◆ test_jsonConverter()
| def python.TrigConfigSvcCfg.Tests.test_jsonConverter |
( |
|
self | ) |
|
Definition at line 433 of file TrigConfigSvcCfg.py.
433 def test_jsonConverter(self):
435 assert keys
is not None,
"No keys returned"
436 for k,v
in {
"SMK" : 2749,
"LVL1PSK" : 23557,
"HLTPSK" : 17824,
"BGSK" : 2181}.
items():
437 assert k
in keys,
"Missing key {}".
format(k)
438 assert v == keys[k],
"Wrong value {}".
format(v)
440 unittest.main(verbosity=2)
◆ test_legacyMenu()
| def python.TrigConfigSvcCfg.Tests.test_legacyMenu |
( |
|
self | ) |
|
Definition at line 425 of file TrigConfigSvcCfg.py.
425 def test_legacyMenu(self):
426 from AthenaConfiguration.AllConfigFlags
import initConfigFlags
428 from AthenaConfiguration.TestDefaults
import defaultTestFiles
429 flags.Input.Files = defaultTestFiles.RAW_RUN2
The documentation for this class was generated from the following file: