commit | fbe1d323f96bd1102f05a7c3f79e89edb44e85ed | [log] [tgz] |
---|---|---|
author | George Keishing <gkeishin@in.ibm.com> | Tue Nov 13 05:34:08 2018 -0600 |
committer | George Keishing <gkeishin@in.ibm.com> | Tue Nov 13 05:35:05 2018 -0600 |
tree | 88dd3f13efd45f1a827fe9f3639e494dc370d17d | |
parent | 18526b49a237e9e61f314fc4f38e2a6eb1389480 [diff] |
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 ***