From 1df2f39a983d470299d8a4fca34effd1c0f65e3d Mon Sep 17 00:00:00 2001 From: Jan Stodola Date: Fri, 12 Jul 2024 12:51:41 +0200 Subject: [PATCH] Enable DHCP class testing on RHEL-10 Because RHEL-38998 has been fixed. --- network-options-pre.ks.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/network-options-pre.ks.in b/network-options-pre.ks.in index 53b110ca..0017500b 100644 --- a/network-options-pre.ks.in +++ b/network-options-pre.ks.in @@ -48,8 +48,8 @@ check_device_connected @KSTEST_NETDEV3@ yes check_device_connected @KSTEST_NETDEV4@ yes check_device_config_value @KSTEST_NETDEV3@ MTU 9000 ethernet mtu 9000 -# It is not working on rhel10 yet (RHEL-38998) -if [ "${platform}" == "rhel10" ] || [ "${platform}" == "rhel8" ]; then +# It is not working on rhel8 +if [ "${platform}" == "rhel8" ]; then check_device_config_value @KSTEST_NETDEV4@ DHCP_VENDOR_CLASS_IDENTIFIER __NONE ipv4 dhcp-vendor-class-identifier __NONE else check_device_config_value @KSTEST_NETDEV4@ DHCP_VENDOR_CLASS_IDENTIFIER RHEL ipv4 dhcp-vendor-class-identifier RHEL