Test suite test_sol_console_sub_menu.robot deleted

Changes:
     - Minor space fix in the variable file
     - Delete test_host_console_sub_menu.robot suite

Note: We have already have a new test suite for it name,
      test_host_console_sub_menu.robot and it looks like
      we forgot to rename it earlier and merged it needing
      this commit to remove the redundant suite.
      
Tested:  NA

Change-Id: Id55ff01e60b8b2554b802c60b35b7f06dd9c692e
Signed-off-by: rramyasr-in <rramyasr@in.ibm.com>
diff --git a/gui/data/gui_variables.py b/gui/data/gui_variables.py
index ff31a30..205e15c 100644
--- a/gui/data/gui_variables.py
+++ b/gui/data/gui_variables.py
@@ -42,7 +42,7 @@
     xpath_factory_reset_sub_menu = "//*[@data-test-id='nav-item-factory-reset']"
     xpath_firmware_update_sub_menu = "//*[@data-test-id='nav-item-firmware']"
     xpath_reboot_bmc_sub_menu = "//*[@data-test-id='nav-item-reboot-bmc']"
-    xpath_host_console_sub_menu = " //*[@data-test-id='nav-item-host-console']"
+    xpath_host_console_sub_menu = "//*[@data-test-id='nav-item-host-console']"
     xpath_server_power_operations_sub_menu = "//*[@data-test-id='nav-item-server-power-operations']"
     xpath_host_console_heading = "//h1[text()='Host console']"
 
diff --git a/gui/gui_test/operations_menu/test_sol_console_sub_menu.robot b/gui/gui_test/operations_menu/test_sol_console_sub_menu.robot
deleted file mode 100644
index a33c104..0000000
--- a/gui/gui_test/operations_menu/test_sol_console_sub_menu.robot
+++ /dev/null
@@ -1,47 +0,0 @@
-*** Settings ***
-
-Documentation  Test OpenBMC GUI "Serial over LAN Console" sub-menu of "Operations".
-
-Resource        ../../lib/gui_resource.robot
-
-Suite Setup     Launch Browser And Login GUI
-Suite Teardown  Close Browser
-Test Setup      Test Setup Execution
-
-
-*** Variables ***
-
-${xpath_open_in_new_tab_button}  //button[contains(text(),'Open in new tab')]
-
-
-*** Test Cases ***
-
-Verify Navigation To SOL Console Page
-    [Documentation]  Verify navigation to SOL console page.
-    [Tags]  Verify_Navigation_To_SOL_Console_Page
-
-    Page Should Contain Element  ${xpath_sol_console_heading}
-
-
-Verify Existence Of All Sections In SOL Console Page
-    [Documentation]  Verify existence of all sections in SOL console page.
-    [Tags]  Verify_Existence_Of_All_Sections_In_SOL_Console_Page
-
-    Page Should Contain  SOL console redirects the server's serial port output to this window
-
-
-Verify Existence Of All Buttons In SOL Console Page
-    [Documentation]  Verify existence of all buttons in SOL console page.
-    [Tags]  Verify_Existence_Of_All_Buttons_In_SOL_Console_Page
-
-    Page Should Contain Element  ${xpath_open_in_new_tab_button}
-
-
-*** Keywords ***
-
-Test Setup Execution
-    [Documentation]  Do test case setup tasks.
-
-    Click Element  ${xpath_operations_menu}
-    Click Element  ${xpath_sol_sub_menu}
-    Wait Until Keyword Succeeds  30 sec  10 sec  Location Should Contain  serial-over-lan