From 0e41528eb4288d7702ce230dddad3b2f3f2e85dc Mon Sep 17 00:00:00 2001 From: Shufang Date: Wed, 3 Apr 2024 20:31:21 -0700 Subject: [PATCH] Remove unnecessary comment. --- test/integration/swiftv2/datapath_swiftv2.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/integration/swiftv2/datapath_swiftv2.go b/test/integration/swiftv2/datapath_swiftv2.go index b8a0b7f9551..9cac6dfe33d 100644 --- a/test/integration/swiftv2/datapath_swiftv2.go +++ b/test/integration/swiftv2/datapath_swiftv2.go @@ -55,10 +55,6 @@ k8s cluster with a Linux nodepool consisting of at least 2 Linux nodes. *** The expected nodepool name is mtapool, if the nodepool has a different name ensure that you change nodepoolSelector with: -nodepoolSelector="yournodepoolname" -To run the test use one of the following commands: -go test -count=1 test/integration/datapath/datapath_linux_test.go -timeout 3m -tags connection -run ^TestDatapathLinux$ -tags=connection,integration - - This test checks pod to pod, pod to node, pod to Internet check Timeout context is controled by the -timeout flag.