X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftest_data%2Fhoneycomb%2Frouting.py;fp=resources%2Ftest_data%2Fhoneycomb%2Frouting.py;h=c28b2212a4d2a5ad63945703fef79e337eac1faa;hb=b46efa14a2778715344dc6e45561180f7ca6ac4c;hp=df7d94121cf0a2095a9d224e2b361a4cf25e150b;hpb=054bf68a91c383c589626b976af8091db0ba815e;p=csit.git diff --git a/resources/test_data/honeycomb/routing.py b/resources/test_data/honeycomb/routing.py index df7d94121c..c28b2212a4 100644 --- a/resources/test_data/honeycomb/routing.py +++ b/resources/test_data/honeycomb/routing.py @@ -44,8 +44,7 @@ def get_variables(node, ip_version, out_interface): "dut_to_tg_if2_ip": "11::1", "src_ip": "10::2", "dst_ip": "12::1", - "dst_net": "12::0", - "dst_net_full": "12:0:0:0:0:0:0:0", + "dst_net": "12::", "prefix_len": 64, "next_hop": "11::2", "next_hop1": "11::3", @@ -177,7 +176,7 @@ def get_variables(node, ip_version, out_interface): }, "table4_oper": { "destination-prefix": - "{0}/{1}".format(ipv6_base["dst_net_full"], + "{0}/{1}".format(ipv6_base["dst_net"], ipv6_base["prefix_len"]), "next-hop": ipv6_base["next_hop"], "outgoing-interface": out_interface, @@ -185,7 +184,7 @@ def get_variables(node, ip_version, out_interface): }, "table5_oper": { "destination-prefix": - "{0}/{1}".format(ipv6_base["dst_net_full"], + "{0}/{1}".format(ipv6_base["dst_net"], ipv6_base["prefix_len"]), "next-hop-list": { "next-hop": [ @@ -205,7 +204,7 @@ def get_variables(node, ip_version, out_interface): }, "table6_oper": { "destination-prefix": - "{0}/{1}".format(ipv6_base["dst_net_full"], + "{0}/{1}".format(ipv6_base["dst_net"], ipv6_base["prefix_len"]), "special-next-hop": "blackhole", 'vpp-ipv6-route-state': {}