TAP version 13 1..1 # timeout set to 0 # selftests: drivers/net/hw: irq.py # TAP version 13 # 1..4 # ok 1 irq.check_irqs_reported # # Exception| Traceback (most recent call last): # # Exception| File "/srv/hw-worker/tests/179/net/lib/py/ksft.py", line 338, in ksft_run # # Exception| func(*args) # # Exception| ~~~~^^^^^^^ # # Exception| File "/srv/hw-worker/tests/179/drivers/net/hw/./irq.py", line 66, in check_reconfig_queues # # Exception| _check_reconfig(cfg, reconfig) # # Exception| ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ # # Exception| File "/srv/hw-worker/tests/179/drivers/net/hw/./irq.py", line 47, in _check_reconfig # # Exception| reconfig_cb(cfg) # # Exception| ~~~~~~~~~~~^^^^^ # # Exception| File "/srv/hw-worker/tests/179/drivers/net/hw/./irq.py", line 63, in reconfig # # Exception| cmd(f"ethtool -L {cfg.ifname} {rx_type} {max_queue_cnt}") # # Exception| ~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # # Exception| File "/srv/hw-worker/tests/179/net/lib/py/utils.py", line 91, in __init__ # # Exception| self.process(terminate=False, fail=fail, timeout=timeout) # # Exception| ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # # Exception| File "/srv/hw-worker/tests/179/net/lib/py/utils.py", line 117, in process # # Exception| raise CmdExitFailure("Command failed", self) # # Exception| net.lib.py.utils.CmdExitFailure: Command failed # # Exception| CMD: ethtool -L ens1f0np0 combined 32 # # Exception| EXIT: -9 # # Exception| # # Exception while handling defer / cleanup (callback 1 of 1)! # # Defer Exception| Traceback (most recent call last): # # Defer Exception| File "/srv/hw-worker/tests/179/net/lib/py/ksft.py", line 185, in ksft_flush_defer # # Defer Exception| entry.exec_only() # # Defer Exception| ~~~~~~~~~~~~~~~^^ # # Defer Exception| File "/srv/hw-worker/tests/179/net/lib/py/utils.py", line 210, in exec_only # # Defer Exception| self.func(*self.args, **self.kwargs) # # Defer Exception| ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^ # # Defer Exception| File "/srv/hw-worker/tests/179/drivers/net/hw/./irq.py", line 19, in write_affinity # # Defer Exception| if what != read_affinity(irq): # # Defer Exception| ~~~~~~~~~~~~~^^^^^ # # Defer Exception| File "/srv/hw-worker/tests/179/drivers/net/hw/./irq.py", line 14, in read_affinity # # Defer Exception| with open(f'/proc/irq/{irq}/smp_affinity', 'r') as fp: # # Defer Exception| ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # # Defer Exception| FileNotFoundError: [Errno 2] No such file or directory: '/proc/irq/186/smp_affinity' # # Defer Exception| # not ok 2 irq.check_reconfig_queues # ok 3 irq.check_reconfig_xdp # SKIP Device has no NAPI with IRQ attribute (#napis: 0 # ok 4 irq.check_down # SKIP marked as disruptive # # Totals: pass:1 fail:1 xfail:0 xpass:0 skip:2 error:0 not ok 1 selftests: drivers/net/hw: irq.py # exit=1