Add new keyword and log collection cleanup

This changes is added to identify BMC sessions
getting piled up due to test scripts. The logic
is to log the count and delete them as part of
the cleanup for debugging in general.

Changes:
    - Added new keyword to get current redfish
      active session count.
    - Added 2 new entries in log collection for
      logging session count and doing delete of
      session explicitly.

Tested:
    - Ran from the sandbox

Change-Id: I73695879187f292523e0a4f255ad35c56bc66a88
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/lib/openbmc_ffdc_list.py b/lib/openbmc_ffdc_list.py
index 806551d..19bb49d 100755
--- a/lib/openbmc_ffdc_list.py
+++ b/lib/openbmc_ffdc_list.py
@@ -277,6 +277,7 @@
         "Dump Files": "SCP Dump Files",
         "PEL Files": "Collect PEL Log",
         # "Redfish Log": "Enumerate Redfish Resources",
+        "Log Redfish Session Count": "Get BMC Active Session Count",
         "Firmware Log": (
             "Enumerate Redfish Resources  "
             + " enum_uri=/redfish/v1/UpdateService/FirmwareInventory  "
@@ -284,6 +285,7 @@
         ),
         "Redfish OEM Log": "Enumerate Redfish OEM Resources",
         "End ffdc cleanup": "BMC FFDC Cleanup",
+        "Cleanup sessions": "Delete All Redfish Sessions",
     },
 }