diff options
author | Jonathan Cave <jonathan.cave@canonical.com> | 2019-02-20 16:43:56 +0000 |
---|---|---|
committer | Jonathan Cave <jonathan.cave@canonical.com> | 2019-02-20 17:33:55 +0000 |
commit | 8e6c4d9ec57f120df42f634a91d05722914e93da (patch) | |
tree | 979ab6a24cac169383b3d496347a71b1ccd8cbce /units/info | |
parent | 36f0620a97cc56a069fb2773bd559f5ce990981c (diff) |
ethernet: network_device_info detect/info changes
The network_device_info script was being used by the ethernet/detect and info/network_devices jobs. This clarifies the two roles and removes the unrequired udev/NM matching code.
Diffstat (limited to 'units/info')
-rw-r--r-- | units/info/jobs.pxu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/info/jobs.pxu b/units/info/jobs.pxu index 3170566..93ccd92 100644 --- a/units/info/jobs.pxu +++ b/units/info/jobs.pxu @@ -310,7 +310,7 @@ _description: Lists the device driver and version for all audio devices. plugin: attachment category_id: com.canonical.plainbox::info id: info/network_devices -command: network_device_info +command: network_device_info.py info estimated_duration: 0.550 _description: Provides information about network devices |