![]() |
ATLAS Offline Software
|
Public Member Functions | |
| __init__ (self, name='TrigBSDumpGrep') | |
| run (self, dry_run=False) | |
Public Attributes | |
| str | executable = 'trigbs_dumpHLTContentInBS_run3.py' |
| str | file_name_base = 'output' |
| bool | auto_report_result = True |
| bool | required = True |
| str | regex = '' |
| int | comparator = lambda n: n > 0 |
| name | |
| int | result = 0 |
Extra step based on grepping trigbs_dumpHLTContentInBS.py output and comparing the line count to expected value
Definition at line 17 of file TrigP1TestSteps.py.
| python.TrigP1TestSteps.TrigBSDumpGrepStep.__init__ | ( | self, | |
| name = 'TrigBSDumpGrep' ) |
Definition at line 23 of file TrigP1TestSteps.py.
| python.TrigP1TestSteps.TrigBSDumpGrepStep.run | ( | self, | |
| dry_run = False ) |
Definition at line 32 of file TrigP1TestSteps.py.
| bool python.TrigP1TestSteps.TrigBSDumpGrepStep.auto_report_result = True |
Definition at line 27 of file TrigP1TestSteps.py.
| int python.TrigP1TestSteps.TrigBSDumpGrepStep.comparator = lambda n: n > 0 |
Definition at line 30 of file TrigP1TestSteps.py.
| str python.TrigP1TestSteps.TrigBSDumpGrepStep.executable = 'trigbs_dumpHLTContentInBS_run3.py' |
Definition at line 25 of file TrigP1TestSteps.py.
Definition at line 26 of file TrigP1TestSteps.py.
| python.TrigP1TestSteps.TrigBSDumpGrepStep.name |
Definition at line 34 of file TrigP1TestSteps.py.
| str python.TrigP1TestSteps.TrigBSDumpGrepStep.regex = '' |
Definition at line 29 of file TrigP1TestSteps.py.
| bool python.TrigP1TestSteps.TrigBSDumpGrepStep.required = True |
Definition at line 28 of file TrigP1TestSteps.py.
| python.TrigP1TestSteps.TrigBSDumpGrepStep.result = 0 |
Definition at line 35 of file TrigP1TestSteps.py.