![]() |
ATLAS Offline Software
|
Public Member Functions | |
| __init__ (self, name='Tail') | |
| configure (self, test) | |
Public Attributes | |
| str | log_file = 'athena.log' |
| str | output_name = None |
| str | executable = 'tail' |
| int | num_lines = 5000 |
| output_stream = Step.OutputStream.STDOUT_ONLY | |
Copy the last N lines of a log file into a separate file
Definition at line 391 of file CheckSteps.py.
| python.TrigValSteering.CheckSteps.TailStep.__init__ | ( | self, | |
| name = 'Tail' ) |
Definition at line 394 of file CheckSteps.py.
| python.TrigValSteering.CheckSteps.TailStep.configure | ( | self, | |
| test ) |
Definition at line 402 of file CheckSteps.py.
| str python.TrigValSteering.CheckSteps.TailStep.executable = 'tail' |
Definition at line 398 of file CheckSteps.py.
| str python.TrigValSteering.CheckSteps.TailStep.log_file = 'athena.log' |
Definition at line 396 of file CheckSteps.py.
| int python.TrigValSteering.CheckSteps.TailStep.num_lines = 5000 |
Definition at line 399 of file CheckSteps.py.
| str python.TrigValSteering.CheckSteps.TailStep.output_name = None |
Definition at line 397 of file CheckSteps.py.
| python.TrigValSteering.CheckSteps.TailStep.output_stream = Step.OutputStream.STDOUT_ONLY |
Definition at line 400 of file CheckSteps.py.