make test runs very long time in a container on Cavium ARM machine
investigate why it's taking such a long time
time it on x86 and cavium
do compute resources make a difference?
It's taking so long because the tests are executed only on one core. This leaves vast amounts of compute resources unused which results in unnecessarily long execution times. There is currently no support for parallel tests execution in VPP Test Framework, so we'll need to implement it.