Skip to content

Commit

Permalink
[ci] Enhancement: Enable tcp-echo for Catloop
Browse files Browse the repository at this point in the history
  • Loading branch information
anandbonde committed Jul 11, 2023
1 parent 4cb870d commit fdd332e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions tools/ci/config/ci_map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,27 @@ catmem:
pipe_ping_pong: {}
pipe_push_pop: {}
catloop:
tcp_echo:
scenario0:
bufsize: 64
nclients: 32
nrequests: 100
run_mode: sequential
scenario1:
bufsize: 1024
nclients: 32
nrequests: 100
run_mode: sequential
scenario2:
bufsize: 64
nclients: 32
nrequests: 100
run_mode: concurrent
scenario3:
bufsize: 1024
nclients: 32
nrequests: 100
run_mode: concurrent
tcp_close:
scenario0:
nclients: 32
Expand Down

0 comments on commit fdd332e

Please sign in to comment.