~bettyl/plainbox-provider-checkbox:modify-graphics-switch-card

Last commit made on 2019-08-21
Get this branch:
git clone -b modify-graphics-switch-card https://git.launchpad.net/~bettyl/plainbox-provider-checkbox
Only Betty Lin can upload to this branch. If you are Betty Lin please log in for upload directions.

Branch merges

Branch information

Name:
modify-graphics-switch-card
Repository:
lp:~bettyl/plainbox-provider-checkbox

Recent commits

d2ce5f3... by Betty Lin

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)

138395d... by PMR <pmr@pmr-lander>

Merge #371288 from ~kissiel/plainbox-provider-checkbox:add-fan-reaction-test

694cf13... by Maciej Kisielewski

misc: add test checking fans' reaction to cpu load

Signed-off-by: Maciej Kisielewski <email address hidden>

c516d49... by PMR <pmr@pmr-lander>

Merge #370810 from ~bettyl/plainbox-provider-checkbox:modify-graphics-tests

0e017d5... by Betty Lin

Fix redundant suspend test

1. Modify the manual suspend test
"suspend/{index}_suspend_after_switch_to_card_{product_slug}_auto" to
auto suspend. The reason we changed here is because in full test, if the
platform has both intergrated card and discreted card, it will run
manual suspend twice. And in current test plan
"after-suspend-graphics-integrated-gpu-cert-full", the first job
"graphics/1_auto_switch_card_.*" will reboot the machine and then it
runs two jobs "suspend/1_suspend-time-check_.*_auto" and
"suspend/1_suspend-single-log-attach_.*_auto" which are not running
after suspend. This modification can avoid the problem and user only run
manual suspend once.
2. Separated manual and automated test plan. This will be more clear
when we nested test plan.

bda1d8d... by Betty Lin

modify graphics suffix

1. Correct the suffix "_auto" to "_graphics" for the jobs were testing
manually.
2. Correct after-suspend graphics test plan

LP: #1832493

570b798... by PMR <pmr@pmr-lander>

Merge #370655 from ~jocave/plainbox-provider-checkbox:linein-lineout-desktops

4f75dfa... by Jonathan Cave

audio: linein, lineout require desktop or AIO

Add requires field for audio/external-{linein,lineout} jobs as
these connections are generally only present on non-portable
devices

f8119c4... by PMR <pmr@pmr-lander>

Merge #370350 from ~bettyl/plainbox-provider-checkbox:modify-bluetooth-file-transfer

LP: #1837163, #1837164

21a7467... by Betty Lin

modify bluetooth file transfer test

1. Modify bluetooth file transfer test for ODM
2. Add bluetooth/file-transfer to bluetooth-cert-manual test plan