Hi!
In this PR I introduce DEBUG COMMAND which can run any subprocess via comms_controller requests.
It is disabled by default.
MDM agent requests MDM server for debug_conf and store it to /opt/debug_config.json
I will create PR for server side soon.
This config looks like:
If debug_mode is enabled it is possible to use DEBUG COMMAND.
I have added cli example accordingly.
I also use this DEBUG COMMAND to test SLAAC in debug_tests folder.
Hi! In this PR I introduce DEBUG COMMAND which can run any subprocess via comms_controller requests. It is disabled by default. MDM agent requests MDM server for
debug_conf
and store it to/opt/debug_config.json
I will create PR for server side soon. This config looks like:or
If
debug_mode
isenabled
it is possible to use DEBUG COMMAND. I have addedcli example
accordingly. I also use this DEBUG COMMAND to test SLAAC indebug_tests
folder.