Add SEL Entry: Modified add sel entry command

Changes:
    - Generator ID in add sel entry command was given as 0x00 0x00.
    - Introduced generator id variable in lib/resource.robot and the variable is called in
      add sel entry command.
    - Modified data/ipmi_raw_cmd_table.py file as per generator id.

Tested:
     - Ran All The Scripts Successfully

Change-Id: I4503ca2667921c0681e1050c56fc32e173eacb03
Signed-off-by: ganesanb <ganesanb@ami.com>
diff --git a/data/ipmi_raw_cmd_table.py b/data/ipmi_raw_cmd_table.py
index 7f713b3..eecb83e 100644
--- a/data/ipmi_raw_cmd_table.py
+++ b/data/ipmi_raw_cmd_table.py
@@ -96,8 +96,9 @@
             "0x0a 0x40"
         ],
         "Create_SEL": [
-            # raw command
-            "0x0a 0x44 0x00 0x00 0x02 0x00 0x00 0x00 0x00 0x00 0x00 0x04",
+            # raw command, expected output, comment
+            "0x0a 0x44 0x00 0x00 0x02 0x00 0x00 0x00 0x00",
+            "0x04",
             "0x00 0xa0 0x04 0x07",
         ],
         "Get_SEL_Entry": [