Skip to content

Commit

Permalink
Fix go build failure with v6 networking suite. (#2020)
Browse files Browse the repository at this point in the history
  • Loading branch information
orsenthil authored Jul 1, 2022
1 parent 6abbf20 commit 4bd4c8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions test/integration/ipv6/pod_traffic_test_v6_PD_enabled.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,16 @@
package ipv6

import (
"github.com/aws/amazon-vpc-cni-k8s/test/framework"
"github.com/aws/amazon-vpc-cni-k8s/test/framework/resources/agent"
"github.com/aws/amazon-vpc-cni-k8s/test/framework/resources/k8s/manifest"

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

var f *framework.Framework

var _ = Describe("[CANARY] Test pod networking with prefix delegation enabled", func() {
var (
// The Pod labels for client and server in order to retrieve the
Expand Down
1 change: 0 additions & 1 deletion test/integration/ipv6/pod_v6_networking_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import (

const InstanceTypeNodeLabelKey = "beta.kubernetes.io/instance-type"

var f *framework.Framework
var primaryNode v1.Node

func TestCNIv6PodNetworking(t *testing.T) {
Expand Down

0 comments on commit 4bd4c8e

Please sign in to comment.