Added new testcases for SOL support in test_ipmi_sol.robot file.

Testcases Added -
- Verify SOL Payload Channel,
- Verify SOL Payload Port,
- Set Valid SOL Non Volatile Bit Rate,
- Set Invalid SOL Non Volatile Bit Rate,
- Set Valid SOL Volatile Bit Rate,
- Set Invalid SOL Volatile Bit Rate,
- Verify SOL Set In Progress

Added SOL response data in data/ipmi_raw_cmd_table.py

Tested: Run robot ipmi/test_ipmi_sol.robot

Signed-off-by: chithrag <chithrag@ami.com>
Change-Id: Id3818e26b60566e05ffd1c246afe1106c65ef2e4
diff --git a/data/ipmi_raw_cmd_table.py b/data/ipmi_raw_cmd_table.py
index c25058a..764eb22 100644
--- a/data/ipmi_raw_cmd_table.py
+++ b/data/ipmi_raw_cmd_table.py
@@ -376,5 +376,14 @@
             "none",
             "Reset watchdog timer without initialized watchdog",
         ]
+    },
+    'SOL':
+    {
+        'Set_SOL':
+        [
+            # raw command, expected output(s), comment
+            'Invalid value',
+            'Valid values are serial, 9.6 19.2, 38.4, 57.6 and 115.2',
+        ],
     }
 }