diff options
author | Kristin Chuang <kristin.chuang@canonical.com> | 2021-04-27 12:57:36 +0800 |
---|---|---|
committer | Kristin Chuang <kristin.chuang@canonical.com> | 2021-04-27 12:57:36 +0800 |
commit | fc7bb17196bfc8a6316e76a7e79a6112e8d29b40 (patch) | |
tree | d743a92824cf883c3b95156fa0efcd7af44b327c /units/wireless | |
parent | eea2c9e443c0a6683d5aa5da554ee953a31b2f15 (diff) |
Change: align all wifi AP jobs to use category wifi_ap
Diffstat (limited to 'units/wireless')
-rw-r--r-- | units/wireless/nm-hotspot.pxu | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/units/wireless/nm-hotspot.pxu b/units/wireless/nm-hotspot.pxu index fbef4bc..609c3c0 100644 --- a/units/wireless/nm-hotspot.pxu +++ b/units/wireless/nm-hotspot.pxu @@ -10,7 +10,7 @@ command: net_driver_info.py "$NET_DRIVER_INFO" wifi_nmcli_test.py ap {{ interface }} bg plugin: shell -category_id: com.canonical.plainbox::wireless +category_id: wifi_ap estimated_duration: 10 flags: preserve-locale also-after-suspend requires: @@ -33,7 +33,7 @@ command: net_driver_info.py "$NET_DRIVER_INFO" wifi_nmcli_test.py ap {{ interface }} a plugin: shell -category_id: com.canonical.plainbox::wireless +category_id: wifi_ap estimated_duration: 10 flags: preserve-locale also-after-suspend requires: |