Fixed GUI CT automation code issue

  Changes:
   1.Name Changed Static IPv4 to IPV4.

Change-Id: Ic07de8b429e3be3207e5d50b9f8e81f96060dbd4
Signed-off-by: Anves Kumar rayankula <anvesr77@in.ibm.com>
diff --git a/gui/gui_test/server_config/test_obmc_gui_network_settings.robot b/gui/gui_test/server_config/test_obmc_gui_network_settings.robot
index 44b907c..0421ccf 100644
--- a/gui/gui_test/server_config/test_obmc_gui_network_settings.robot
+++ b/gui/gui_test/server_config/test_obmc_gui_network_settings.robot
@@ -14,7 +14,7 @@
 ${xpath_network_setting_heading}  //h1[text()="Network settings"]
 ${xpath_interface}                //h2[text()="Interface"]
 ${xpath_system}                   //h2[text()="System"]
-${xpath_static_ipv4}              //h2[text()="Static IPv4"]
+${xpath_static_ipv4}              //h2[text()="IPV4"]
 ${xpath_static_dns}               //h2[text()="Static DNS"]
 ${xpath_hostname_input}           //*[@data-test-id="networkSettings-input-hostname"]
 ${xpath_network_save_settings}    //button[@data-test-id="networkSettings-button-saveNetworkSettings"]