Open rtnpro opened 8 years ago
I think we need to add assertions for providers on run and stop to ensure that required services came up on run and got destroyed on stop.
run
stop
@dustymabe @cdrage comments?
yes that would be great to have
:+1: We need to check if ports are opened and the application has successfully come up.
I think we need to add assertions for providers on
run
andstop
to ensure that required services came up onrun
and got destroyed onstop
.