Skip to content

Commit

Permalink
feat(kuma-cp): review
Browse files Browse the repository at this point in the history
Fixes: #8237
Signed-off-by: Marcin Skalski <[email protected]>
  • Loading branch information
Automaat committed Nov 6, 2023
1 parent a493fa3 commit 39bcc8e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@ package localityawarelb

import (
"fmt"

. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"

"github.com/kumahq/kuma/pkg/test/resources/samples"
. "github.com/kumahq/kuma/test/framework"
"github.com/kumahq/kuma/test/framework/client"
"github.com/kumahq/kuma/test/framework/deployments/democlient"
"github.com/kumahq/kuma/test/framework/deployments/testserver"
"github.com/kumahq/kuma/test/framework/envoy_admin"
"github.com/kumahq/kuma/test/framework/envs/multizone"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
)

func LocalityAwareLBEgress() {
Expand Down
2 changes: 1 addition & 1 deletion test/framework/envoy_admin/tunnel/k8s.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ package tunnel
import (
"encoding/json"
"fmt"
"github.com/kumahq/kuma/test/framework/envoy_admin/clusters"
"net/http"

"github.com/gruntwork-io/terratest/modules/testing"
"github.com/pkg/errors"

"github.com/kumahq/kuma/test/framework/envoy_admin"
"github.com/kumahq/kuma/test/framework/envoy_admin/clusters"
"github.com/kumahq/kuma/test/framework/envoy_admin/stats"
)

Expand Down

0 comments on commit 39bcc8e

Please sign in to comment.