Included Redfish sessions data
Change-Id: I68793227d3a1f65a0441ffbdc8b352e9a2cd97a4
Signed-off-by: Anusha Dathatri <adathatr@in.ibm.com>
diff --git a/lib/bmc_redfish_utils.py b/lib/bmc_redfish_utils.py
index a9c75c7..78ae602 100644
--- a/lib/bmc_redfish_utils.py
+++ b/lib/bmc_redfish_utils.py
@@ -292,7 +292,7 @@
# Example: '/redfish/v1/JsonSchemas/' and sub resources.
# '/redfish/v1/SessionService'
# '/redfish/v1/Managers/bmc#/Oem'
- if ('JsonSchemas' in resource) or ('SessionService' in resource)\
+ if ('JsonSchemas' in resource) \
or ('#' in resource):
continue