Skip to content

Commit

Permalink
* Adding additional debug message to Travis CI before UDP unicast test
Browse files Browse the repository at this point in the history
  • Loading branch information
jredmondson committed Jun 16, 2018
1 parent 2240328 commit e58f1fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ script:
- echo "Testing multicast performance..."
- $MADARA_ROOT/bin/network_profiler -i 0 -s 1024 & $MADARA_ROOT/bin/network_profiler -i 1
# test UDP Unicast networking performance and connectivity for 60s
- echo "Testing unicast performance..."
- $MADARA_ROOT/bin/network_profiler -i 0 -s 1024 -u 127.0.0.1:30000 -u 127.0.0.1:30001 & $MADARA_ROOT/bin/network_profiler -i 1 -u 127.0.0.1:30001


0 comments on commit e58f1fb

Please sign in to comment.