On Mon, 11 Aug 2025 16:55:56 -0700 Joe Damato wrote:
On Mon, Aug 11, 2025 at 04:13:31PM -0700, Jakub Kicinski wrote:
The general expectations for network HW selftests is that they will be run as root. sudo doesn't seem to work on NIPA VMs. While it's probably something solvable in the setup I think we should remove the sudos. devmem is the only networking test using sudo.
FWIW, it looks like:
virtio_net/virtio_net_common.sh
I think there were two tests that had sudo in code comments. But not the actual code. I may have misread..