|
def | __init__ (self, path, options) |
|
def | is_event (self, name) |
|
def | skip_test (self, myarch) |
|
def | load_events (self, path, events) |
|
def | run_cmd (self, tempdir) |
|
def | compare (self, expect, result) |
|
def | resolve_groups (self, events) |
|
def | run (self) |
|
Definition at line 135 of file attr.py.
◆ __init__()
def attr.Test.__init__ |
( |
|
self, |
|
|
|
path, |
|
|
|
options |
|
) |
| |
◆ compare()
def attr.Test.compare |
( |
|
self, |
|
|
|
expect, |
|
|
|
result |
|
) |
| |
◆ is_event()
def attr.Test.is_event |
( |
|
self, |
|
|
|
name |
|
) |
| |
◆ load_events()
def attr.Test.load_events |
( |
|
self, |
|
|
|
path, |
|
|
|
events |
|
) |
| |
◆ resolve_groups()
def attr.Test.resolve_groups |
( |
|
self, |
|
|
|
events |
|
) |
| |
◆ run()
def attr.Test.run |
( |
|
self | ) |
|
◆ run_cmd()
def attr.Test.run_cmd |
( |
|
self, |
|
|
|
tempdir |
|
) |
| |
◆ skip_test()
def attr.Test.skip_test |
( |
|
self, |
|
|
|
myarch |
|
) |
| |
◆ arch
◆ args
◆ command
◆ expect
◆ path
◆ perf
◆ result
◆ ret
◆ test_dir
The documentation for this class was generated from the following file: