Skip to content

Commit

Permalink
Merge pull request #1243 from jstodola/network_pre
Browse files Browse the repository at this point in the history
Enable DHCP class testing on RHEL-10
  • Loading branch information
jstodola authored Jul 15, 2024
2 parents 149bcda + 1df2f39 commit eb54d66
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 eb54d66

Please sign in to comment.