diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-13 11:28:57 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-13 11:28:57 +0200 |
commit | 303f3f74d26c8d6a6aa438403f44c7552c4e9444 (patch) | |
tree | c708a856a8f84ecf42836fb7dda846c6dffde4bb /units | |
parent | 258f3177860c34a2b772c62b99bfc88ce1c755f7 (diff) |
bin:graphics_modes_info -> graphics_modes_info.py
Diffstat (limited to 'units')
-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 c3b883d..bfc2c1f 100644 --- a/units/graphics/jobs.pxu +++ b/units/graphics/jobs.pxu @@ -149,7 +149,7 @@ template-resource: graphics_card id: graphics/{index}_modes_{product_slug} plugin: shell category_id: com.canonical.plainbox::graphics -command: graphics_modes_info +command: graphics_modes_info.py estimated_duration: 0.250 _description: Collect info on graphics modes (screen resolution and refresh rate) for {vendor} {product} _summary: Test graphic modes info for {vendor} {product} diff --git a/units/graphics/legacy.pxu b/units/graphics/legacy.pxu index 2e002a9..c254476 100644 --- a/units/graphics/legacy.pxu +++ b/units/graphics/legacy.pxu @@ -94,7 +94,7 @@ _description: id: graphics/modes plugin: shell category_id: com.canonical.plainbox::graphics -command: graphics_modes_info +command: graphics_modes_info.py estimated_duration: 0.250 _description: Collect info on graphics modes (screen resolution and refresh rate) _summary: Collect info on graphics modes |