summaryrefslogtreecommitdiff
diff options
authorRod Smith <rod.smith@canonical.com>2015-01-21 17:07:42 -0500
committerRod Smith <rod.smith@canonical.com>2015-01-21 17:07:42 -0500
commitacda1ef284d5c7d33a092340b7cb4b083d3c100f (patch)
tree760a003b5c6a74cebf9fe6ec5c98008c923dacc6
parent5c1ad545a13e49eb900031fcd3b0300aea891b09 (diff)
Changed ethernet/info_automated test definition to not rely on Network Manager
-rw-r--r--jobs/ethernet.txt.in2
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