Skip to content

Commit

Permalink
added line for seperation of variables
Browse files Browse the repository at this point in the history
Signed-off-by: Hemant <hkbiet@gmail.com>
  • Loading branch information
hkiiita committed Nov 14, 2024
1 parent ab67af1 commit 21b473f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/e2e/framework.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,9 @@ const (
defaultCHDatabaseURL = "tcp://clickhouse-clickhouse.flow-visibility.svc:9000"

statefulSetRestartAnnotationKey = "antrea-e2e/restartedAt"
iperfPort = 5201
iperfSvcPort = 9999

iperfPort = 5201
iperfSvcPort = 9999
)

type ClusterNode struct {
Expand Down

0 comments on commit 21b473f

Please sign in to comment.