summaryrefslogtreecommitdiff
path: root/units/suspend
diff options
authorSylvain Pineau <sylvain.pineau@canonical.com>2020-07-14 15:00:14 +0200
committerSylvain Pineau <sylvain.pineau@canonical.com>2020-07-14 15:00:14 +0200
commit55f20fbef52f64fbff61cdae403670212259e1e3 (patch)
tree108b42ef808505a3a90bb441da49b97382db2573 /units/suspend
parent0cd78674904b3a27cc18682095a0f51446cded90 (diff)
p-p-r:bin:meminfo_resource -> meminfo_resource.py
Diffstat (limited to 'units/suspend')
-rw-r--r--units/suspend/suspend.pxu6
1 files changed, 3 insertions, 3 deletions
diff --git a/units/suspend/suspend.pxu b/units/suspend/suspend.pxu
index c111dce..a610b55 100644
--- a/units/suspend/suspend.pxu
+++ b/units/suspend/suspend.pxu
@@ -46,7 +46,7 @@ category_id: com.canonical.plainbox::suspend
id: suspend/memory_before_suspend
estimated_duration: 1.2
_summary: Dumps memory info to a file for comparison after suspend
-command: meminfo_resource > $PLAINBOX_SESSION_SHARE/meminfo_before_suspend
+command: meminfo_resource.py > $PLAINBOX_SESSION_SHARE/meminfo_before_suspend
unit: template
template-resource: device
@@ -575,7 +575,7 @@ estimated_duration: 1.2
depends: suspend/suspend_advanced suspend/memory_before_suspend
_description:
Verify that all memory is available after resuming from suspend.
-command: meminfo_resource | diff $PLAINBOX_SESSION_SHARE/meminfo_before_suspend -
+command: meminfo_resource.py | diff $PLAINBOX_SESSION_SHARE/meminfo_before_suspend -
plugin: shell
category_id: com.canonical.plainbox::suspend
@@ -584,7 +584,7 @@ estimated_duration: 1.2
depends: suspend/suspend_advanced_auto suspend/memory_before_suspend
_description:
Verify that all memory is available after resuming from suspend.
-command: meminfo_resource | diff $PLAINBOX_SESSION_SHARE/meminfo_before_suspend -
+command: meminfo_resource.py | diff $PLAINBOX_SESSION_SHARE/meminfo_before_suspend -
plugin: manual
category_id: com.canonical.plainbox::suspend