MAC information no longer in overview page so Removed Mac details.

Chnages :-
    - Removed Mac details form ovewview page for test:- Verify_Network_Information_In_Overview_Page
Tested:
     Ran the suite successfully gui/gui_test/overview_menu/test_overview_menu.robot

Change-Id: Iaecbec20daea636771d0d8b0552a0aeda6774263
Signed-off-by: rramyasr-in <rramyasr@in.ibm.com>
diff --git a/gui/gui_test/overview_menu/test_overview_menu.robot b/gui/gui_test/overview_menu/test_overview_menu.robot
index 56f50c3..da2fc49 100644
--- a/gui/gui_test/overview_menu/test_overview_menu.robot
+++ b/gui/gui_test/overview_menu/test_overview_menu.robot
@@ -38,6 +38,7 @@
     Page Should Contain  Inventory and LEDs
     Page Should Contain  Dumps
 
+
 Verify Network Information In Overview Page
     [Documentation]  Verify values under network information section.
     [Tags]  Verify_Network_Information_In_Overview_Page
@@ -53,9 +54,6 @@
       Page Should Contain  ${ip}
     END
 
-    ${macaddr}=  Get BMC MAC Address
-    Page Should Contain  ${macaddr}
-
 
 Verify Server Information Section
     [Documentation]  Verify values under server information section in overview page.