diff options
Diffstat (limited to 'units/cpu')
-rw-r--r-- | units/cpu/jobs.pxu | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/units/cpu/jobs.pxu b/units/cpu/jobs.pxu index 94c2277..2953d16 100644 --- a/units/cpu/jobs.pxu +++ b/units/cpu/jobs.pxu @@ -170,10 +170,10 @@ category_id: com.canonical.plainbox::cpu id: cpu/cpuinfo_before_suspend estimated_duration: 1.2 _summary: Verify that all the CPUs are online before suspending -command: cpuinfo_resource > $PLAINBOX_SESSION_SHARE/cpuinfo_before_suspend +command: cpuinfo_resource.py > $PLAINBOX_SESSION_SHARE/cpuinfo_before_suspend _siblings: [ { "id": "after-suspend-cpu/cpuinfo_after_suspend", "_summary": "Verify that all the CPUs are online after suspending", - "command": "cpuinfo_resource | diff $PLAINBOX_SESSION_SHARE/cpuinfo_before_suspend -", + "command": "cpuinfo_resource.py | diff $PLAINBOX_SESSION_SHARE/cpuinfo_before_suspend -", "depends": "com.canonical.certification::suspend/suspend_advanced_auto"} ] |