Skip to content

Commit

Permalink
Enable DHCP class testing on RHEL-10
Browse files Browse the repository at this point in the history
Because RHEL-38998 has been fixed.
  • Loading branch information
jstodola committed Jul 15, 2024
1 parent 149bcda commit 1df2f39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions network-options-pre.ks.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1df2f39

Please sign in to comment.