Added AutoConfig verification Test
Changes:
- Added the test case:
Verify autoconfig is present on ethernet interface
Tested:
Ran and Tested on BMC Environment.
Change-Id: I50e22d09fa6d85b57e022a81b25de831b43d5b2a
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 d11a4a1..3f845db 100644
--- a/redfish/managers/test_bmc_ipv6.robot
+++ b/redfish/managers/test_bmc_ipv6.robot
@@ -230,6 +230,14 @@
Verify All The Addresses Are Intact
+Verify Autoconfig Is Present On Ethernet Interface
+ [Documentation] Verify autoconfig is present on ethernet interface.
+ [Tags] Verify_Autoconfig_Is_Present_On_Ethernet_Interface
+
+ ${resp}= Redfish.Get ${REDFISH_NW_ETH_IFACE}${ethernet_interface}
+ Should Contain ${resp.dict} StatelessAddressAutoConfig
+
+
*** Keywords ***
Suite Setup Execution