Skip to content

Commit 9f23c20

Browse files
authored
Fix: wireless_scanning needs to be run as root while run it remotely. (BugFix) (#669)
Fix: wireless_scanning needs to be run as root while run it remotely.
1 parent cab1dc8 commit 9f23c20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

providers/base/units/wireless/jobs.pxu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ template-filter: device.category == 'WIRELESS' and device.interface != 'UNKNOWN'
1616
template-engine: jinja2
1717
template-unit: job
1818
id: wireless/wireless_scanning_{{ interface }}
19+
user: root
1920
_summary: Test system can discover Wi-Fi networks on {{ interface }}
2021
command:
2122
net_driver_info.py "$NET_DRIVER_INFO"

0 commit comments

Comments
 (0)