hs-test: add vppctl wrapper script
[vpp.git] / extras / hs-test / linux_iperf_test.go
old mode 100755 (executable)
new mode 100644 (file)
index 833fb2c..954b54e
@@ -13,7 +13,9 @@ func (s *TapSuite) TestLinuxIperf() {
        err := <-srvCh
        s.assertNil(err)
        s.log("server running")
-       go StartClientApp(nil, clnCh, clnRes)
+
+       ipAddress := s.netInterfaces[tapInterfaceName].IP4AddressString()
+       go StartClientApp(ipAddress, nil, clnCh, clnRes)
        s.log("client running")
        s.log(<-clnRes)
        err = <-clnCh