Open duncangreene opened 6 days ago
It appears that more than just the port_link test has issues with your setup.
port_speed and port_duplex are both failing because the device is reporting configuration of half duplex. You may need to change your VM to bridged adapter instead of pass through. This has been a reported solution to this issue.
Concerning the port_link, can you test the command ethtool -S on the adapter in question outside of the VM? The stats that are missing in the current test are tx_errors and rx_errors. If the device can't report these values then you will need to use a different adapter that does. Unfortunately, there is not an official list of supported devices at this time.
I believe this has already been fixed in dev (at least better handling of the error).
Describe the bug connection.port_link reporting error as below.
Environment (please provide the following information about your setup):
Additional context All other tests working as expected, just connection.port_link.
test.zip below. 1st test.zip