SEBA-902 mock testing of redfish importer;
Remove hardcoded addresses and replace with config file / cmdline;
Support hostnames in importer as alternative to ip addresses;
Treat response 204 as success

Change-Id: I17e8e585e388c501c02867ce952bbe1fa9b09668
diff --git a/mock-redfish-server/mockup/redfish/index.json b/mock-redfish-server/mockup/redfish/index.json
new file mode 100644
index 0000000..83f4c51
--- /dev/null
+++ b/mock-redfish-server/mockup/redfish/index.json
@@ -0,0 +1,3 @@
+{
+    "v1": "/redfish/v1"
+}
\ No newline at end of file