mirror of
https://github.com/outbackdingo/openlan-cgw.git
synced 2026-01-27 10:19:56 +00:00
Whenever tests start, they might do some enviromental changes to local FS. Handle this by moving the 'context' of tests execution to a tmpfs folder, that can be easily purged after tests are done / new test run is being executed. NOTE: further changes in regard to tests isolation should potentially utilize a separate docker container that serves as a fresh clean and isolated enviroment for tests run. Signed-off-by: Oleksandr Mazur <oleksandr.mazur@plvision.eu>