projects
/
openpower-isa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c978c4f
)
guessing what extra args needed for StateRunner
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Fri, 24 Sep 2021 19:53:43 +0000
(20:53 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Fri, 24 Sep 2021 19:53:51 +0000
(20:53 +0100)
src/openpower/test/state.py
patch
|
blob
|
history
diff --git
a/src/openpower/test/state.py
b/src/openpower/test/state.py
index b065018cfcb879975ae6a04546f540fdd5d1e4f8..41587ca4b432668b0f02e893bdcf1dde99ed6f28 100644
(file)
--- a/
src/openpower/test/state.py
+++ b/
src/openpower/test/state.py
@@
-34,8
+34,8
@@
class StateRunner:
def __init__(self, dut, **kwargs): pass
def setup_for_test(self): pass
def setup_during_test(self): pass
- def prepare_for_test(self): pass
- def
step
_test(self): pass
+ def prepare_for_test(self
, test
): pass
+ def
run
_test(self): pass
def end_test(self): pass
def cleanup(self): pass