diff options
-rw-r--r-- | units/wireless/jobs.pxu | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/units/wireless/jobs.pxu b/units/wireless/jobs.pxu index a186979c..b3d66040 100644 --- a/units/wireless/jobs.pxu +++ b/units/wireless/jobs.pxu @@ -447,7 +447,7 @@ _description: unit: template template-resource: device template-filter: device.category == 'WIRELESS' and device.interface != 'UNKNOWN' -id: wireless/nm_connection_save_{category} +id: wireless/nm_connection_save_{interface} category_id: com.canonical.plainbox::wireless _summary: Save any NetworkManager 802.11 configurations prior to testing plugin: shell @@ -460,7 +460,7 @@ flags: preserve-locale also-after-suspend also-after-suspend-manual unit: template template-resource: device template-filter: device.category == 'WIRELESS' and device.interface != 'UNKNOWN' -id: wireless/nm_connection_restore_{category} +id: wireless/nm_connection_restore_{interface} category_id: com.canonical.plainbox::wireless _summary: Restore any NetworkManager 802.11 configurations after testing plugin: shell @@ -468,5 +468,5 @@ user: root command: wifi_nmcli_backup.py restore estimated_duration: 2.0 -depends: wireless/nm_connection_save_{category} -flags: preserve-locale also-after-suspend also-after-suspend-manual \ No newline at end of file +depends: wireless/nm_connection_save_{interface} +flags: preserve-locale also-after-suspend also-after-suspend-manual |