diff options
author | Pierre Equoy <pierre.equoy@canonical.com> | 2022-06-08 12:00:46 +0800 |
---|---|---|
committer | Pierre Equoy <pierre.equoy@canonical.com> | 2022-06-15 15:31:17 +0800 |
commit | a028a44bb18f0f2e9e26c91c3e7f216c70911509 (patch) | |
tree | 53048351b8fdc350e3ba5049cd65715d80272200 /units/graphics | |
parent | 73af3e72d7d859f5151e75e1bf885bd978d4c1c7 (diff) |
Remove: graphics_modes_info.py script and related jobs
The graphics_modes_info.py script is used in two jobs that are not called in any of our test plans. Moreover, since it uses xrandr, the output might be incorrect on recent versions of Ubuntu (22.04+) using Wayland as default.
Diffstat (limited to 'units/graphics')
-rw-r--r-- | units/graphics/jobs.pxu | 10 | ||||
-rw-r--r-- | units/graphics/legacy.pxu | 8 |
2 files changed, 0 insertions, 18 deletions
diff --git a/units/graphics/jobs.pxu b/units/graphics/jobs.pxu index f18aa07..8206f1a 100644 --- a/units/graphics/jobs.pxu +++ b/units/graphics/jobs.pxu @@ -148,16 +148,6 @@ _description: unit: template template-resource: graphics_card -id: graphics/{index}_modes_{product_slug} -plugin: shell -category_id: com.canonical.plainbox::graphics -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} - -unit: template -template-resource: graphics_card id: graphics/{index}_color_depth_{product_slug} plugin: shell category_id: com.canonical.plainbox::graphics diff --git a/units/graphics/legacy.pxu b/units/graphics/legacy.pxu index 14969b0..2b9545d 100644 --- a/units/graphics/legacy.pxu +++ b/units/graphics/legacy.pxu @@ -96,14 +96,6 @@ _description: VERIFICATION: Is this the display's maximum resolution? -id: graphics/modes -plugin: shell -category_id: com.canonical.plainbox::graphics -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 - id: graphics/color_depth plugin: shell category_id: com.canonical.plainbox::graphics |