![]() |
ATLAS Offline Software
|
Public Member Functions | |
| __init__ (self, name='RegTest') | |
| configure (self, test) | |
| prepare_inputs (self) | |
| rename_ref (self) | |
| run (self, dry_run=False) | |
Public Attributes | |
| str | regex = 'REGTEST' |
| str | executable = 'diff' |
| str | input_base_name = 'athena' |
| bool | auto_report_result = True |
| output_stream = Step.OutputStream.FILE_AND_STDOUT | |
| int | result = 1 |
| reference = None | |
| ref_test_name = None | |
| input_file = None | |
| bool | explicit_reference = False |
| name | |
| required | |
Execute RegTest comparing a log file against a reference
Definition at line 292 of file CheckSteps.py.
| python.TrigValSteering.CheckSteps.RegTestStep.__init__ | ( | self, | |
| name = 'RegTest' ) |
Definition at line 295 of file CheckSteps.py.
| python.TrigValSteering.CheckSteps.RegTestStep.configure | ( | self, | |
| test ) |
Reimplemented from python.TrigValSteering.CheckSteps.RefComparisonStep.
Definition at line 303 of file CheckSteps.py.
| python.TrigValSteering.CheckSteps.RegTestStep.prepare_inputs | ( | self | ) |
Definition at line 309 of file CheckSteps.py.
| python.TrigValSteering.CheckSteps.RegTestStep.rename_ref | ( | self | ) |
Definition at line 323 of file CheckSteps.py.
| python.TrigValSteering.CheckSteps.RegTestStep.run | ( | self, | |
| dry_run = False ) |
Definition at line 335 of file CheckSteps.py.
| bool python.TrigValSteering.CheckSteps.RegTestStep.auto_report_result = True |
Definition at line 300 of file CheckSteps.py.
| str python.TrigValSteering.CheckSteps.RegTestStep.executable = 'diff' |
Definition at line 298 of file CheckSteps.py.
|
inherited |
Definition at line 27 of file CheckSteps.py.
| str python.TrigValSteering.CheckSteps.RegTestStep.input_base_name = 'athena' |
Definition at line 299 of file CheckSteps.py.
|
inherited |
Definition at line 26 of file CheckSteps.py.
|
inherited |
Definition at line 46 of file CheckSteps.py.
| python.TrigValSteering.CheckSteps.RegTestStep.output_stream = Step.OutputStream.FILE_AND_STDOUT |
Definition at line 301 of file CheckSteps.py.
|
inherited |
Definition at line 25 of file CheckSteps.py.
|
inherited |
Definition at line 24 of file CheckSteps.py.
| str python.TrigValSteering.CheckSteps.RegTestStep.regex = 'REGTEST' |
Definition at line 297 of file CheckSteps.py.
|
inherited |
Definition at line 69 of file CheckSteps.py.
| python.TrigValSteering.CheckSteps.RegTestStep.result = 1 |
Definition at line 338 of file CheckSteps.py.