Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix go build failure with v6 networking suite. #2020

Merged
merged 1 commit into from
Jul 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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