Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions providers/base/units/graphics/jobs.pxu
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ id: graphics/{index}_auto_glxgears_{product_slug}
flags: also-after-suspend
requires:
executable.name == 'glxgears'
dmi.product in ['Notebook','Laptop','Portable','All In One','All-In-One','AIO','Convertible']
dmi.product in ['Notebook','Laptop','Portable','All In One','All-In-One','AIO','Convertible', 'Tablet', 'Detachable']
user: root
command:
# shellcheck disable=SC1091
Expand All @@ -327,7 +327,7 @@ id: graphics/{index}_valid_glxgears_{product_slug}
flags: also-after-suspend
requires:
executable.name == 'glxgears'
dmi.product in ['Notebook','Laptop','Portable','All In One','All-In-One','AIO','Convertible']
dmi.product in ['Notebook','Laptop','Portable','All In One','All-In-One','AIO','Convertible', 'Tablet', 'Detachable']
user: root
command:
# shellcheck disable=SC1091
Expand Down Expand Up @@ -356,7 +356,7 @@ id: graphics/{index}_auto_glxgears_fullscreen_{product_slug}
flags: also-after-suspend
requires:
executable.name == 'glxgears'
dmi.product in ['Notebook','Laptop','Portable','All In One','All-In-One','AIO','Convertible']
dmi.product in ['Notebook','Laptop','Portable','All In One','All-In-One','AIO','Convertible','Tablet', 'Detachable']
user: root
command:
# shellcheck disable=SC1091
Expand All @@ -377,7 +377,7 @@ id: graphics/{index}_valid_glxgears_fullscreen_{product_slug}
flags: also-after-suspend
requires:
executable.name == 'glxgears'
dmi.product in ['Notebook','Laptop','Portable','All In One','All-In-One','AIO','Convertible']
dmi.product in ['Notebook','Laptop','Portable','All In One','All-In-One','AIO','Convertible','Tablet', 'Detachable']
user: root
command:
# shellcheck disable=SC1091
Expand Down
2 changes: 1 addition & 1 deletion providers/base/units/monitor/jobs.pxu
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ template-resource: graphics_card
template-filter: graphics_card.prime_gpu_offload == 'Off'
id: monitor/{index}_dim_brightness_{product_slug}
template-id: monitor/index_dim_brightness_product_slug
requires: dmi.product in ['Notebook','Laptop','Portable','All In One','All-In-One','AIO','Convertible']
requires: dmi.product in ['Notebook','Laptop','Portable','All In One','All-In-One','AIO','Convertible', 'Tablet', 'Detachable']
plugin: user-interact-verify
category_id: com.canonical.plainbox::monitor
user: root
Expand Down
6 changes: 3 additions & 3 deletions providers/base/units/power-management/jobs.pxu
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ plugin: manual
category_id: com.canonical.plainbox::power-management
id: power-management/lid
estimated_duration: 120.0
requires: dmi.product in ['Notebook','Laptop','Portable','Convertible']
requires: dmi.product in ['Notebook','Laptop','Portable','Convertible', 'Detachable']
_description:
_purpose:
This test will check your lid sensors.
Expand Down Expand Up @@ -180,7 +180,7 @@ plugin: user-interact-verify
category_id: com.canonical.plainbox::power-management
id: power-management/lid_close_suspend_open
estimated_duration: 20.0
requires: device.product == 'Lid Switch'
requires: dmi.product in ['Notebook','Laptop','Portable','Convertible', 'Detachable']
_purpose:
This test will check your lid sensor can detect lid close/open, and the DUT (Device Under Test) will suspend when the lid is closed
_steps:
Expand Down Expand Up @@ -545,7 +545,7 @@ category_id: com.canonical.plainbox::power-management
id: power-management/light_sensor
estimated_duration: 10.0
requires:
dmi.product in ['Notebook','Laptop','Portable','Convertible']
dmi.product in ['Notebook','Laptop','Portable','Convertible', 'Tablet', 'Detachable']
executable.name == 'monitor-sensor'
flags: also-after-suspend
command: light_sensor_test.sh
Expand Down
Loading