diff options
author | PMR <pmr@pmr-lander> | 2018-09-11 11:45:31 +0000 |
---|---|---|
committer | PMR <pmr@pmr-lander> | 2018-09-11 11:45:31 +0000 |
commit | 6cf30befa8d43222057c7cc440548cd73f84cb5a (patch) | |
tree | e8e47adb98984237e3ef9437c85656acbc891a90 /units/graphics | |
parent | 1ea2afee31d79cf413de358040283512ee031413 (diff) | |
parent | 0363d3821b14b1e81a51b1187aa90d6a1607c22a (diff) |
Merge #354590 from ~sylvain-pineau/plainbox-provider-checkbox:one-suspend-only-mono-gpu
Diffstat (limited to 'units/graphics')
-rw-r--r-- | units/graphics/test-plan.pxu | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/units/graphics/test-plan.pxu b/units/graphics/test-plan.pxu index 9c1f294..5b58844 100644 --- a/units/graphics/test-plan.pxu +++ b/units/graphics/test-plan.pxu @@ -90,7 +90,10 @@ _description: After suspend tests (integrated GPU) include: graphics/1_switch_card_.*_xenial certification-status=blocker suspend/1_resolution_before_suspend_.*_xenial certification-status=blocker - suspend/suspend_advanced certification-status=blocker + # The following after suspend jobs will automatically select the right suspend job + # depending on the amount of graphic cards available on the SUT: + # suspend/suspend_advanced (one GPU) + # or suspend/{{ index }}_suspend_after_switch_to_card_{{ product_slug }}_xenial (two GPUs) suspend/1_suspend-time-check_.*_xenial certification-status=non-blocker suspend/1_suspend-single-log-attach_.*_xenial power-management/lid certification-status=blocker @@ -104,7 +107,6 @@ include: suspend/1_video_after_suspend_.*_xenial certification-status=blocker suspend/1_cycle_resolutions_after_suspend_.*_xenial certification-status=non-blocker suspend/1_xrandr_screens_after_suspend.tar.gz_xenial - after-suspend-manual-monitor/1_dim_brightness_.* certification-status=blocker id: after-suspend-graphics-discrete-gpu-cert-full unit: test plan |