diff options
-rw-r--r-- | resources/libraries/python/honeycomb/proxyARP.py | 2 | ||||
-rw-r--r-- | tests/func/honeycomb/mgmt-cfg-proxyarp-apihc-func.robot | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/resources/libraries/python/honeycomb/proxyARP.py b/resources/libraries/python/honeycomb/proxyARP.py index 90d15b1288..c9d9040943 100644 --- a/resources/libraries/python/honeycomb/proxyARP.py +++ b/resources/libraries/python/honeycomb/proxyARP.py @@ -134,7 +134,7 @@ class ProxyARPKeywords(object): if status_code not in (HTTPCodes.OK, HTTPCodes.ACCEPTED): raise HoneycombError( "Interface proxyARP configuration on node {0} was not" - " successful.".format(node)) + " successful.".format(node["host"])) @staticmethod def get_proxyarp_interface_assignment(node, interface): diff --git a/tests/func/honeycomb/mgmt-cfg-proxyarp-apihc-func.robot b/tests/func/honeycomb/mgmt-cfg-proxyarp-apihc-func.robot index d850cc94ce..2847515c57 100644 --- a/tests/func/honeycomb/mgmt-cfg-proxyarp-apihc-func.robot +++ b/tests/func/honeycomb/mgmt-cfg-proxyarp-apihc-func.robot @@ -61,8 +61,6 @@ | | ... | IP is in the configured range. | | [Teardown] | Run Keywords | | ... | Honeycomb removes proxyARP configuration | ${node} -| | ... | AND | Honeycomb disables proxyARP on interface -| | ... | ${node} | ${interface} | | ... | AND | Honeycomb sets interface state | | ... | ${dut_node} | ${dut_to_tg_if1} | down | | ... | AND | Honeycomb removes interface ipv4 addresses |