diff options
author | Jeff Lane <jeffrey.lane@canonical.com> | 2016-10-13 15:37:28 -0400 |
---|---|---|
committer | Jeff Lane <jeffrey.lane@canonical.com> | 2016-10-13 15:37:28 -0400 |
commit | 582c8caab461b772f2ce0da6a6153efe4d0de553 (patch) | |
tree | 752e27076806e3b45b8c865c329853e7c1aaa500 /jobs | |
parent | ced1c5c8a681e8c24969ea2ff07a0d992fa868c1 (diff) |
make ethertool_check jobs run as root to eliminate those 'Cannot get wake-on-lan settings: Operation not permitted' error messages in test output
Diffstat (limited to 'jobs')
-rw-r--r-- | jobs/ethernet.txt.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jobs/ethernet.txt.in b/jobs/ethernet.txt.in index 151325b..f57870e 100644 --- a/jobs/ethernet.txt.in +++ b/jobs/ethernet.txt.in @@ -94,6 +94,7 @@ _summary: ethtool check for NIC {interface} estimated_duration: 330.0 requires: package.name == 'ethtool' +user: root command: ethtool {interface} _description: This test executes ethtool requests against ethernet device {__index__} ({interface}). |