From 482d4fb49f6b1a5de022be1b1bdc51bb32dfbba7 Mon Sep 17 00:00:00 2001 From: Jeffrey Nelson Date: Fri, 1 Mar 2024 13:11:18 -0600 Subject: [PATCH] make generate; make generate-limits; remove soak tests (#2819) Co-authored-by: Senthil Kumaran --- .github/PULL_REQUEST_TEMPLATE.md | 1 + misc/eni-max-pods.txt | 3 +- pkg/cninswrapper/mock_ns/netns_mocks.go | 28 +- .../mocks/ec2metadatawrapper_mocks.go | 32 +- pkg/ec2wrapper/mocks/ec2wrapper_mocks.go | 64 +- pkg/eniconfig/mocks/eniconfig_mocks.go | 16 +- pkg/grpcwrapper/mocks/grpcwrapper_mocks.go | 12 +- pkg/ipwrapper/mocks/ipwrapper_mocks.go | 12 +- pkg/nswrapper/mocks/nswrapper_mocks.go | 12 +- pkg/procsyswrapper/mocks/procsys_mocks.go | 16 +- pkg/typeswrapper/mocks/typeswrapper_mocks.go | 16 +- pkg/utils/ttime/mocks/time_mocks.go | 40 +- pkg/vpc/vpc_ip_resource_limit.go | 18 +- rpc/rpc.pb.go | 920 ++++++++++++------ test/integration/README.md | 5 - .../soak/single_node_pod_launch_test.go | 250 ----- test/integration/soak/soak_suite_test.go | 20 - 17 files changed, 792 insertions(+), 673 deletions(-) delete mode 100644 test/integration/soak/single_node_pod_launch_test.go delete mode 100644 test/integration/soak/soak_suite_test.go diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 134d4960eb..8d350d6d29 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -26,6 +26,7 @@ testing **What does this PR do / Why do we need it?**: + **Testing done on this change**: