From 5afb5ef53945d138f857f1970657409131854faf Mon Sep 17 00:00:00 2001 From: Petr Cervinka Date: Thu, 5 Dec 2024 17:35:56 +0100 Subject: [PATCH] ltp: Add support for SLE 16 --- tests/kernel/install_ltp.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/kernel/install_ltp.pm b/tests/kernel/install_ltp.pm index 149b6111dda2..69bfecee1936 100644 --- a/tests/kernel/install_ltp.pm +++ b/tests/kernel/install_ltp.pm @@ -258,7 +258,7 @@ sub setup_network { # boo#1017616: missing link to ping6 in iputils >= s20150815 assert_script_run('which ping6 >/dev/null 2>&1 || ln -s `which ping` /usr/local/bin/ping6'); - unless (is_transactional) { + unless (is_transactional || is_sle('16+')) { # dhcpd assert_script_run('touch /var/lib/dhcp/db/dhcpd.leases'); script_run('touch /var/lib/dhcp6/db/dhcpd6.leases');