Skip to content

Commit

Permalink
changed the log check message in BFT test file
Browse files Browse the repository at this point in the history
Signed-off-by: Sanket Teli <telisanket2002@gmail.com>
  • Loading branch information
Sanket-0510 committed Dec 3, 2024
1 parent e4062c3 commit c313bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-network/docker/test-05-version3-BFT.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ trap 'networkDown ; echo "Test failed" ; exit 1' ERR SIGINT
# start the network
networkUp

waitForContainer "orderer0.group1.orderer.example.com" "Starting raft node as part of a new channel channel=my-channel1"
waitForContainer "orderer0.group1.orderer.example.com" "Channel created"
waitForContainer "ca.org1.example.com" "Listening on https://0.0.0.0:7054"
waitForContainer "peer0.org1.example.com" "Joining gossip network of channel my-channel1 with 1 organizations"
waitForContainer "peer1.org1.example.com" "Joining gossip network of channel my-channel1 with 1 organizations"
Expand Down

0 comments on commit c313bf2

Please sign in to comment.