Skip to content

Commit 1bd4f01

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

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPd
3333
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs=
3434
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 h1:4daAzAu0S6Vi7/lbWECcX0j45yZReDZ56BQsrVBOEEY=
3535
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535/go.mod h1:oGkLhpf+kjZl6xBf758TQhh5XrAeiJv/7FRz/2spLIg=
36-
github.com/aws/amazon-vpc-cni-k8s/test/agent v0.0.0-20231201202736-d8c395ad1491 h1:iWVPopSSbIQki4c35000NXqLjbzpW1PiTXp7Iz6fXGY=
37-
github.com/aws/amazon-vpc-cni-k8s/test/agent v0.0.0-20231201202736-d8c395ad1491/go.mod h1:NvS1b2fBgkUvAWgBF8h0aRaVVoUeIlpUMnlTW2wIqik=
36+
github.com/aws/amazon-vpc-cni-k8s/test/agent v0.0.0-20231212223725-21c4bd73015b h1:xCQo9O4BIwuLhrQAqamsvhfgjBiSOo83uDMMSivRsnw=
37+
github.com/aws/amazon-vpc-cni-k8s/test/agent v0.0.0-20231212223725-21c4bd73015b/go.mod h1:NvS1b2fBgkUvAWgBF8h0aRaVVoUeIlpUMnlTW2wIqik=
3838
github.com/aws/amazon-vpc-resource-controller-k8s v1.4.1 h1:43uJXFNTjk5Gzi2Qpqk30ycaaE7DOVvBDKi35wzsrsQ=
3939
github.com/aws/amazon-vpc-resource-controller-k8s v1.4.1/go.mod h1:tXPJP0SFdkVa7ALghDjThtavyYnP0MKO8V0ZHlDNCU8=
4040
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)