-
Notifications
You must be signed in to change notification settings - Fork 41
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
[RFC] run script(s) once while test bucket start runs #220
Comments
@sathnaga @narasimhan-v thought, please |
@PraveenPenguin Ideally we should not bloat the default bootstrap, and cleanup, the idea of It easier to maintain and for usability that way.... one more usecase, manual invocation will silently remove the logs that user might have preserved for a reason...so it is better to decouple. |
I feel vmcore managing is not at all avocado-fvt-wrapper's job. We should not try to control anything outside of |
sure so we can maintain this locally, but RFC is about not only vmcore it just an example how as a user i can leverage fvt-wrapper as i want that trigger point from fvt-wrapper |
@PraveenPenguin user can make use of script plugin and do what ever he/she wants now, I guess after per-test control on script plugin will give more flexibility to user, when it comes to implementing a set of functions to wrapper default, above comments holds good. |
as you know pre/post script is bind with avocado and it will run for every test cases but this RFC proposes the way user can run any command as part of bootstrap and it also user responsibility as his command is valid |
@PraveenPenguin |
can we have a way that runs a script(s) once when invoking bootstrap and cleanup
As an example for the dump capture to clean all olds vmcore before starting of the entire test bucket and this should not be the scenario as per test case basis and should be independed from avcoado
The text was updated successfully, but these errors were encountered: