diff options
author | Betty Lin <betty.lin@canonical.com> | 2019-09-06 13:45:13 +0800 |
---|---|---|
committer | Betty Lin <betty.lin@canonical.com> | 2019-09-06 13:45:13 +0800 |
commit | caa54d2d9dff8076991427d22351e21961485fb4 (patch) | |
tree | f0c8b66d6a846500a1d86eaeef6b4d1858cc89a0 /units/graphics | |
parent | 14c625a1d39af04c35bd1d3ea9ef8f9522d08b93 (diff) |
adjust graphic test for UMA platform
In the original test plan 'after-suspend-graphics-integrated-gpu-cert-automated', 'suspend/1_resolution_before_suspend_.*_auto' after 'graphics/1_auto_switch_card_.*'. When the laptop is UMA, the auto_switch_card test doesn't run, then 'suspend/1_resolution_before_suspend_.*_auto' will run after suspend. To avoid the situation, move 'suspend/1_resolution_before_suspend_.*_auto' to 'graphics-integrated-gpu-cert-automated' test plan.
Diffstat (limited to 'units/graphics')
-rw-r--r-- | units/graphics/test-plan.pxu | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/units/graphics/test-plan.pxu b/units/graphics/test-plan.pxu index e0f2bb8..fd52dc7 100644 --- a/units/graphics/test-plan.pxu +++ b/units/graphics/test-plan.pxu @@ -31,14 +31,15 @@ _name: Graphics tests (integrated GPU) (Automated) _description: Graphics tests (integrated GPU) (Automated) include: - graphics/1_auto_switch_card_.* certification-status=blocker - graphics/xorg-version certification-status=blocker - graphics/xorg-failsafe certification-status=blocker - graphics/xorg-process certification-status=blocker - graphics/VESA_drivers_not_in_use certification-status=blocker - graphics/1_driver_version_.* certification-status=blocker - graphics/1_compiz_check_.* certification-status=blocker + graphics/1_auto_switch_card_.* certification-status=blocker + graphics/xorg-version certification-status=blocker + graphics/xorg-failsafe certification-status=blocker + graphics/xorg-process certification-status=blocker + graphics/VESA_drivers_not_in_use certification-status=blocker + graphics/1_driver_version_.* certification-status=blocker + graphics/1_compiz_check_.* certification-status=blocker graphics/1_minimum_resolution_.* + suspend/1_resolution_before_suspend_.*_auto certification-status=blocker bootstrap_include: graphics_card @@ -99,7 +100,6 @@ _name: After suspend tests (integrated GPU automated) _description: After suspend tests (integrated GPU automated) include: graphics/1_auto_switch_card_.* certification-status=blocker - suspend/1_resolution_before_suspend_.*_auto certification-status=blocker suspend/1_suspend_after_switch_to_card_.*_auto 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: |