Skip to content

Commit

Permalink
update test config lines
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhwarrier committed Dec 5, 2023
1 parent 1b81c0f commit 48ad1c9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions integration-tests/load/automationv2_1/automationv2_1_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,15 +140,16 @@ func TestLogTrigger(t *testing.T) {
Int("Duration", duration).
Int("Block Time", blockTime).
Int("Number of Events", numberOfEvents).
Int("Number of Spam Events", numberOfSEvents).
Str("Spec Type", specType).
Str("Log Level", logLevel).
Str("Image", os.Getenv(config.EnvVarCLImage)).
Str("Tag", os.Getenv(config.EnvVarCLTag)).
Msg("Test Config")

testConfig := fmt.Sprintf("Number of Nodes: %d\nNumber of Upkeeps: %d\nDuration: %d\nBlock Time: %d\n"+
"Number of Events: %d\nSpec Type: %s\nLog Level: %s\nImage: %s\nTag: %s\n", numberofNodes, numberOfUpkeeps, duration,
blockTime, numberOfEvents, specType, logLevel, os.Getenv(config.EnvVarCLImage), os.Getenv(config.EnvVarCLTag))
"Number of Events: %d\nNumber of Spam Events: %d\nSpec Type: %s\nLog Level: %s\nImage: %s\nTag: %s\n", numberofNodes, numberOfUpkeeps, duration,
blockTime, numberOfEvents, numberOfSEvents, specType, logLevel, os.Getenv(config.EnvVarCLImage), os.Getenv(config.EnvVarCLTag))

testNetwork := networks.MustGetSelectedNetworksFromEnv()[0]
testType := "load"
Expand Down

0 comments on commit 48ad1c9

Please sign in to comment.