Merge ~dirksu/plainbox-provider-pc-sanity:add_noble_to_platform_meta_test into plainbox-provider-pc-sanity:master

Proposed by Dirk Su
Status: Merged
Approved by: Dirk Su
Approved revision: 4f81f9e8e9279d758307508b6ecaffefb243fbe4
Merged at revision: 9e59dc3b404342e9f99d294d45510a4f7d546f99
Proposed branch: ~dirksu/plainbox-provider-pc-sanity:add_noble_to_platform_meta_test
Merge into: plainbox-provider-pc-sanity:master
Diff against target: 13 lines (+1/-1)
1 file modified
bin/platform_meta_test (+1/-1)
Reviewer Review Type Date Requested Status
Cyrus Lien Approve
OEM Solutions Group: Engineers Pending
Review via email: mp+465755@code.launchpad.net

Commit message

platform_meta_test: include noble

To post a comment you must log in.
Revision history for this message
Cyrus Lien (cyruslien) wrote :

LGTM.

review: Approve
Revision history for this message
OEM Taipei Bot (oem-taipei-bot) wrote :

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/bin/platform_meta_test b/bin/platform_meta_test
2index 96cd212..584dd50 100755
3--- a/bin/platform_meta_test
4+++ b/bin/platform_meta_test
5@@ -117,7 +117,7 @@ check_somerville_meta() {
6 fi
7 done
8 ;;
9- ('focal' | 'jammy')
10+ ('focal' | 'jammy' | 'noble')
11 for meta in $(ubuntu-drivers list | grep "^oem" | grep "meta$"); do
12 if apt-cache show "$meta" | grep ^Modaliases | grep -i "sv00001028sd0000$BIOSID" > /dev/null 2>&1; then
13 if dpkg-query -W -f='${Status}\n' "$meta" 2>&1 | grep "install ok installed" >/dev/null 2>&1; then

Subscribers

People subscribed via source and target branches