Fix resource path for EthernetInterfaces

Change-Id: I94d69ab5bbf3a5192ad1ab2a238354f171b8ba94
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/redfish_test/test_redfish_interfaces.robot b/redfish_test/test_redfish_interfaces.robot
index 3b1c898..5c8b430 100644
--- a/redfish_test/test_redfish_interfaces.robot
+++ b/redfish_test/test_redfish_interfaces.robot
@@ -76,7 +76,7 @@
     ${HTTP_OK}           Chassis
     ${HTTP_OK}           Managers
     ${HTTP_OK}           AccountService
-    ${HTTP_OK}           Managers/openbmc/EthernetInterfaces/eth0
+    ${HTTP_OK}           Managers/bmc/EthernetInterfaces/eth0
     ${HTTP_NOT_FOUND}    /i/dont/exist/
 
 *** Keywords ***