diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-06-29 21:26:22 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2018-06-29 21:26:25 +0200 |
commit | 8a5ef28ce07926ea81337ef7a997a2cf19e3cb4a (patch) | |
tree | 268d59ddf8157b0fe54b7c046abdffaf3fef03db /resources/libraries | |
parent | 6f42dfbc805acae52adf7454cf213091d00141db (diff) |
HC Tests: use vpp-fib-management module in dhcp tests (HC2VPP-348)
Addaps HC DHCP tests to https://gerrit.fd.io/r/#/c/13299/
Change-Id: I874da5ee76fcfdb5039c1b3ad33aec4af80396d0
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'resources/libraries')
-rw-r--r-- | resources/libraries/python/honeycomb/DHCP.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/libraries/python/honeycomb/DHCP.py b/resources/libraries/python/honeycomb/DHCP.py index 13cc4a77cc..f93a8fd56f 100644 --- a/resources/libraries/python/honeycomb/DHCP.py +++ b/resources/libraries/python/honeycomb/DHCP.py @@ -73,7 +73,7 @@ class DHCPRelayKeywords(object): :rtype: bytearray """ - path = "/relay/dhcp:{0}/{1}".format(ip_version, entry_id) + path = "/relay/vpp-fib-table-management:{0}/{1}".format(ip_version, entry_id) return DHCPRelayKeywords._set_dhcp_relay_properties(node, path, data) |