GUI-Network-Add TC to "Configure And Verify Multiple Static IP Address"

Changes:
    - Added a new test case
    "Configure And Verify Multiple Static IP Address"
    in the GUI network bucket.

Tested:
    - Tested in BMC environment

Change-Id: Ic939b3d62943abd7d0e1f60a0c60a86d30987755
Signed-off-by: Sweta Potthuri <spotthur@in.ibm.com>
diff --git a/gui/gui_test/settings_menu/test_network_sub_menu.robot b/gui/gui_test/settings_menu/test_network_sub_menu.robot
index 0214288..4ed645d 100644
--- a/gui/gui_test/settings_menu/test_network_sub_menu.robot
+++ b/gui/gui_test/settings_menu/test_network_sub_menu.robot
@@ -32,6 +32,7 @@
 
 ${dns_server}                            10.10.10.10
 ${test_ipv4_addr}                        10.7.7.7
+${test_ipv4_addr_1}                      10.7.7.8
 ${test_subnet_mask}                      255.255.0.0
 ${alpha_netmask}                         ff.ff.ff.ff
 ${out_of_range_netmask}                  255.256.255.0
@@ -160,8 +161,15 @@
     [Documentation]  Login to GUI Network page, configure static ip address and verify.
     [Tags]  Configure_And_Verify_Static_IP_Address
 
-    ${default_gateway}=  Get BMC Default Gateway
-    Add Static IP Address And Verify  ${test_ipv4_addr}  ${test_subnet_mask}  ${defaut_gateway}  Success
+    Add Static IP Address And Verify  ${test_ipv4_addr}  ${test_subnet_mask}  ${default_gateway}  Success
+
+
+Configure And Verify Multiple Static IP Address
+    [Documentation]  Login to GUI Network page, configure multiple static IP address and verify.
+    [Tags]  Configure_And_Verify_Multiple_Static_IP_Address
+
+    Add Static IP Address And Verify  ${test_ipv4_addr}  ${test_subnet_mask}  ${default_gateway}  Success
+    Add Static IP Address And Verify  ${test_ipv4_addr_1}  ${test_subnet_mask}  ${default_gateway}  Success
 
 
 *** Keywords ***
@@ -170,9 +178,12 @@
     [Documentation]  Do suite setup tasks.
 
     Launch Browser And Login GUI
-    Click Element  ${xpath_settings_menu}
+    Wait Until Keyword Succeeds  1 min  15 sec
+    ..  Click Element  ${xpath_settings_menu}
     Click Element  ${xpath_network_sub_menu}
     Wait Until Keyword Succeeds  30 sec  10 sec  Location Should Contain  network
+    ${default_gateway}=  Get BMC Default Gateway
+    Set Suite Variable  ${default_gateway}
 
 
 Add DNS Servers And Verify
diff --git a/redfish/managers/test_multiple_interfaces.robot b/redfish/managers/test_multiple_interfaces.robot
index b9717f4..340d779 100644
--- a/redfish/managers/test_multiple_interfaces.robot
+++ b/redfish/managers/test_multiple_interfaces.robot
@@ -115,7 +115,6 @@
     Should Be Equal  ${resp.dict["DHCPv4"]['UseDNSServers']}  ${True}
     Should Be Equal  ${resp1.dict["DHCPv4"]['UseDNSServers']}  ${True}
 
-
 Able To Access Serial Console Via Both Network Interfaces
     [Documentation]  Able to access serial console via both network interfaces.
     [Tags]  Able_To_Access_Serial_Console_Via_Both_Network_Interfaces
@@ -124,7 +123,6 @@
     Open Connection And Log In  host=${OPENBMC_HOST_1}  port=2200
     Close All Connections
 
-
 Verify IPMI Works On Both Network Interfaces
     [Documentation]  Verify IPMI works on both network interfaces.
     [Tags]  Verify_IPMI_Works_On_Both_Network_Interfaces