X-Git-Url: https://gerrit.fd.io/r/gitweb?p=vpp.git;a=blobdiff_plain;f=test%2Fvpp_vxlan_gbp_tunnel.py;h=73f951718a41ade335a524cb04ef99631617b510;hp=805d4c5f3e27f6bcc0eeeb8b27d262e96d1e936f;hb=8c8acc027;hpb=1f0dd7a0664bc217b7d69773574ac7eae3813bd7 diff --git a/test/vpp_vxlan_gbp_tunnel.py b/test/vpp_vxlan_gbp_tunnel.py index 805d4c5f3e2..73f951718a4 100644 --- a/test/vpp_vxlan_gbp_tunnel.py +++ b/test/vpp_vxlan_gbp_tunnel.py @@ -57,8 +57,8 @@ class VppVxlanGbpTunnel(VppInterface): def query_vpp_config(self): return (INDEX_INVALID != find_vxlan_gbp_tunnel(self._test, - self.src.address, - self.dst.address, + self.src, + self.dst, self.vni)) def __str__(self):