~andch/plainbox-provider-pc-sanity:check-fingerprint-device

Last commit made on 2022-03-18
Get this branch:
git clone -b check-fingerprint-device https://git.launchpad.net/~andch/plainbox-provider-pc-sanity
Only Andy Chi can upload to this branch. If you are Andy Chi please log in for upload directions.

Branch merges

Branch information

Name:
check-fingerprint-device
Repository:
lp:~andch/plainbox-provider-pc-sanity

Recent commits

b2d8b91... by Andy Chi

Add test case to check if device support fingerprint or not.

7ddff4e... by Dirk Su

Merge remote-tracking branch 'dirksu/check_wifi6e'

https://code.launchpad.net/~dirksu/plainbox-provider-pc-sanity/+git/plainbox-provider-pc-sanity/+merge/415882

c9b60bc... by Dirk Su

Add required packages for check_wifi6e.py

ead6274... by Dirk Su

Add test case to pc-sanity-smoke-test-no-dgpu-switching

08c21da... by Dirk Su

Check if wifi 6GHz band enabled with kernel less then 5.15

796d721... by jeremyszu

Merge branch 'nvidia-driver-version-check' into HEAD

https://code.launchpad.net/~os369510/plainbox-provider-pc-sanity/+git/plainbox-provider-pc-sanity/+merge/414122

2aad285... by jeremyszu

Fix the commnets from reviewers

1. Insert "user: root" because the script uses sudo.
2. Fix the sub-version parsing.

0f0ac8e... by jeremyszu

Improve gpu-driver-checker.sh to compatible to old lspci

cab78ac... by jeremyszu

Replace tab by space

cdf6eb2... by jeremyszu

Improve gpu-driver-checker.sh

1. Stock ubuntu user might not get nvidia-driver-470 when fresh
   install since Jammy but linux-module-nvidia-*.
2. In some ubuntu user cases, user can install both dkms and pre-signed
   nvidia and the reason is making sense if user is a developer who
   needs to have dkms to cover customized kernel cases.
3. Add check-gpu-driver in other test plan.