Skip to content

Commit

Permalink
ltp: Add support for SLE 16
Browse files Browse the repository at this point in the history
  • Loading branch information
czerw committed Dec 19, 2024
1 parent ab571e8 commit 5afb5ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/kernel/install_ltp.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 5afb5ef

Please sign in to comment.