Add run --all-queues option
Currently we only enable one queue per queue family.
This probably gives good coverage in the default case since the driver is likely to have similar code paths for all queues within a queue family.
Nevertheless, it can be interesting to verify the tests running
on every queue. This MR adds a --all-queues
option for the run
command which will cause all queues to be run.