@@ -306,7 +306,7 @@ id: graphics/{index}_auto_glxgears_{product_slug}
306306flags: also-after-suspend
307307requires:
308308 executable.name == 'glxgears'
309- dmi.product in ['Notebook','Laptop','Portable','All In One','All-In-One','AIO','Convertible', 'Tablet', 'Detachable']
309+ dmi.sane_product == "portable"
310310user: root
311311command:
312312 # shellcheck disable=SC1091
@@ -327,7 +327,7 @@ id: graphics/{index}_valid_glxgears_{product_slug}
327327flags: also-after-suspend
328328requires:
329329 executable.name == 'glxgears'
330- dmi.product in ['Notebook','Laptop','Portable','All In One','All-In-One','AIO','Convertible', 'Tablet', 'Detachable']
330+ dmi.sane_product == "portable"
331331user: root
332332command:
333333 # shellcheck disable=SC1091
@@ -356,7 +356,7 @@ id: graphics/{index}_auto_glxgears_fullscreen_{product_slug}
356356flags: also-after-suspend
357357requires:
358358 executable.name == 'glxgears'
359- dmi.product in ['Notebook','Laptop','Portable','All In One','All-In-One','AIO','Convertible','Tablet', 'Detachable']
359+ dmi.sane_product == "portable"
360360user: root
361361command:
362362 # shellcheck disable=SC1091
@@ -377,7 +377,7 @@ id: graphics/{index}_valid_glxgears_fullscreen_{product_slug}
377377flags: also-after-suspend
378378requires:
379379 executable.name == 'glxgears'
380- dmi.product in ['Notebook','Laptop','Portable','All In One','All-In-One','AIO','Convertible','Tablet', 'Detachable']
380+ dmi.sane_product == "portable"
381381user: root
382382command:
383383 # shellcheck disable=SC1091
@@ -405,7 +405,7 @@ flags: also-after-suspend
405405user: root
406406requires:
407407 executable.name == 'glxgears'
408- dmi.product in ['Desktop','Low Profile Desktop','Tower','Mini Tower','Space-saving', 'Mini PC']
408+ dmi.sane_product == "non-portable"
409409command:
410410 prime_offload_tester.py -c glxgears -t 30
411411summary:
@@ -420,7 +420,7 @@ flags: also-after-suspend
420420user: root
421421requires:
422422 executable.name == 'glxgears'
423- dmi.product in ['Desktop','Low Profile Desktop','Tower','Mini Tower','Space-saving', 'Mini PC']
423+ dmi.sane_product == "non-portable"
424424command:
425425 prime_offload_tester.py -c "glxgears -fullscreen" -t 30
426426summary:
@@ -435,7 +435,7 @@ flags: also-after-suspend
435435user: root
436436requires:
437437 executable.name == 'glxgears'
438- dmi.product in ['Desktop','Low Profile Desktop','Tower','Mini Tower','Space-saving', 'Mini PC']
438+ dmi.sane_product == "non-portable"
439439command:
440440 prime_offload_tester.py -c glxgears -t 30
441441summary:
@@ -456,7 +456,7 @@ flags: also-after-suspend
456456user: root
457457requires:
458458 executable.name == 'glxgears'
459- dmi.product in ['Desktop','Low Profile Desktop','Tower','Mini Tower','Space-saving', 'Mini PC']
459+ dmi.sane_product == "non-portable"
460460command:
461461 prime_offload_tester.py -c "glxgears -fullscreen" -t 30
462462summary:
@@ -673,7 +673,7 @@ plugin: shell
673673category_id: com.canonical.plainbox::graphics
674674id: graphics/nvlink-status-check
675675requires:
676- dmi.product in ['Desktop','Low Profile Desktop','Tower','Mini Tower', 'Space-saving']
676+ dmi.sane_product == "non-portable"
677677 graphics_card.driver == 'nvidia'
678678command: nvidia_nvlink_check.sh
679679_summary: Check NVIDIA NVLINK status
0 commit comments