Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test for multiple bgp peers
Browse files Browse the repository at this point in the history
defo89 committed Oct 8, 2024
1 parent 7fd1f02 commit e761cca
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pkg/controller/controlplane/valuesprovider_test.go
Original file line number Diff line number Diff line change
@@ -423,6 +423,11 @@ var _ = Describe("Valueprovider Reconcile", func() {
ASNumber: 12345,
NodeSelector: "foo=bar",
},
{
PeerIP: "1.2.3.5",
ASNumber: 12345,
NodeSelector: "foo=bar",
},
},
},
},
@@ -494,6 +499,11 @@ var _ = Describe("Valueprovider Reconcile", func() {
"asNumber": 12345,
"nodeSelector": "foo=bar",
},
{
"peerIP": "1.2.3.5",
"asNumber": 12345,
"nodeSelector": "foo=bar",
},
},
},
},

0 comments on commit e761cca

Please sign in to comment.