mirror of
https://github.com/Telecominfraproject/wlan-ucentral-schema.git
synced 2026-01-27 10:23:38 +00:00
- Add shell.system() method to renderer.uc to wrap native system() calls - Replace direct system() calls with shell.system() in captive template - Add mock shell.system() implementation for testing to prevent failures - This allows proper mocking of system commands during template tests Signed-off-by: John Crispin <john@phrozen.org>