Fix HW CI test list URIs path

Change-Id: Ia359a80f9b7c048f9b6c54da0b55b315a56d6835
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/redfish/service_root/test_service_root.robot b/redfish/service_root/test_service_root.robot
index f6ad7ef..b9b9a26 100644
--- a/redfish/service_root/test_service_root.robot
+++ b/redfish/service_root/test_service_root.robot
@@ -69,10 +69,10 @@
     # Example o/p:
     # [{'@odata.id': '/redfish/v1/SessionService/Sessions/bOol3WlCI8'},
     #  {'@odata.id': '/redfish/v1/SessionService/Sessions/Yu3xFqjZr1'}]
-    ${resp_list}=  redfish.List Request  SessionService/Sessions
+    ${resp_list}=  redfish.List Request  /redfish/v1/SessionService/Sessions
     redfish.Delete  ${resp_list[1]}
 
-    ${resp}=  redfish.List Request  SessionService/Sessions
+    ${resp}=  redfish.List Request  /redfish/v1/SessionService/Sessions
     List Should Not Contain Value  ${resp}  ${resp_list[1]}