I want to implement integration tests of the ZigBee subsystem on nrf52 and looking for a way to launch them by CI script.
We need such a feature for automatic testing after hardware assembly.
My first problem is that when adding CONFIG_ZTEST to prj.conf in my working project, I get 'ncs/nrf/subsys/zigbee/osif/zb_nrf_platform.c:139:15: error: too many arguments to function 'zb_schedule_app_callback'' error.
Can tell me what am I doing wrong?
Second thing is that the tests will be split into client / server side and I want to run them on dedicated client / server hardware.
Is there any way to run them on bulk?
I was thinking about running them with sanity check one by one running pairs of client + server test cases. Is there a better way to do this?