Skip to content
Snippets Groups Projects
Commit 2266c231 authored by William Carter's avatar William Carter
Browse files

Merge branch 'nicknamesv2' into 'master'

added nickname checking to integration tests

See merge request privategrity/integration!6
parents 85a51fdc 55a7a1d8
No related branches found
No related tags found
No related merge requests found
Sending Message to 2: Hello, 2 Sending Message to 2, Jim: Hello, 2
Message from 4 Received: Hello, 1 Message from 4, Rick Received: Hello, 1
Sending Message to 2: Hello, 2 Sending Message to 2, Jim: Hello, 2
Message from 4 Received: Hello, 1 Message from 4, Rick Received: Hello, 1
Sending Message to 3: Hello, 3 Sending Message to 3, Ben: Hello, 3
Message from 1 Received: Hello, 2 Message from 1, David Received: Hello, 2
Sending Message to 3: Hello, 3 Sending Message to 3, Ben: Hello, 3
Message from 1 Received: Hello, 2 Message from 1, David Received: Hello, 2
Sending Message to 4: Hello, 4 Sending Message to 4, Rick: Hello, 4
Message from 2 Received: Hello, 3 Message from 2, Jim Received: Hello, 3
Sending Message to 4: Hello, 4 Sending Message to 4, Rick: Hello, 4
Message from 2 Received: Hello, 3 Message from 2, Jim Received: Hello, 3
Sending Message to 1: Hello, 1 Sending Message to 1, David: Hello, 1
Message from 3 Received: Hello, 4 Message from 3, Ben Received: Hello, 4
Sending Message to 1: Hello, 1 Sending Message to 1, David: Hello, 1
Message from 3 Received: Hello, 4 Message from 3, Ben Received: Hello, 4
...@@ -46,7 +46,10 @@ sleep 20 # FIXME: We should not need this, but the servers don't respond quickly ...@@ -46,7 +46,10 @@ sleep 20 # FIXME: We should not need this, but the servers don't respond quickly
# enough on boot right now. # enough on boot right now.
LASTNODE="localhost:50004" LASTNODE="localhost:50004"
NICK1="David"
NICK2="Jim"
NICK3="Ben"
NICK4="Rick"
echo "STARTING CLIENTS..." echo "STARTING CLIENTS..."
CTR=0 CTR=0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment