X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftest_data%2Fhoneycomb%2Fnat.py;h=a7c4b3adcd019f07ea11556973c8e7f8f16ea4ba;hp=d56fcfff56e617e5f57f91b49800dbff46f03c2f;hb=4e249c36f388a3c030ba83bd3aed8b38ebf54af4;hpb=954e51613f8dbd4f2fa4a7c2cf7c066176bee963 diff --git a/resources/test_data/honeycomb/nat.py b/resources/test_data/honeycomb/nat.py index d56fcfff56..a7c4b3adcd 100644 --- a/resources/test_data/honeycomb/nat.py +++ b/resources/test_data/honeycomb/nat.py @@ -79,19 +79,21 @@ def get_variables(node, interface): { "local_address": "192.168.0.1", "remote_address": "192.168.1.1", - "vrf": "0" + "vrf": "0", + "protocol": "17" }, { "local_address": "192.168.0.2", "remote_address": "192.168.1.2", - "vrf": "0" + "vrf": "0", + "protocol": "17" } ], "nat_interface_vat_in": [ - {"sw_if_index": sw_if_index, + {"sw_if_index": str(sw_if_index), "direction": "in"} ], "nat_interface_vat_out": [ - {"sw_if_index": sw_if_index, + {"sw_if_index": str(sw_if_index), "direction": "out"} ] }