Default redfish support set to enable

Changes:
    - Set the redfish support to 1 by default.

Tested:
    - Ran from sandbox.

Change-Id: I2807823015fd53b4a50eebb3c8f95ae615eb6098
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/lib/resource.robot b/lib/resource.robot
index ce27917..6e54e6e 100755
--- a/lib/resource.robot
+++ b/lib/resource.robot
@@ -13,9 +13,7 @@
 # FFDC Redfish OEM path /<oem>/v1/
 ${OEM_REDFISH_PATH}               ${EMPTY}
 
-# Transition REST vs Redfish ONLY temporary changes for stagging
-# automation infrastructure change and for continuity.
-${REDFISH_SUPPORT_TRANS_STATE}    ${0}
+${REDFISH_SUPPORT_TRANS_STATE}    ${1}
 
 # By default Delete all Redfish session per boot run.
 ${REDFISH_DELETE_SESSIONS}        ${1}