diff options
author | Ubuntu <ubuntu@cert-jenkins-slave-1-201406-15260.maas> | 2022-01-19 09:00:24 +0000 |
---|---|---|
committer | Ubuntu <ubuntu@cert-jenkins-slave-1-201406-15260.maas> | 2022-01-19 09:00:24 +0000 |
commit | ae10aab39435f707c30f28ab72a44d1b59aa6ed9 (patch) | |
tree | 7bd1e0b4a20f3674af836f9f3b08ef127bf73beb | |
parent | 33dbff4424216def4be7ad76045f408178cde9a7 (diff) | |
parent | 85515801fdcf1a31312a75870b31253f35859c50 (diff) |
Merge #414341 from ~kevinyeh/plainbox-provider-checkbox:fix-dmesg-permission-after-hirsute
Fix read dmesg permission issue for ubuntu releases which after hirsute.
-rw-r--r-- | units/ethernet/jobs.pxu | 1 | ||||
-rw-r--r-- | units/suspend/suspend.pxu | 4 | ||||
-rw-r--r-- | units/wireless/wireless-connection-manual.pxu | 1 |
3 files changed, 6 insertions, 0 deletions
diff --git a/units/ethernet/jobs.pxu b/units/ethernet/jobs.pxu index 244cca6..571c03d 100644 --- a/units/ethernet/jobs.pxu +++ b/units/ethernet/jobs.pxu @@ -394,6 +394,7 @@ depends: suspend/suspend_advanced_auto estimated_duration: 1.2 requires: device.category == 'NETWORK' +user: root command: network_reconnect_resume_test.py -t 10 -d wired _summary: Network reconnect resume test (wired) _description: diff --git a/units/suspend/suspend.pxu b/units/suspend/suspend.pxu index 56960be..73a56dc 100644 --- a/units/suspend/suspend.pxu +++ b/units/suspend/suspend.pxu @@ -1320,6 +1320,7 @@ id: suspend/wifi_resume_time depends: suspend/suspend_advanced_auto requires: device.category == 'WIRELESS' +user: root command: network_reconnect_resume_test.py -t 90 -d wifi estimated_duration: 0.530 _description: @@ -1333,6 +1334,7 @@ estimated_duration: 1.2 depends: suspend/suspend_advanced_auto requires: device.category == 'WIRELESS' +user: root command: network_reconnect_resume_test.py -t 90 -d wifi _description: Checks the length of time it takes to reconnect an existing wifi connection @@ -1345,6 +1347,7 @@ depends: suspend/suspend_advanced_auto estimated_duration: 1.2 requires: device.category == 'NETWORK' +user: root command: network_reconnect_resume_test.py -t 10 -d wired _description: Checks the length of time it takes to reconnect an existing wired connection @@ -1357,6 +1360,7 @@ depends: suspend/suspend_advanced_auto estimated_duration: 1.2 requires: device.category == 'NETWORK' +user: root command: network_reconnect_resume_test.py -t 10 -d wired _description: Checks the length of time it takes to reconnect an existing wired connection diff --git a/units/wireless/wireless-connection-manual.pxu b/units/wireless/wireless-connection-manual.pxu index d06b260..70ad25f 100644 --- a/units/wireless/wireless-connection-manual.pxu +++ b/units/wireless/wireless-connection-manual.pxu @@ -203,6 +203,7 @@ estimated_duration: 1.2 depends: suspend/suspend_advanced_auto requires: device.category == 'WIRELESS' +user: root command: network_reconnect_resume_test.py -t 90 -d wifi _summary: Network reconnect resume test (wifi) _description: |