Added test suite for GUI SNMP testing

Change-Id: I9b94e028567762881cb54f1dffeb1dee1b5d62b6
Signed-off-by: Rahul Maheshwari <rahulmaheshwari@in.ibm.com>
diff --git a/gui/data/resource_variables.py b/gui/data/resource_variables.py
index a8cc1fb..9a79a18 100644
--- a/gui/data/resource_variables.py
+++ b/gui/data/resource_variables.py
@@ -18,6 +18,8 @@
     xpath_openbmc_ip = "//*[@id='login__form']/input[1]"
     xpath_power_indicator = "//*[@id='power-indicator-bar']"
     xpath_select_button_power_on = "//*[@id='power__power-on']"
+    xpath_cancel_button = "//button[contains(text(),'Cancel')]"
+    xpath_save_setting_button = "//button[contains(text(),'Save settings')]"
 
     xpath_select_button_warm_reboot = \
         "//*[@id='power__warm-boot']"
@@ -67,9 +69,11 @@
 
     # xpath for main menu.
     xpath_select_server_control = "//button[contains(@class,'btn-control')]"
+    xpath_select_server_configuration = "//button[contains(@class,'btn-config')]"
 
     # xpath for sub main menu.
     xpath_select_server_power_operations = "//a[@href='#/server-control/power-operations']"
+    xpath_select_snmp_settings = "//a[@href='#/configuration/snmp']"
 
     # Power operation elements needed for power on.
     header_wrapper = "3"