tests/pxe: Test more NICs when running in SPEED=slow mode
commitab06ec43577177a442e8e5ca28d0154efe4ff60f
authorThomas Huth <thuth@redhat.com>
Wed, 20 Sep 2017 09:02:07 +0000 (20 11:02 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 15 Oct 2017 02:54:44 +0000 (15 05:54 +0300)
tree7484288f0ade9615ae743ad60887b8c8e1fddf4c
parent46202d85d75b3a57c322f4832aac1dd20d5b3233
tests/pxe: Test more NICs when running in SPEED=slow mode

The pxe-test is a very good test to excercise NICs, thus we should use
it to test all NICs that can be used by the BIOS for booting via network.
However, to avoid that the default testing time increases too much, the
additional NICs are only tested in the "make check SPEED=slow" mode.

The virtio-net NIC on ppc64 is now also only tested in slow mode, since
the test on ppc64 is really quite slow and we've got test coverage for
virtio-net in big endian mode now on s390x, too.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
tests/pxe-test.c