diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-14 14:49:51 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-14 14:49:51 +0200 |
commit | 0cd78674904b3a27cc18682095a0f51446cded90 (patch) | |
tree | 64d258e782e34d9955901cf39079228b5cfe57e1 /units/cpu | |
parent | 0ae5b46e8d86811d07200998bf78186970a27a98 (diff) |
p-p-r:bin:cpuinfo_resource -> cpuinfo_resource.py
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"} ] |