![]() |
ATLAS Offline Software
|
Public Types | |
| typedef HLT::TypeInformation::for_each_type_c< typenameEDMLIST::map, my_functor, my_result<>, my_arg< HLT::TypeInformation::get_cont, CONTAINER > >::type | result |
Public Member Functions | |
| __init__ (self) | |
| configure (self) | |
| run (self) | |
| run_steps (self, steps, commands_list, exec_status=0) | |
| configure_timeout (self) | |
| configure_name (self) | |
| duplicate_step_names (self) | |
| configuration_error (self, message) | |
| get_step (self, step_name) | |
| get_step_by_type (self, step_type) | |
| pre_exec (self) | |
Public Attributes | |
| log = get_logger() | |
| name = None | |
| package_name = None | |
| str | art_type = None |
| list | exec_steps = [] |
| list | check_steps = [] |
| bool | dry_run = None |
| bool | configured = False |
Definition of a Trigger ART test to be configured and executed
Definition at line 18 of file Trigger/TrigValidation/TrigValTools/python/TrigValSteering/Test.py.
|
inherited |
Definition at line 90 of file EDM_MasterSearch.h.
| python.TrigValSteering.Test.Test.__init__ | ( | self | ) |
Definition at line 20 of file Trigger/TrigValidation/TrigValTools/python/TrigValSteering/Test.py.
| python.TrigValSteering.Test.Test.configuration_error | ( | self, | |
| message ) |
Definition at line 199 of file Trigger/TrigValidation/TrigValTools/python/TrigValSteering/Test.py.
| python.TrigValSteering.Test.Test.configure | ( | self | ) |
Definition at line 30 of file Trigger/TrigValidation/TrigValTools/python/TrigValSteering/Test.py.
| python.TrigValSteering.Test.Test.configure_name | ( | self | ) |
Definition at line 153 of file Trigger/TrigValidation/TrigValTools/python/TrigValSteering/Test.py.
| python.TrigValSteering.Test.Test.configure_timeout | ( | self | ) |
Set default timeout values for steps which don't have it set
Definition at line 142 of file Trigger/TrigValidation/TrigValTools/python/TrigValSteering/Test.py.
| python.TrigValSteering.Test.Test.duplicate_step_names | ( | self | ) |
Definition at line 186 of file Trigger/TrigValidation/TrigValTools/python/TrigValSteering/Test.py.
| python.TrigValSteering.Test.Test.get_step | ( | self, | |
| step_name ) |
Definition at line 204 of file Trigger/TrigValidation/TrigValTools/python/TrigValSteering/Test.py.
| python.TrigValSteering.Test.Test.get_step_by_type | ( | self, | |
| step_type ) |
Definition at line 210 of file Trigger/TrigValidation/TrigValTools/python/TrigValSteering/Test.py.
| python.TrigValSteering.Test.Test.pre_exec | ( | self | ) |
Extra pre-exec function executed just before the steps
Definition at line 216 of file Trigger/TrigValidation/TrigValTools/python/TrigValSteering/Test.py.
| python.TrigValSteering.Test.Test.run | ( | self | ) |
Definition at line 66 of file Trigger/TrigValidation/TrigValTools/python/TrigValSteering/Test.py.
| python.TrigValSteering.Test.Test.run_steps | ( | self, | |
| steps, | |||
| commands_list, | |||
| exec_status = 0 ) |
Definition at line 127 of file Trigger/TrigValidation/TrigValTools/python/TrigValSteering/Test.py.
| python.TrigValSteering.Test.Test.art_type = None |
Definition at line 24 of file Trigger/TrigValidation/TrigValTools/python/TrigValSteering/Test.py.
| python.TrigValSteering.Test.Test.check_steps = [] |
Definition at line 26 of file Trigger/TrigValidation/TrigValTools/python/TrigValSteering/Test.py.
| bool python.TrigValSteering.Test.Test.configured = False |
Definition at line 28 of file Trigger/TrigValidation/TrigValTools/python/TrigValSteering/Test.py.
| bool python.TrigValSteering.Test.Test.dry_run = None |
Definition at line 27 of file Trigger/TrigValidation/TrigValTools/python/TrigValSteering/Test.py.
| python.TrigValSteering.Test.Test.exec_steps = [] |
Definition at line 25 of file Trigger/TrigValidation/TrigValTools/python/TrigValSteering/Test.py.
| python.TrigValSteering.Test.Test.log = get_logger() |
Definition at line 21 of file Trigger/TrigValidation/TrigValTools/python/TrigValSteering/Test.py.
| python.TrigValSteering.Test.Test.name = None |
Definition at line 22 of file Trigger/TrigValidation/TrigValTools/python/TrigValSteering/Test.py.
| python.TrigValSteering.Test.Test.package_name = None |
Definition at line 23 of file Trigger/TrigValidation/TrigValTools/python/TrigValSteering/Test.py.