Testing the reboot module.

-- Testcase --
{% include("./cmd/cmd.uc", { TRACE_CALLS: "stdout" }) %}
-- End --

-- Environment --
cmd={ "command": "reboot" }
-- End --

-- Expect stdout --
[call] ubusconn.call object <ucentral> method <log> args <{ "msg": "Initiating reboot" }>
[call] ubusconn.call object <system> method <reboot> args <null>
-- End --

-- Expect stderr --
Initiating reboot
-- End --
