-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exact error messages when lab deployment fails #49
Comments
execute_command executes the command and logs the error. The error is not captured properly. Also, ose error not defined in LabActionScript. |
I tested with the sample python code and also integrated the same code in =execute_commands.py= file in ADS. |
This issue is resolved and code was checked into =fix-error-msg= branch of ovpl |
Thanks. Once tested, we will close this issue. On Thu, May 28, 2015 at 2:40 PM, madhavipuliraju notifications@github.com
|
When a lab deployment fails due to some step(s) mentioned in the scripts provided by the lab developer, ADS does not give the exact error messages output by those steps.
ADS just says, lab script execution step returned non-zero exit status. This error message is not really helpful for the lab developer/integrator to debug their scripts.
Fix ADS to capture the output/exact error messages from those steps/scripts, so that it can be helpful for lab developers/integrators.
The text was updated successfully, but these errors were encountered: