diff options
author | Pierre Equoy <pierre.equoy@canonical.com> | 2019-02-07 19:40:10 +0800 |
---|---|---|
committer | Pierre Equoy <pierre.equoy@canonical.com> | 2019-02-07 19:40:10 +0800 |
commit | f3c16e42d290b25cfbddf15c61e68c04f2718201 (patch) | |
tree | bb6ae01479458f4c7c9c780b226dbd0308d2b968 | |
parent | 3f3d3803b15960ad38e22895cebbd203f68f23f0 (diff) |
stress: Use automated suspend job for 'suspend_30_cycles_with_reboots' job
The 'power-management/suspend_30_cycles_with_reboots' job is used in 'stress-suspend-30-cycles-with-reboots-automated' test plan, yet depends on 'suspend/suspend_advanced' which is manual. Switching to 'suspend/suspend_advanced_auto' instead.
-rw-r--r-- | units/stress/jobs.pxu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/stress/jobs.pxu b/units/stress/jobs.pxu index 261a0a3..0cf8f51 100644 --- a/units/stress/jobs.pxu +++ b/units/stress/jobs.pxu @@ -71,7 +71,7 @@ id: power-management/suspend_30_cycles_with_reboots estimated_duration: 5400.0 depends: power-management/rtc - suspend/suspend_advanced + suspend/suspend_advanced_auto requires: executable.name == 'x-terminal-emulator' flags: noreturn |