From b41b0af609fce6fbe62b476f826a90bded9052ad Mon Sep 17 00:00:00 2001 From: Filip Tehlar Date: Mon, 20 Mar 2023 12:39:20 +0100 Subject: hs-test: containerize ab and wrk Type: test Signed-off-by: Filip Tehlar Change-Id: I66af84257fa0692d9be3445d49b52fb7ca810d27 --- extras/hs-test/vppinstance.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras/hs-test/vppinstance.go') diff --git a/extras/hs-test/vppinstance.go b/extras/hs-test/vppinstance.go index d35cf45f8f5..c08514e22dc 100644 --- a/extras/hs-test/vppinstance.go +++ b/extras/hs-test/vppinstance.go @@ -215,7 +215,7 @@ func (vpp *VppInstance) createAfPacket( if err := vpp.apiChannel.SendRequest(createReq).ReceiveReply(createReply); err != nil { return 0, err } - veth.index = createReply.SwIfIndex + veth.index = createReply.SwIfIndex // Set to up upReq := &interfaces.SwInterfaceSetFlags{ -- cgit 1.2.3-korg