Fix HW CI suite to do redfish login and logout

Change-Id: Iab0ef50b3b9588744633286e4fcfb7d198a0e051
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/redfish/extended/test_basic_ci.robot b/redfish/extended/test_basic_ci.robot
index 5064324..10a7c2e 100644
--- a/redfish/extended/test_basic_ci.robot
+++ b/redfish/extended/test_basic_ci.robot
@@ -9,7 +9,7 @@
 Resource            ../../lib/openbmc_ffdc.robot
 Resource            ../../lib/bmc_redfish_resource.robot
 
-Test Setup          Printn
+Test Setup          Test Setup Execution
 Test Teardown       FFDC On Test Case Fail
 
 *** Variables ***
@@ -81,6 +81,13 @@
 
 *** Keywords ***
 
+Test Setup Execution
+   [Documentation]  Do test case setup tasks.
+
+   Printn
+   Redfish.Login
+
+
 Check BMC Uptime Journald
     [Documentation]  Check BMC journald uptime entry.