Skip to content

Commit

Permalink
E2E: add L2|BGP word in the test name
Browse files Browse the repository at this point in the history
without it would be be possible to skip in single suite

Signed-off-by: karampok <[email protected]>
  • Loading branch information
karampok authored and fedepaol committed Aug 30, 2024
1 parent 8823067 commit c8621a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2etest/bgptests/cordon_node.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
clientset "k8s.io/client-go/kubernetes"
)

var _ = ginkgo.Describe("Cordon Node", func() {
var _ = ginkgo.Describe("BGP Cordon Node", func() {
var (
cs clientset.Interface
testNamespace string
Expand Down
2 changes: 1 addition & 1 deletion e2etest/l2tests/cordon_node.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
clientset "k8s.io/client-go/kubernetes"
)

var _ = ginkgo.Describe("Cordon Node", func() {
var _ = ginkgo.Describe("L2 Cordon Node", func() {
emptyL2Advertisement := metallbv1beta1.L2Advertisement{
ObjectMeta: metav1.ObjectMeta{
Name: "empty",
Expand Down

0 comments on commit c8621a4

Please sign in to comment.