KatharaFramework / kathara-lab-checker

Tool to automatically check Kathará network scenarios based on a configuration file.
https://www.kathara.org/
GNU General Public License v3.0
3 stars 1 forks source link

Crash if no lab.conf exists #4

Closed lorenzo93 closed 9 months ago

lorenzo93 commented 9 months ago

The current behavior of the software is that if there is a folder non containing a lab.conf it crashes stopping all the process. This is an unwanted behavior since the next start will be from scratch. If I'm passing over many directories, it will take a lot of time to process them from the beginning.

I see here two possible solutions if there is no lab.conf:

lorenzo93 commented 9 months ago

Implemented both solutions.