__init__.robot created to get FW version

Resolves openbmc/openbmc-test-automation#1703

Signed-off-by: Sivas SRR <sivas.srr@in.ibm.com>
Change-Id: Id97dc9845d01e9ef60f3ef333210722a36e09e6c
Signed-off-by: Sivas SRR <sivas.srr@in.ibm.com>
diff --git a/redfish/__init__.robot b/redfish/__init__.robot
new file mode 100644
index 0000000..e2dea32
--- /dev/null
+++ b/redfish/__init__.robot
@@ -0,0 +1,15 @@
+*** Settings ***
+Documentation  Get system environment for test suite.
+
+Resource         ../lib/common_utils.robot
+
+Suite Setup      Get System Environment
+
+*** Keyword ***
+
+Get System Environment
+    [Documentation]  System environment details.
+
+    Run Keyword And Ignore Error  Get BMC PNOR Version
+
+