Fix /tests/supported-targets for Fedora 40
This commit is contained in:
parent
65f6377e31
commit
ac2524a04d
3 changed files with 36 additions and 1 deletions
11
tests/supported-targets/fedora_40_x86_64_arch
Normal file
11
tests/supported-targets/fedora_40_x86_64_arch
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
i386
|
||||
i386:x86-64
|
||||
i386:x64-32
|
||||
i8086
|
||||
i386:intel
|
||||
i386:x86-64:intel
|
||||
i386:x64-32:intel
|
||||
iamcu
|
||||
iamcu:intel
|
||||
bpf
|
||||
xbpf
|
||||
23
tests/supported-targets/fedora_40_x86_64_tgt
Normal file
23
tests/supported-targets/fedora_40_x86_64_tgt
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
elf64-x86-64
|
||||
elf32-i386
|
||||
elf32-iamcu
|
||||
elf32-x86-64
|
||||
pei-i386
|
||||
pe-x86-64
|
||||
pei-x86-64
|
||||
elf64-little
|
||||
elf64-big
|
||||
elf32-little
|
||||
elf32-big
|
||||
pe-bigobj-x86-64
|
||||
pe-i386
|
||||
pdb
|
||||
elf64-bpfle
|
||||
elf64-bpfbe
|
||||
srec
|
||||
symbolsrec
|
||||
verilog
|
||||
tekhex
|
||||
binary
|
||||
ihex
|
||||
plugin
|
||||
|
|
@ -27,7 +27,6 @@
|
|||
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
# Include Beaker environment
|
||||
. /usr/bin/rhts-environment.sh || exit 1
|
||||
. /usr/share/beakerlib/beakerlib.sh || exit 1
|
||||
|
||||
. "$TMT_TREE/tests/lib.sh" || exit 1
|
||||
|
|
@ -50,6 +49,8 @@ rlJournalStart
|
|||
release=8
|
||||
elif rlIsCentOS "=9"; then
|
||||
release=9
|
||||
elif rlIsFedora ">= 40"; then
|
||||
release=fedora_40
|
||||
else
|
||||
rlLog "$(cat /etc/redhat-release)"
|
||||
rlFail "No Baseline available for this major release; using RHEL-7 as baseline"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue