]> git.ipfire.org Git - thirdparty/util-linux.git/commit
tests: (lsfd/option-inet{,-udp}) make UDPLite related test case skippable
authorMasatake YAMATO <yamato@redhat.com>
Wed, 6 May 2026 09:39:13 +0000 (18:39 +0900)
committerMasatake YAMATO <yamato@redhat.com>
Thu, 7 May 2026 22:10:58 +0000 (07:10 +0900)
commit512b756cd250081bb49ea0aba24e3dcc064231f8
treea4e6c1ed621accd53cc6ff538b387b7a03725990
parent8ba7a7761995336098055422e9ed380577a65c37
tests: (lsfd/option-inet{,-udp}) make UDPLite related test case skippable

Fixes #4311

Linux 7.1-rc1 has removed UDP Lite.
In the test case lsfd/option-inet, UDP Lite was must.

This change moves UDPLite related test parts to a new test
case lsfd/option-inet-udp and makes lsfd/option-inet-udp
skippable on the platform where UDPLite is not implemented.

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
tests/expected/lsfd/option-inet
tests/expected/lsfd/option-inet-udplite [new file with mode: 0644]
tests/ts/lsfd/option-inet
tests/ts/lsfd/option-inet-udplite [new file with mode: 0755]