Skip to content

Commit 511a7d8

Browse files
author
Joseph Chen
committed
update test agent
1 parent 21c4bd7 commit 511a7d8

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.21
44

55
require (
66
github.com/apparentlymart/go-cidr v1.1.0
7-
github.com/aws/amazon-vpc-cni-k8s/test/agent v0.0.0-20231201202736-d8c395ad1491
7+
github.com/aws/amazon-vpc-cni-k8s/test/agent v0.0.0-20231212223725-21c4bd73015b
88
github.com/aws/amazon-vpc-resource-controller-k8s v1.4.1
99
github.com/aws/aws-sdk-go v1.48.10
1010
github.com/containernetworking/cni v1.1.2

go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 h1:4daAzAu0
3535
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535/go.mod h1:oGkLhpf+kjZl6xBf758TQhh5XrAeiJv/7FRz/2spLIg=
3636
github.com/aws/amazon-vpc-cni-k8s/test/agent v0.0.0-20231201202736-d8c395ad1491 h1:iWVPopSSbIQki4c35000NXqLjbzpW1PiTXp7Iz6fXGY=
3737
github.com/aws/amazon-vpc-cni-k8s/test/agent v0.0.0-20231201202736-d8c395ad1491/go.mod h1:NvS1b2fBgkUvAWgBF8h0aRaVVoUeIlpUMnlTW2wIqik=
38+
github.com/aws/amazon-vpc-cni-k8s/test/agent v0.0.0-20231212223725-21c4bd73015b h1:xCQo9O4BIwuLhrQAqamsvhfgjBiSOo83uDMMSivRsnw=
39+
github.com/aws/amazon-vpc-cni-k8s/test/agent v0.0.0-20231212223725-21c4bd73015b/go.mod h1:NvS1b2fBgkUvAWgBF8h0aRaVVoUeIlpUMnlTW2wIqik=
3840
github.com/aws/amazon-vpc-resource-controller-k8s v1.4.1 h1:43uJXFNTjk5Gzi2Qpqk30ycaaE7DOVvBDKi35wzsrsQ=
3941
github.com/aws/amazon-vpc-resource-controller-k8s v1.4.1/go.mod h1:tXPJP0SFdkVa7ALghDjThtavyYnP0MKO8V0ZHlDNCU8=
4042
github.com/aws/aws-sdk-go v1.48.10 h1:0LIFG3wp2Dt6PsxKWCg1Y1xRrn2vZnW5/gWdgaBalKg=

test/framework/utils/const.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const (
2424
MultusContainerName = "kube-multus"
2525

2626
// See https://gallery.ecr.aws/eks/aws-vpc-cni-test-helper
27-
TestAgentImage = "networking-e2e-test-images/aws-vpc-cni-test-helper:d8c395ad"
27+
TestAgentImage = "networking-e2e-test-images/aws-vpc-cni-test-helper:20231212"
2828
BusyBoxImage = "networking-e2e-test-images/busybox:latest"
2929
NginxImage = "networking-e2e-test-images/nginx:1.25.2"
3030
NetCatImage = "networking-e2e-test-images/netcat-openbsd:v1.0"

0 commit comments

Comments
 (0)