Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit f6be64a

Browse files
johnoloughlinEoghan Russell
authored and
Eoghan Russell
committed
updating go test vpp links
Signed-off-by: John O'Loughlin <[email protected]>
1 parent 67d1fbc commit f6be64a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ endif
130130
endif
131131

132132
install:
133-
go get git.fd.io/govpp.git/cmd/[email protected]
133+
go get go.fd.io/govpp/cmd/[email protected]
134134
ifeq ($(VPPINSTALLED),0)
135135
@echo VPP not installed, installing required files. Run *sudo make clean* to remove installed files.
136136
@mkdir -p tmpvpp/

Diff for: cnivpp/test/ipAddDel/ipAddDel.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import (
2626
"runtime"
2727
"time"
2828

29-
_ "git.fd.io/govpp.git/core"
29+
_ "go.fd.io/govpp/core"
3030
current "github.com/containernetworking/cni/pkg/types/100"
3131
_ "github.com/sirupsen/logrus"
3232

Diff for: cnivpp/test/memifAddDel/memifAddDel.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package main
1818

1919
// Generates Go bindings for all VPP APIs located in the json directory.
20-
//go:generate go run git.fd.io/govpp.git/cmd/binapi-generator --output-dir=../../bin_api
20+
//go:generate go run go.fd.io/govpp/cmd/binapi-generator --output-dir=../../bin_api
2121

2222
import (
2323
"fmt"
@@ -26,7 +26,7 @@ import (
2626
"runtime"
2727
"time"
2828

29-
_ "git.fd.io/govpp.git/core"
29+
_ "go.fd.io/govpp/core"
3030
_ "github.com/sirupsen/logrus"
3131

3232
"github.com/intel/userspace-cni-network-plugin/cnivpp/api/bridge"

Diff for: cnivpp/test/vhostUserAddDel/vhostUserAddDel.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package main
1818

1919
// Generates Go bindings for all VPP APIs located in the json directory.
20-
//go:generate go run git.fd.io/govpp.git/cmd/binapi-generator --output-dir=../../bin_api
20+
//go:generate go run go.fd.io/govpp/cmd/binapi-generator --output-dir=../../bin_api
2121

2222
import (
2323
"fmt"
@@ -26,7 +26,7 @@ import (
2626
"runtime"
2727
"time"
2828

29-
_ "git.fd.io/govpp.git/core"
29+
_ "go.fd.io/govpp/core"
3030
_ "github.com/sirupsen/logrus"
3131

3232
vppbridge "github.com/intel/userspace-cni-network-plugin/cnivpp/api/bridge"

0 commit comments

Comments
 (0)