google / testrun

A tool to automate verification of network-based device behavior
Apache License 2.0
28 stars 9 forks source link

connection.port_link Error #977

Open duncangreene opened 6 days ago

duncangreene commented 6 days ago

Describe the bug connection.port_link reporting error as below. Image Image

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

jhughesbiot commented 5 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.

jboddey commented 3 days ago

I believe this has already been fixed in dev (at least better handling of the error).