mirror of
https://github.com/torvalds/linux.git
synced 2026-08-04 22:38:46 +02:00
The script "ethtool-common.sh" is not installed in INSTALL_PATH, and
triggers some errors when I try to run the test
'drivers/net/netdevsim/ethtool-coalesce.sh':
TAP version 13
1..1
# timeout set to 600
# selftests: drivers/net/netdevsim: ethtool-coalesce.sh
# ./ethtool-coalesce.sh: line 4: ethtool-common.sh: No such file or directory
# ./ethtool-coalesce.sh: line 25: make_netdev: command not found
# ethtool: bad command line argument(s)
# ./ethtool-coalesce.sh: line 124: check: command not found
# ./ethtool-coalesce.sh: line 126: [: -eq: unary operator expected
# FAILED /0 checks
not ok 1 selftests: drivers/net/netdevsim: ethtool-coalesce.sh # exit=1
Install this file to avoid this error. After this patch:
TAP version 13
1..1
# timeout set to 600
# selftests: drivers/net/netdevsim: ethtool-coalesce.sh
# PASSED all 22 checks
ok 1 selftests: drivers/net/netdevsim: ethtool-coalesce.sh
Fixes:
|
||
|---|---|---|
| .. | ||
| config | ||
| devlink_in_netns.sh | ||
| devlink_trap.sh | ||
| devlink.sh | ||
| ethtool-coalesce.sh | ||
| ethtool-common.sh | ||
| ethtool-features.sh | ||
| ethtool-fec.sh | ||
| ethtool-pause.sh | ||
| ethtool-ring.sh | ||
| fib_notifications.sh | ||
| fib.sh | ||
| hw_stats_l3.sh | ||
| macsec-offload.sh | ||
| Makefile | ||
| nexthop.sh | ||
| peer.sh | ||
| psample.sh | ||
| settings | ||
| tc-mq-visibility.sh | ||
| udp_tunnel_nic.sh | ||