guardicore / monkey

Infection Monkey - An open-source adversary emulation platform
https://www.guardicore.com/infectionmonkey/
GNU General Public License v3.0
6.55k stars 764 forks source link

Automated testing of deployment scripts #899

Open mssalvatore opened 3 years ago

mssalvatore commented 3 years ago

Is your feature request related to a problem? Please describe. The deployment scripts are tested very infrequently. As a result, they may not function properly when they are needed.

Describe the solution you'd like Automated tests should run frequently so that issues with the deployment scripts can be caught early and addressed quickly.

VakarisZ commented 3 years ago

This would be a nice change, because ATM it's one more thing to check when implementing a feature. Though, I think, it would be best to choose a single env for dev, for example windows and stick to it, instead of maintaining two deployment scripts, two validation scripts etc.