By default the location of busybox is hardcoded to the path used on the target. However, when running tests on the PC the distros may place busybox in different locations.
To be able to run the tests on different PC configurations we now added a configure parameter:
--enable-busybox-search
It will try to locate busybox on your system and will make sure that the found location is used in the scripts.
implements #15834