diff options
-rw-r--r-- | jobs/ethernet.txt.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jobs/ethernet.txt.in b/jobs/ethernet.txt.in index 4d47afd..1e676a7 100644 --- a/jobs/ethernet.txt.in +++ b/jobs/ethernet.txt.in @@ -11,7 +11,7 @@ _description: Test to detect the available network controllers plugin: shell id: ethernet/info_automated requires: - package.name == 'network-manager' + executable.name == 'ip' device.category == 'NETWORK' command: udev_resource | filter_templates -w "category=NETWORK"| awk "/path: / { print \$2 }"| xargs -n 1 sh -c "for i in \`ls /sys\$0/net 2>/dev/null\`; do network_info \$i; done" estimated_duration: 30.0 |