Created a seperate resource and variable file for Vue GUI

Changes includes:
    - Added a new resource and variable file for Vue GUI automation
    - Moved required keywords from gui/lib/resource.robot into new
      resource file
    - Moved required variables from gui/data/resource_variables.py
      into new variable file
    - Modified resource and variable file path in required files

Change-Id: Iedc1d59c31de21af2808678340fcead9672afd34
Signed-off-by: Rahul Maheshwari <rahulmaheshwari@in.ibm.com>
diff --git a/gui/gui_test/health_menu/test_event_logs_sub_menu.robot b/gui/gui_test/health_menu/test_event_logs_sub_menu.robot
index 672051b..ff6f96b 100644
--- a/gui/gui_test/health_menu/test_event_logs_sub_menu.robot
+++ b/gui/gui_test/health_menu/test_event_logs_sub_menu.robot
@@ -2,7 +2,7 @@
 
 Documentation  Test OpenBMC GUI "Event logs" sub-menu.
 
-Resource        ../../lib/resource.robot
+Resource        ../../lib/gui_resource.robot
 Resource        ../../../lib/logging_utils.robot
 
 Suite Setup     Suite Setup Execution
diff --git a/gui/gui_test/health_menu/test_obmc_gui_hardware_status_sub_menu.robot b/gui/gui_test/health_menu/test_obmc_gui_hardware_status_sub_menu.robot
index 2d1a047..78dd8c2 100644
--- a/gui/gui_test/health_menu/test_obmc_gui_hardware_status_sub_menu.robot
+++ b/gui/gui_test/health_menu/test_obmc_gui_hardware_status_sub_menu.robot
@@ -2,7 +2,7 @@
 
 Documentation   Test OpenBMC GUI "Hardware Status" sub-menu of "Health" menu.
 
-Resource        ../../lib/resource.robot
+Resource        ../../lib/gui_resource.robot
 
 Suite Setup     Launch Browser And Login GUI
 Suite Teardown  Close Browser
diff --git a/gui/gui_test/health_menu/test_obmc_gui_sensors.robot b/gui/gui_test/health_menu/test_obmc_gui_sensors.robot
index 841a170..70c4377 100644
--- a/gui/gui_test/health_menu/test_obmc_gui_sensors.robot
+++ b/gui/gui_test/health_menu/test_obmc_gui_sensors.robot
@@ -1,7 +1,7 @@
 *** Settings ***
 
 Documentation   Test OpenBMC GUI "Sensors" sub-menu.
-Resource        ../../lib/resource.robot
+Resource        ../../lib/gui_resource.robot
 
 Suite Setup     Launch Browser And Login GUI
 Suite Teardown  Close Browser
@@ -73,4 +73,4 @@
 
     Click Element  ${xpath_health_menu}
     Click Element  ${xpath_sensor_sub_menu}
-    Wait Until Keyword Succeeds  30 sec  5 sec  Location Should Contain  sensors
\ No newline at end of file
+    Wait Until Keyword Succeeds  30 sec  5 sec  Location Should Contain  sensors