TAP version 13 1..1 # timeout set to 900 # selftests: drivers/net: vlan.py # # Interface: ens9np0, driver: bnxt_en # TAP version 13 # 1..6 # ok 1 vlan.test.8021q_hw # # CMD (success): ethtool -K ens9np0 rx-vlan-offload off # # STDOUT: Actual changes: # # rx-vlan-hw-parse: off # # rx-vlan-stag-hw-parse: off [not requested] # ok 2 vlan.test.8021q_sw # # Exception| Traceback (most recent call last): # # Exception| File "/srv/hw-worker/tests/3760/net/lib/py/ksft.py", line 420, in ksft_run # # Exception| func(*args) # # Exception| ~~~~^^^^^^^ # # Exception| File "/srv/hw-worker/tests/3760/drivers/net/./vlan.py", line 88, in test # # Exception| cmd(f"ping -c 1 -W 5 {REMOTE_IP}") # # Exception| ~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # # Exception| File "/srv/hw-worker/tests/3760/net/lib/py/utils.py", line 101, in __init__ # # Exception| self.process(terminate=False, fail=fail, expect_fail=expect_fail, # # Exception| ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # # Exception| timeout=timeout) # # Exception| ^^^^^^^^^^^^^^^^ # # Exception| File "/srv/hw-worker/tests/3760/net/lib/py/utils.py", line 134, in process # # Exception| raise CmdExitFailure("Command failed", self) # # Exception| net.lib.py.utils.CmdExitFailure: Command failed # # Exception| CMD: ping -c 1 -W 5 198.51.100.2 # # Exception| EXIT: 1 # # Exception| STDOUT: PING 198.51.100.2 (198.51.100.2) 56(84) bytes of data. # # Exception| From 198.51.100.1 icmp_seq=1 Destination Host Unreachable # # Exception| # # Exception| --- 198.51.100.2 ping statistics --- # # Exception| 1 packets transmitted, 0 received, +1 errors, 100% packet loss, time 0ms # # Exception| # not ok 3 vlan.test.8021ad_hw # # Exception| Traceback (most recent call last): # # Exception| File "/srv/hw-worker/tests/3760/net/lib/py/ksft.py", line 420, in ksft_run # # Exception| func(*args) # # Exception| ~~~~^^^^^^^ # # Exception| File "/srv/hw-worker/tests/3760/drivers/net/./vlan.py", line 86, in test # # Exception| _setup(cfg, outer_proto, inner_proto, hw_strip) # # Exception| ~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # # Exception| File "/srv/hw-worker/tests/3760/drivers/net/./vlan.py", line 62, in _setup # # Exception| set_ethtool_feat(cfg.ifname, feat, {"rx-vlan-offload": hw_strip}) # # Exception| ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # # Exception| File "/srv/hw-worker/tests/3760/drivers/net/lib/py/feat.py", line 32, in set_ethtool_feat # # Exception| eth_cmd = ethtool(" ".join(new), host=host) # # Exception| File "/srv/hw-worker/tests/3760/net/lib/py/utils.py", line 276, in ethtool # # Exception| return tool('ethtool', args, json=json, ns=ns, host=host) # # Exception| File "/srv/hw-worker/tests/3760/net/lib/py/utils.py", line 252, in tool # # Exception| cmd_obj = cmd(cmd_str, ns=ns, host=host) # # Exception| File "/srv/hw-worker/tests/3760/net/lib/py/utils.py", line 101, in __init__ # # Exception| self.process(terminate=False, fail=fail, expect_fail=expect_fail, # # Exception| ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # # Exception| timeout=timeout) # # Exception| ^^^^^^^^^^^^^^^^ # # Exception| File "/srv/hw-worker/tests/3760/net/lib/py/utils.py", line 123, in process # # Exception| stdout, stderr = self._process_terminate(terminate=terminate, # # Exception| ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^ # # Exception| timeout=timeout) # # Exception| ^^^^^^^^^^^^^^^^ # # Exception| File "/srv/hw-worker/tests/3760/net/lib/py/utils.py", line 107, in _process_terminate # # Exception| stdout, stderr = self.proc.communicate(timeout=timeout) # # Exception| ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ # # Exception| File "/usr/lib64/python3.14/subprocess.py", line 1221, in communicate # # Exception| stdout, stderr = self._communicate(input, endtime, timeout) # # Exception| ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ # # Exception| File "/usr/lib64/python3.14/subprocess.py", line 2154, in _communicate # # Exception| self._check_timeout(endtime, orig_timeout, stdout, stderr) # # Exception| ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # # Exception| File "/usr/lib64/python3.14/subprocess.py", line 1268, in _check_timeout # # Exception| raise TimeoutExpired( # # Exception| ...<2 lines>... # # Exception| stderr=b''.join(stderr_seq) if stderr_seq else None) # # Exception| subprocess.TimeoutExpired: Command '['ethtool', '-K', 'ens9np0', 'rx-vlan-offload', 'off']' timed out after 20 seconds # # Exception| # not ok 4 vlan.test.8021ad_sw # # CMD (success): ethtool -K ens9np0 rx-vlan-offload on # # STDOUT: Actual changes: # # rx-vlan-hw-parse: on # # rx-vlan-stag-hw-parse: on [not requested] # ok 5 vlan.test.qinq_hw # ok 6 vlan.test.qinq_sw # # Totals: pass:4 fail:2 xfail:0 xpass:0 skip:0 error:0 not ok 1 selftests: drivers/net: vlan.py # exit=1 # Totals: pass:0 fail:1 xfail:0 xpass:0 skip:0 error:0