unicesi / amelia

:airplane: DSL for deploying distributed systems, with custom commands to compile and execute FraSCAti applications
GNU Lesser General Public License v3.0
2 stars 3 forks source link

SSH Connection stops execution when It fails at first try #11

Closed juan3036 closed 8 years ago

juan3036 commented 8 years ago

There is an undesirable behavior with Amelia library when the ssh connections it is not possible at the first try. Amelia stops all programmed executions instead of skip the error and try again with another programmed test. If the execution continues even when one test fails you can have some certain that most of your programmed test will be executed.

Thanks for your contribution, I think this feature could be really useful.

Regards.