Skip to content

Commit

Permalink
Fix: wireless_scanning needs to be run as root while run it remotely.…
Browse files Browse the repository at this point in the history
… (BugFix) (#669)

Fix: wireless_scanning needs to be run as root while run it remotely.
  • Loading branch information
kevinyehk authored Dec 8, 2023
1 parent cab1dc8 commit 9f23c20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions providers/base/units/wireless/jobs.pxu
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ template-filter: device.category == 'WIRELESS' and device.interface != 'UNKNOWN'
template-engine: jinja2
template-unit: job
id: wireless/wireless_scanning_{{ interface }}
user: root
_summary: Test system can discover Wi-Fi networks on {{ interface }}
command:
net_driver_info.py "$NET_DRIVER_INFO"
Expand Down

0 comments on commit 9f23c20

Please sign in to comment.