Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
metallb: Fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
knrt10 committed Aug 27, 2021
1 parent 19169c1 commit 3858098
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/components/metallb/metallb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ func TestMetalLBDeployment(t *testing.T) {

t.Run("speaker daemonset", func(t *testing.T) {
t.Parallel()
daemonset := "speaker"
daemonset := "metallb-speaker"

testutil.WaitForDaemonSet(t, client, namespace, daemonset, testutil.RetryInterval, testutil.Timeout)
})

t.Run("controller deployment", func(t *testing.T) {
t.Parallel()
deployment := "controller"
deployment := "metallb-controller"

testutil.WaitForDeployment(t, client, namespace, deployment, testutil.RetryInterval, testutil.Timeout)
})
Expand Down

0 comments on commit 3858098

Please sign in to comment.