Skip to content

Commit

Permalink
change network test port
Browse files Browse the repository at this point in the history
  • Loading branch information
badgersrus committed Aug 13, 2024
1 parent 68813df commit 96abfc1
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions integration/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ package integration
// Tracks the start ports handed out to different tests, in a bid to minimise conflicts.
// Note: the max should not exceed 30000 because the OS can use those ports and we'll get conflicts
const (
StartPortEth2NetworkTests = 10000
StartPortTenscanUnitTest = 11000
StartPortNodeRunnerTest = 12000
StartPortSimulationGethInMem = 14000
StartPortSimulationInMem = 15000
StartPortSimulationFullNetwork = 16000
StartPortNetworkTests = 17000
StartPortSmartContractTests = 18000
StartPortContractDeployerTest1 = 19000
StartPortContractDeployerTest2 = 21000
StartPortFaucetUnitTest = 22000
StartPortFaucetHTTPUnitTest = 23000
StartPortTenGatewayUnitTest = 24000
StartPortWalletExtensionUnitTest = 25000
StartPortEth2NetworkTests = 10000
StartPortTenscanUnitTest = 11000
StartPortNodeRunnerTest = 12000
StartPortSimulationGethInMem = 14000
StartPortSimulationInMem = 15000
StartPortSimulationFullNetwork = 16000
DoNotUse = 17000 // port conflict on this address
StartPortSmartContractTests = 18000
StartPortContractDeployerTest1 = 19000
StartPortContractDeployerTest2 = 21000
StartPortFaucetUnitTest = 22000
StartPortFaucetHTTPUnitTest = 23000
StartPortTenGatewayUnitTest = 24000
StartPortNetworkTests = 25000

DefaultGethWSPortOffset = 100
DefaultGethAUTHPortOffset = 200
Expand Down

0 comments on commit 96abfc1

Please sign in to comment.