Conversation
d7b423c to
5680405
Compare
yvantor
left a comment
There was a problem hiding this comment.
So far OK, but I think this is still WIP (I see it marked as draft).
9bb3e25 to
54be025
Compare
|
Force pushed to rebase it on |
yvantor
left a comment
There was a problem hiding this comment.
Just one additional comment, other than that it looks good!
|
This PR is paired to pulp-platform/regression_tests#12 to enhance also the regression tests. |
This PR was merged! If this is ready we can merge this as well. |
|
Do we want to add a fault injection test to the CI? Otherwise, I think it is ready to merge. |
|
@ricted98 Yes! We should have one test in the CI at least used as an example to replicate the flow. |
07720e1 to
1d6b1fe
Compare
|
Done. Everything should be now integrated also in the CI. |
|
I merged also the regression tests PR. Closing this! |
Add a fault injection flow support in the PULP cluster.
In particular, the TCL scripts used to run the simulation look for env variables named
FAULT_INJECTIONto toggle fault injection andFAULT_INJECTION_SCRIPTto source the top level script responsible for invoking all the different subroutines for the fault injection.This draft PR is subordinate to the merge of #54 and can be considered a WIP.