diff options
author | Betty Lin <betty.lin@canonical.com> | 2019-08-21 11:45:39 +0800 |
---|---|---|
committer | Betty Lin <betty.lin@canonical.com> | 2019-08-21 11:45:39 +0800 |
commit | d2ce5f32f732f5848fa2950b1e8a0298a99de2ba (patch) | |
tree | 35567b5b95ef00a996de41d50d5da30b948bc7dc /units/graphics | |
parent | 138395d1929d606737168fd11182ec3cab717f66 (diff) |
add auto switch card when the default graphic is discrete gpu
There are some laptop is using descrete gpu as default. To add auto_switch_card job for this situation to make the first test graphic card is the internal one (Intel)
Diffstat (limited to 'units/graphics')
-rw-r--r-- | units/graphics/test-plan.pxu | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/units/graphics/test-plan.pxu b/units/graphics/test-plan.pxu index 4537dfd2..e0f2bb8b 100644 --- a/units/graphics/test-plan.pxu +++ b/units/graphics/test-plan.pxu @@ -7,8 +7,8 @@ include: bootstrap_include: graphics_card nested_part: - com.canonical.certification::graphics-integrated-gpu-cert-manual com.canonical.certification::graphics-integrated-gpu-cert-automated + com.canonical.certification::graphics-integrated-gpu-cert-manual id: graphics-integrated-gpu-cert-manual unit: test plan @@ -31,6 +31,7 @@ _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 |