Auto-reset hard/soft for further cycles
authorEduardo Ramos Testillano <eduardo.ramos.testillano@ericsson.com>
Tue, 27 Jun 2017 17:45:09 +0000 (19:45 +0200)
committerEduardo Ramos Testillano <eduardo.ramos.testillano@ericsson.com>
Tue, 27 Jun 2017 17:45:09 +0000 (19:45 +0200)
commitbfedf5aed2670ccd65405c0ff96539ccb88b8f23
tree328af0b7ed35337d7424ebe526bce3ec4d9694ee
parent30def5757c5b3411f77fff62a163241ecc616337
Auto-reset hard/soft for further cycles

If no timeout is configured for a TC, it could happen that next
cycle reach the same TC still in progress. Auto-reset is soft by
default, but you could configure for this kind of scenarios.

Then, auto-reset will hard reset the TC dumping a Failed report
(hint is about hard reset of in-progress TC) and then will be
initialized and started again.
example/diameter/launcher/Launcher.cpp
example/diameter/launcher/deployments/st-client/program.sh
include/anna/testing/TestManager.hpp
source/testing/TestCase.cpp
source/testing/TestManager.cpp
source/testing/TestStep.cpp