TAP version 13 1..1 # timeout set to 0 # selftests: drivers/net/hw: rss_drv.py # TAP version 13 # 1..10 # ok 1 rss_drv.indir_size_4x.main # ok 2 rss_drv.indir_size_4x.ctx # ok 3 rss_drv.resize_periodic.main # SKIP Device does not dynamically size indirection table # ok 4 rss_drv.resize_periodic.ctx # SKIP Device does not dynamically size indirection table # ok 5 rss_drv.resize_below_user_size_reject.main # SKIP Device does not dynamically size indirection table # # Exception| Traceback (most recent call last): # # Exception| File "/srv/hw-worker/tests/2855/net/lib/py/ksft.py", line 420, in ksft_run # # Exception| func(*args) # # Exception| ~~~~^^^^^^^ # # Exception| File "/srv/hw-worker/tests/2855/drivers/net/hw/./rss_drv.py", line 171, in resize_below_user_size_reject # # Exception| _require_dynamic_indir_size(cfg, ch_max) # # Exception| ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^ # # Exception| File "/srv/hw-worker/tests/2855/drivers/net/hw/./rss_drv.py", line 53, in _require_dynamic_indir_size # # Exception| ethtool(f"-L {cfg.ifname} combined {ch_max}") # # Exception| ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # # Exception| File "/srv/hw-worker/tests/2855/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/2855/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/2855/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/2855/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/2855/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', '-L', 'ens25f1np1', 'combined', '32']' timed out after 20 seconds # # Exception| # not ok 6 rss_drv.resize_below_user_size_reject.ctx # ok 7 rss_drv.resize_nonperiodic_reject.main # SKIP Device does not dynamically size indirection table # ok 8 rss_drv.resize_nonperiodic_reject.ctx # SKIP Device does not dynamically size indirection table # # Exception| Traceback (most recent call last): # # Exception| File "/srv/hw-worker/tests/2855/net/lib/py/ksft.py", line 420, in ksft_run # # Exception| func(*args) # # Exception| ~~~~^^^^^^^ # # Exception| File "/srv/hw-worker/tests/2855/drivers/net/hw/./rss_drv.py", line 277, in resize_nonperiodic_no_corruption # # Exception| _require_dynamic_indir_size(cfg, ch_max) # # Exception| ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^ # # Exception| File "/srv/hw-worker/tests/2855/drivers/net/hw/./rss_drv.py", line 53, in _require_dynamic_indir_size # # Exception| ethtool(f"-L {cfg.ifname} combined {ch_max}") # # Exception| ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # # Exception| File "/srv/hw-worker/tests/2855/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/2855/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/2855/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/2855/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/2855/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', '-L', 'ens25f1np1', 'combined', '32']' timed out after 20 seconds # # Exception| # not ok 9 rss_drv.resize_nonperiodic_no_corruption.main # ok 10 rss_drv.resize_nonperiodic_no_corruption.ctx # SKIP Device does not dynamically size indirection table # # Totals: pass:2 fail:2 xfail:0 xpass:0 skip:6 error:0 not ok 1 selftests: drivers/net/hw: rss_drv.py # exit=1 # Totals: pass:0 fail:1 xfail:0 xpass:0 skip:0 error:0