![]() |
ATLAS Offline Software
|
Public Member Functions | |
| __init__ (self, name) | |
| configure (self, test) | |
Public Attributes | |
| str | executable = 'check_log.py' |
| str | log_file = None |
| bool | check_errors = True |
| bool | check_warnings = False |
| str | config_file = None |
| str | args = '--showexcludestats' |
| required = None | |
| auto_report_result = None | |
| output_stream = None | |
Execute CheckLog looking for errors or warnings in a log file
Definition at line 245 of file CheckSteps.py.
| python.TrigValSteering.CheckSteps.CheckLogStep.__init__ | ( | self, | |
| name ) |
Definition at line 248 of file CheckSteps.py.
| python.TrigValSteering.CheckSteps.CheckLogStep.configure | ( | self, | |
| test ) |
Definition at line 261 of file CheckSteps.py.
| str python.TrigValSteering.CheckSteps.CheckLogStep.args = '--showexcludestats' |
Definition at line 255 of file CheckSteps.py.
| python.TrigValSteering.CheckSteps.CheckLogStep.auto_report_result = None |
Definition at line 258 of file CheckSteps.py.
| bool python.TrigValSteering.CheckSteps.CheckLogStep.check_errors = True |
Definition at line 252 of file CheckSteps.py.
| bool python.TrigValSteering.CheckSteps.CheckLogStep.check_warnings = False |
Definition at line 253 of file CheckSteps.py.
Definition at line 254 of file CheckSteps.py.
| str python.TrigValSteering.CheckSteps.CheckLogStep.executable = 'check_log.py' |
Definition at line 250 of file CheckSteps.py.
Definition at line 251 of file CheckSteps.py.
| python.TrigValSteering.CheckSteps.CheckLogStep.output_stream = None |
Definition at line 259 of file CheckSteps.py.
| python.TrigValSteering.CheckSteps.CheckLogStep.required = None |
Definition at line 257 of file CheckSteps.py.