diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-13 10:27:12 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-13 10:27:12 +0200 |
commit | 6ed8308d130b5de511a1f765a1ae27eff0c46027 (patch) | |
tree | b8ddba57b9e8e6e3f6bfebff457dc46ab6db4b97 /units/cpu | |
parent | 2d1b7b62326e2e0435cf995a5a8d9714088a1bdb (diff) |
bin:cpu_topology -> cpu_topology.py
Diffstat (limited to 'units/cpu')
-rw-r--r-- | units/cpu/jobs.pxu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/cpu/jobs.pxu b/units/cpu/jobs.pxu index 5d7421b..7e422ab 100644 --- a/units/cpu/jobs.pxu +++ b/units/cpu/jobs.pxu @@ -87,7 +87,7 @@ category_id: com.canonical.plainbox::cpu id: cpu/topology estimated_duration: 1.0 requires: int(cpuinfo.count) > 1 and (cpuinfo.platform == 'i386' or cpuinfo.platform == 'x86_64' or cpuinfo.platform == 's390x') -command: cpu_topology +command: cpu_topology.py _summary: Check CPU topology for accuracy between proc and sysfs _description: |