Skip to content

Commit

Permalink
remove mentions to Criteo
Browse files Browse the repository at this point in the history
  • Loading branch information
fdomain committed May 22, 2023
1 parent 5fc86d2 commit 5de435f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/main/ptp/ptp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ var _ = Describe("ptp Operations", func() {
Expect(err).NotTo(HaveOccurred())
})

It(fmt.Sprintf("[%s] configures and deconfigures a CNI dual-stack ptp link + Criteo options with ADD/DEL", ver), func() {
It(fmt.Sprintf("[%s] configures and deconfigures a CNI dual-stack ptp link + custom options with ADD/DEL", ver), func() {
const SRCIFNAME = "dummy0"
const DUMMYIPV4 = "10.2.3.1/24"
const DUMMYIPV6 = "2001:db8:2::1/64"
Expand Down

0 comments on commit 5de435f

Please sign in to comment.