diff options
Diffstat (limited to 'extras/hs-test/infra/suite_vpp_udp_proxy.go')
-rw-r--r-- | extras/hs-test/infra/suite_vpp_udp_proxy.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extras/hs-test/infra/suite_vpp_udp_proxy.go b/extras/hs-test/infra/suite_vpp_udp_proxy.go index 35c9cd561df..84e76d6643a 100644 --- a/extras/hs-test/infra/suite_vpp_udp_proxy.go +++ b/extras/hs-test/infra/suite_vpp_udp_proxy.go @@ -48,8 +48,8 @@ func (s *VppUdpProxySuite) SetupTest() { serverInterface := s.GetInterfaceByName(ServerTapInterfaceName) s.AssertNil(vpp.Start()) - s.AssertNil(vpp.createTap(clientInterface, 1)) - s.AssertNil(vpp.createTap(serverInterface, 2)) + s.AssertNil(vpp.CreateTap(clientInterface, 1, 1)) + s.AssertNil(vpp.CreateTap(serverInterface, 1, 2)) s.proxyPort = 8080 s.serverPort = 80 |