TAP version 13 1..1 # timeout set to 0 # selftests: drivers/net/hw: tso.py # Traceback (most recent call last): # File "/srv/hw-worker/tests/716/drivers/net/hw/./tso.py", line 264, in # main() # ~~~~^^ # File "/srv/hw-worker/tests/716/drivers/net/hw/./tso.py", line 231, in main # query_nic_features(cfg) # ~~~~~~~~~~~~~~~~~~^^^^^ # File "/srv/hw-worker/tests/716/drivers/net/hw/./tso.py", line 205, in query_nic_features # ethtool(f"-K {cfg.ifname} tx-gso-partial off") # ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # File "/srv/hw-worker/tests/716/net/lib/py/utils.py", line 242, in ethtool # return tool('ethtool', args, json=json, ns=ns, host=host) # File "/srv/hw-worker/tests/716/net/lib/py/utils.py", line 225, in tool # cmd_obj = cmd(cmd_str, ns=ns, host=host) # File "/srv/hw-worker/tests/716/net/lib/py/utils.py", line 91, in __init__ # self.process(terminate=False, fail=fail, timeout=timeout) # ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # File "/srv/hw-worker/tests/716/net/lib/py/utils.py", line 117, in process # raise CmdExitFailure("Command failed", self) # net.lib.py.utils.CmdExitFailure: Command failed # CMD: ethtool -K ens1f0np0 tx-gso-partial off # EXIT: 1 # STDOUT: Actual changes: # tx-gso-partial: on [requested off] # STDERR: Could not change any device features not ok 1 selftests: drivers/net/hw: tso.py # exit=1