Move test case parameters to an "operation" member function
authorCesar Strauss <cestrauss@gmail.com>
Wed, 27 May 2020 10:06:37 +0000 (07:06 -0300)
committerCesar Strauss <cestrauss@gmail.com>
Wed, 27 May 2020 10:09:06 +0000 (07:09 -0300)
commit48fd14a50107128278ad38c60e22a361ed4093b3
tree2a87fb1ff0d41f64cc658805c484414e8e3ddc42
parent43ee1e4cb724e69471a18616aabf0fe51e201230
Move test case parameters to an "operation" member function

This allows running several operation cases in succession, without needing
to restart the processes, losing state and trace history.

I expect the need to synchronize the processes for each new operation.
src/soc/experiment/compalu_multi.py