Skip to content

Commit

Permalink
tests: Updates for f41
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarrero committed Nov 7, 2024
1 parent 708d099 commit 8b9b75c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
3 changes: 3 additions & 0 deletions tests/kolainst/destructive/client-layering-upgrade
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ set -xeuo pipefail

. /etc/os-release
case $VERSION_ID in
41) kernel_release=6.11.4-301.fc41.x86_64
koji_kernel_url="https://koji.fedoraproject.org/koji/buildinfo?buildID=2571615"
;;
40) kernel_release=6.5.6-300.fc39.x86_64
koji_kernel_url="https://koji.fedoraproject.org/koji/buildinfo?buildID=2302642"
;;
Expand Down
6 changes: 3 additions & 3 deletions tests/vmcheck/test-override-kernel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ versionid=${versionid:11} # trim off VERSION_ID=
current=$(vm_get_booted_csum)
vm_cmd rpm-ostree db list "${current}" > current-dblist.txt
case $versionid in
40) kernel_release=6.5.6-300.fc39.x86_64
koji_kernel_url=https://koji.fedoraproject.org/koji/buildinfo?buildID=2302642
41) kernel_release=6.11.4-301.fc41.x86_64
koji_kernel_url="https://koji.fedoraproject.org/koji/buildinfo?buildID=2571615"
;;
39) kernel_release=6.5.6-300.fc39.x86_64
40) kernel_release=6.5.6-300.fc39.x86_64
koji_kernel_url="https://koji.fedoraproject.org/koji/buildinfo?buildID=2302642"
;;
*) assert_not_reached "Unsupported Fedora version: $versionid";;
Expand Down
9 changes: 7 additions & 2 deletions tests/vmcheck/test-override-replace-2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,15 @@ case $versionid in
# XXX: this isn't actually the gold selinux; that one is too old for
# container-selinux and moby-engine. rather than trying to change multiple
# packages, we use one that's in coreos-pool since that also prevents GC
41)
evr=38.28-1.fc39
koji_url="https://koji.fedoraproject.org/koji/buildinfo?buildID=2291271"
hack="https://koji.fedoraproject.org/koji/buildinfo?buildID=2291519"
;;
40)
evr=38.28-1.fc39
koji_url=https://koji.fedoraproject.org/koji/buildinfo?buildID=2291271
hack=https://koji.fedoraproject.org/koji/buildinfo?buildID=2291519
koji_url="https://koji.fedoraproject.org/koji/buildinfo?buildID=2291271"
hack="https://koji.fedoraproject.org/koji/buildinfo?buildID=2291519"
;;
39)
evr=38.28-1.fc39
Expand Down

0 comments on commit 8b9b75c

Please sign in to comment.