Skip to content

Commit 4965738

Browse files
committed
Added new test for VMI menu
Changes: - Added test "Disable VMI SLAAC And Check Persistency On BMC Reboot" Tested: - Ran successfully test_vmi.robot Change-Id: I7b6bd83003b67f5d7dc0508581c7cf0d07965c23 Signed-off-by: Megha G N <[email protected]>
1 parent a37b8da commit 4965738

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

openpower/ext_interfaces/test_vmi.robot

+17
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,23 @@ Enable VMI SLAAC And Check Persistency On BMC Reboot
517517
Should Not Be Equal ${vmi_ipv6addr["Address"]} ${default_ipv6addr}
518518

519519

520+
Disable VMI SLAAC And Check Persistency On BMC Reboot
521+
[Documentation] Disable VMI SLAACv6 and verify its persistency
522+
... on BMC reboot.
523+
[Tags] Disable_VMI_SLAAC_And_Check_Persistency_On_BMC_Reboot
524+
525+
Set VMI SLAACv6 Origin ${False}
526+
527+
# Reboot BMC and verify persistency.
528+
OBMC Reboot (off)
529+
Redfish Power On
530+
Wait For Host Boot Progress To Reach Required State
531+
532+
# Check if origin is set to static and SLAAC address are getting erased.
533+
${vmi_ipv6addr}= Verify VMI IPv6 Address Static
534+
Should Be Equal ${vmi_ipv6addr["Address"]} ${default_ipv6addr}
535+
536+
520537
*** Keywords ***
521538

522539
Suite Setup Execution

0 commit comments

Comments
 (0)