Added verify eth0 static v4 functions properly in presence of DHCPv6
Changes:
- Added the test case:
Verify Eth0 Static V4 Functions Properly In The Presence Of DHCPv6
Tested:
Ran and Tested on BMC Environment.
Change-Id: I1d8d803d50f8e5dc09618f179963279750ee380d
Signed-off-by: Abhijith Naik <Abhijith.Naik@ibm.com>
diff --git a/redfish/managers/test_bmc_ipv6.robot b/redfish/managers/test_bmc_ipv6.robot
index 3c951f4..7c9fb36 100644
--- a/redfish/managers/test_bmc_ipv6.robot
+++ b/redfish/managers/test_bmc_ipv6.robot
@@ -479,6 +479,20 @@
Static Static
+Verify Eth0 Static IPv4 Functions Properly In The Presence Of DHCPv6
+ [Documentation] Verify eth0 static IPv4 functions properly in the presence of DHCPv6.
+ [Tags] Verify_Eth0_Static_IPv4_Functions_Properly_In_The_Presence_Of_DHCPv6
+ [Setup] Set And Verify DHCPv6 Property Enabled
+
+ # Verify that on enabling DHCPv6 other configurations are not impacted.
+ Sleep ${NETWORK_TIMEOUT}
+ Wait For Host To Ping ${OPENBMC_HOST} ${NETWORK_TIMEOUT}
+
+ Verify All The Addresses Are Intact ${1}
+ Verify All The Addresses Are Intact ${2}
+ ... ${eth1_initial_ipv4_addressorigin_list} ${eth1_initial_ipv4_addr_list}
+
+
*** Keywords ***
Suite Setup Execution