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_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