diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-13 11:20:40 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-13 11:20:40 +0200 |
commit | 1da7ca74e0a5e60c6cb5ec46a3782c09b1e2b0de (patch) | |
tree | fdf77f6197abad9890d139c86273d8fd0eabb181 /units/graphics | |
parent | dc679a4c360a9e8d6013fc9e6348e9468036a7e2 (diff) |
bin:graphic_memory_info -> graphic_memory_info.py
Diffstat (limited to 'units/graphics')
-rw-r--r-- | units/graphics/jobs.pxu | 2 | ||||
-rw-r--r-- | units/graphics/legacy.pxu | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/units/graphics/jobs.pxu b/units/graphics/jobs.pxu index 8bde5e7..b56f7f4 100644 --- a/units/graphics/jobs.pxu +++ b/units/graphics/jobs.pxu @@ -178,7 +178,7 @@ template-resource: graphics_card id: graphics/{index}_graphic_memory_{product_slug} plugin: shell category_id: com.canonical.plainbox::graphics -command: graphic_memory_info +command: graphic_memory_info.py _description: Collect info on graphic memory for {vendor} {product}. _summary: Test graphic memory info for {vendor} {product}. diff --git a/units/graphics/legacy.pxu b/units/graphics/legacy.pxu index 9e9609d..f76c4d3 100644 --- a/units/graphics/legacy.pxu +++ b/units/graphics/legacy.pxu @@ -117,7 +117,7 @@ _summary: Collect info on fresh rate. id: graphics/graphic_memory plugin: shell category_id: com.canonical.plainbox::graphics -command: graphic_memory_info +command: graphic_memory_info.py _description: Collect info on graphic memory. _summary: Collect info on graphic memory. |