Add case to test Get Lan Configuration Parameters

Signed-off-by: Tony Lee <tony.lee@quantatw.com>
Change-Id: I2d81b5b54906b19afee79dd11c4352d7cde6acf7
diff --git a/data/ipmi_raw_cmd_table.py b/data/ipmi_raw_cmd_table.py
index 73ca0ae..b8a2b41 100644
--- a/data/ipmi_raw_cmd_table.py
+++ b/data/ipmi_raw_cmd_table.py
@@ -109,5 +109,15 @@
             "Get GUID bytes 1 through 16.",
 
         ]
+    },
+    'LAN_Config_Params':
+    {
+        'Get':
+        [
+            # raw command, expected output, comment
+            "0x0c 0x02",
+            "11 02",
+            "11 is Parameter revision, 02 is Configuration parameter data e.g. Cipher Suite Entry count",
+        ]
     }
 }