Skip to content
Snippets Groups Projects

Add integration test for connections

Merged Josh Brooks requested to merge feature/XX-3958/ConnectionCLI into release
2 unresolved threads

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
850 897 eval $CLIENTCMD >> $CLIENTOUT/client31.txt || true &
851 898 PIDVAL=$!
852 899 echo "$CLIENTCMD -- $PIDVAL"
853 CLIENTCMD="timeout 240s ../bin/client $CLIENTOPTS -l $CLIENTOUT/client13.log -s blob13 --destfile $CLIENTOUT/josh31.bin --sendCount 5 --receiveCount 5 -m \"Hello from Josh13, with E2E Encryption\""
900 CLIENTCMD="timeout 240s ../bin/client $CLIENTOPTS -l $CLIENTOUT/client13.log -s blob13 --destfiledestfiledestfile $CLIENTOUT/josh31.bin --sendCount 5 --receiveCount 5 -m \"Hello from Josh13, with E2E Encryption\""
  • 1107 1161 wait $PIDVAL2
    1108 1162
    1109 1163 echo "FILE TRANSFER FINISHED..."
    1164
    1165 ###############################################################################
    1166 # Test connections
    1167 ###############################################################################
    1168
    1169 echo "TESTING CONNECTIONS..."
    1170 # Initiate server
    1171 CLIENTCMD="timeout 240s ../bin/client connection -s blob200 $CONNECTIONOPTS --writeContact $CLIENTOUT/client200-server.bin -l $CLIENTOUT/client200.log --startServer --serverTimeout 2m"
  • Josh Brooks added 1 commit

    added 1 commit

    Compare with previous version

  • Josh Brooks added 1 commit

    added 1 commit

    • 4de88e51 - Use ephemeral initialization flag for connection tests

    Compare with previous version

  • merged

  • Josh Brooks mentioned in commit c2374883

    mentioned in commit c2374883

  • Please register or sign in to reply
    Loading