Robot using DMTF redfish python library

Change-Id: Ie2b3945dd5b01a0834873d2dfe2436e33b140441
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/lib/bmc_redfish_resource.robot b/lib/bmc_redfish_resource.robot
new file mode 100644
index 0000000..a0e2c3f
--- /dev/null
+++ b/lib/bmc_redfish_resource.robot
@@ -0,0 +1,8 @@
+*** Settings ***
+Documentation   BMC redfish resource keyword.
+
+Library         ../lib/bmc_redfish.py
+...             ${OPENBMC_HOST}  ${OPENBMC_USERNAME}  ${OPENBMC_PASSWORD}
+...              WITH NAME    redfish
+
+*** Keywords ***