Check-in the missed variable file resource_variables.py.

Resolves openbmc/openbmc-test-automation#1295

Change-Id: I1e92a2d4f3662eb17ae24ea9ca9ecadf1ea9246e
Signed-off-by: Sivas SRR <sivas.srr@in.ibm.com>
diff --git a/gui/obmc_gui/data/resource_variables.py b/gui/obmc_gui/data/resource_variables.py
index dd36515..6ba9aeb 100644
--- a/gui/obmc_gui/data/resource_variables.py
+++ b/gui/obmc_gui/data/resource_variables.py
@@ -109,3 +109,12 @@
         "//*[@id='event-filter']/div[3]/div/ul/li[2]/button"
     xpath_event_filter_unresolved = \
         "//*[@id='event-filter']/div[3]/div/ul/li[3]/button"
+    xpath_event_action_bars = \
+        "//*[@id='event__actions-bar']/div[1]/label/span"
+    xpath_event_action_delete = \
+        "//*[@id='event__actions-bar']/div[2]/div[2]/button[1]"
+    xpath_event_action_export = \
+        "//*[@id='event__actions-bar']/div[2]/div[2]/a"
+    xpath_number_of_events = \
+        "//*[@id='event__actions-bar']/div[2]/p[2]/span"
+