Skip to content

Commit

Permalink
Adapt verifier tool to new default sockperf settings
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Ivanov <[email protected]>
  • Loading branch information
igor-ivanov committed Jun 14, 2017
1 parent 010af89 commit fffd0fd
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 42 deletions.
20 changes: 10 additions & 10 deletions tests/verifier/lib/TPP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ our $test_suite_tcp_pp =
failure => ['Segmentation fault', 'Assertion', 'ERROR']
},
client => {
success => ['Test ended', 'Summary: Latency is', 'using select()'],
success => ['Test ended', 'Summary: Latency is', 'using epoll()'],
failure => ['Segmentation fault', 'Assertion', 'ERROR', 'server down']
}
},
Expand Down Expand Up @@ -582,7 +582,7 @@ our $test_suite_tcp_pp =
failure => ['Segmentation fault', 'Assertion', 'ERROR']
},
client => {
success => ['Test ended', 'Summary: Latency is', 'using select()'],
success => ['Test ended', 'Summary: Latency is', 'using epoll()'],
failure => ['Segmentation fault', 'Assertion', 'ERROR', 'server down']
}
},
Expand All @@ -603,7 +603,7 @@ our $test_suite_tcp_pp =
failure => ['Segmentation fault', 'Assertion', 'ERROR']
},
client => {
success => ['Test ended', 'Summary: Latency is', 'using select()'],
success => ['Test ended', 'Summary: Latency is', 'using epoll()'],
failure => ['Segmentation fault', 'Assertion', 'ERROR', 'server down']
}
},
Expand All @@ -624,7 +624,7 @@ our $test_suite_tcp_pp =
failure => ['Segmentation fault', 'Assertion', 'ERROR']
},
client => {
success => ['Test ended', 'Summary: Latency is', 'using select()'],
success => ['Test ended', 'Summary: Latency is', 'using epoll()'],
failure => ['Segmentation fault', 'Assertion', 'ERROR', 'server down']
}
},
Expand All @@ -645,7 +645,7 @@ our $test_suite_tcp_pp =
failure => ['Segmentation fault', 'Assertion', 'ERROR']
},
client => {
success => ['Test ended', 'Summary: Latency is', 'using select()'],
success => ['Test ended', 'Summary: Latency is', 'using epoll()'],
failure => ['Segmentation fault', 'Assertion', 'ERROR', 'server down']
}
},
Expand All @@ -666,7 +666,7 @@ our $test_suite_tcp_pp =
failure => ['Segmentation fault', 'Assertion', 'ERROR']
},
client => {
success => ['Test ended', 'Summary: Latency is', 'using select()'],
success => ['Test ended', 'Summary: Latency is', 'using epoll()'],
failure => ['Segmentation fault', 'Assertion', 'ERROR', 'server down']
}
},
Expand All @@ -687,7 +687,7 @@ our $test_suite_tcp_pp =
failure => ['Segmentation fault', 'Assertion', 'ERROR']
},
client => {
success => ['Test ended', 'Summary: Latency is', 'using select()'],
success => ['Test ended', 'Summary: Latency is', 'using epoll()'],
failure => ['Segmentation fault', 'Assertion', 'ERROR', 'server down']
}
},
Expand All @@ -709,7 +709,7 @@ our $test_suite_tcp_pp =
failure => ['Segmentation fault', 'Assertion', 'ERROR']
},
client => {
success => ['Test ended', 'Summary: Latency is', 'using select()'],
success => ['Test ended', 'Summary: Latency is', 'using epoll()'],
failure => ['Segmentation fault', 'Assertion', 'ERROR', 'server down']
}
},
Expand All @@ -731,7 +731,7 @@ our $test_suite_tcp_pp =
failure => ['Segmentation fault', 'Assertion', 'ERROR']
},
client => {
success => ['Test ended', 'Summary: Latency is', 'using select()'],
success => ['Test ended', 'Summary: Latency is', 'using epoll()'],
failure => ['Segmentation fault', 'Assertion', 'ERROR', 'server down']
}
},
Expand All @@ -753,7 +753,7 @@ our $test_suite_tcp_pp =
failure => ['Segmentation fault', 'Assertion', 'ERROR']
},
client => {
success => ['Test ended', 'Summary: Latency is', 'using select()'],
success => ['Test ended', 'Summary: Latency is', 'using epoll()'],
failure => ['Segmentation fault', 'Assertion', 'ERROR', 'server down']
}
},
Expand Down
2 changes: 1 addition & 1 deletion tests/verifier/lib/TTP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ our $test_suite_tcp_tp =
result_proc => \&te_def_result_proc,
result_arg => {
server => {
success => ['Test end', 'interrupted by', 'exit', 'using select()'],
success => ['Test end', 'interrupted by', 'exit', 'using epoll()'],
failure => ['Segmentation fault', 'Assertion', 'ERROR']
},
client => {
Expand Down
20 changes: 10 additions & 10 deletions tests/verifier/lib/TUL.pm
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ our $test_suite_tcp_ul =
failure => ['Segmentation fault', 'Assertion', 'ERROR']
},
client => {
success => ['Test ended', 'Summary: Latency is', 'using select()'],
success => ['Test ended', 'Summary: Latency is', 'using epoll()'],
failure => ['Segmentation fault', 'Assertion', 'ERROR', 'server down']
}
},
Expand Down Expand Up @@ -582,7 +582,7 @@ our $test_suite_tcp_ul =
failure => ['Segmentation fault', 'Assertion', 'ERROR']
},
client => {
success => ['Test ended', 'Summary: Latency is', 'using select()'],
success => ['Test ended', 'Summary: Latency is', 'using epoll()'],
failure => ['Segmentation fault', 'Assertion', 'ERROR', 'server down']
}
},
Expand All @@ -603,7 +603,7 @@ our $test_suite_tcp_ul =
failure => ['Segmentation fault', 'Assertion', 'ERROR']
},
client => {
success => ['Test ended', 'Summary: Latency is', 'using select()'],
success => ['Test ended', 'Summary: Latency is', 'using epoll()'],
failure => ['Segmentation fault', 'Assertion', 'ERROR', 'server down']
}
},
Expand All @@ -624,7 +624,7 @@ our $test_suite_tcp_ul =
failure => ['Segmentation fault', 'Assertion', 'ERROR']
},
client => {
success => ['Test ended', 'Summary: Latency is', 'using select()'],
success => ['Test ended', 'Summary: Latency is', 'using epoll()'],
failure => ['Segmentation fault', 'Assertion', 'ERROR', 'server down']
}
},
Expand All @@ -645,7 +645,7 @@ our $test_suite_tcp_ul =
failure => ['Segmentation fault', 'Assertion', 'ERROR']
},
client => {
success => ['Test ended', 'Summary: Latency is', 'using select()'],
success => ['Test ended', 'Summary: Latency is', 'using epoll()'],
failure => ['Segmentation fault', 'Assertion', 'ERROR', 'server down']
}
},
Expand All @@ -666,7 +666,7 @@ our $test_suite_tcp_ul =
failure => ['Segmentation fault', 'Assertion', 'ERROR']
},
client => {
success => ['Test ended', 'Summary: Latency is', 'using select()'],
success => ['Test ended', 'Summary: Latency is', 'using epoll()'],
failure => ['Segmentation fault', 'Assertion', 'ERROR', 'server down']
}
},
Expand All @@ -687,7 +687,7 @@ our $test_suite_tcp_ul =
failure => ['Segmentation fault', 'Assertion', 'ERROR']
},
client => {
success => ['Test ended', 'Summary: Latency is', 'using select()'],
success => ['Test ended', 'Summary: Latency is', 'using epoll()'],
failure => ['Segmentation fault', 'Assertion', 'ERROR', 'server down']
}
},
Expand All @@ -709,7 +709,7 @@ our $test_suite_tcp_ul =
failure => ['Segmentation fault', 'Assertion', 'ERROR']
},
client => {
success => ['Test ended', 'Summary: Latency is', 'using select()'],
success => ['Test ended', 'Summary: Latency is', 'using epoll()'],
failure => ['Segmentation fault', 'Assertion', 'ERROR', 'server down']
}
},
Expand All @@ -731,7 +731,7 @@ our $test_suite_tcp_ul =
failure => ['Segmentation fault', 'Assertion', 'ERROR']
},
client => {
success => ['Test ended', 'Summary: Latency is', 'using select()'],
success => ['Test ended', 'Summary: Latency is', 'using epoll()'],
failure => ['Segmentation fault', 'Assertion', 'ERROR', 'server down']
}
},
Expand All @@ -753,7 +753,7 @@ our $test_suite_tcp_ul =
failure => ['Segmentation fault', 'Assertion', 'ERROR']
},
client => {
success => ['Test ended', 'Summary: Latency is', 'using select()'],
success => ['Test ended', 'Summary: Latency is', 'using epoll()'],
failure => ['Segmentation fault', 'Assertion', 'ERROR', 'server down']
}
},
Expand Down
20 changes: 10 additions & 10 deletions tests/verifier/lib/UPP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ our $test_suite_udp_pp =
failure => ['Segmentation fault', 'Assertion', 'ERROR']
},
client => {
success => ['Test ended', 'Summary: Latency is', 'using select()'],
success => ['Test ended', 'Summary: Latency is', 'using epoll()'],
failure => ['Segmentation fault', 'Assertion', 'ERROR', 'server down']
}
},
Expand Down Expand Up @@ -582,7 +582,7 @@ our $test_suite_udp_pp =
failure => ['Segmentation fault', 'Assertion', 'ERROR']
},
client => {
success => ['Test ended', 'Summary: Latency is', 'using select()'],
success => ['Test ended', 'Summary: Latency is', 'using epoll()'],
failure => ['Segmentation fault', 'Assertion', 'ERROR', 'server down']
}
},
Expand All @@ -603,7 +603,7 @@ our $test_suite_udp_pp =
failure => ['Segmentation fault', 'Assertion', 'ERROR']
},
client => {
success => ['Test ended', 'Summary: Latency is', 'using select()'],
success => ['Test ended', 'Summary: Latency is', 'using epoll()'],
failure => ['Segmentation fault', 'Assertion', 'ERROR', 'server down']
}
},
Expand All @@ -624,7 +624,7 @@ our $test_suite_udp_pp =
failure => ['Segmentation fault', 'Assertion', 'ERROR']
},
client => {
success => ['Test ended', 'Summary: Latency is', 'using select()'],
success => ['Test ended', 'Summary: Latency is', 'using epoll()'],
failure => ['Segmentation fault', 'Assertion', 'ERROR', 'server down']
}
},
Expand All @@ -645,7 +645,7 @@ our $test_suite_udp_pp =
failure => ['Segmentation fault', 'Assertion', 'ERROR']
},
client => {
success => ['Test ended', 'Summary: Latency is', 'using select()'],
success => ['Test ended', 'Summary: Latency is', 'using epoll()'],
failure => ['Segmentation fault', 'Assertion', 'ERROR', 'server down']
}
},
Expand All @@ -666,7 +666,7 @@ our $test_suite_udp_pp =
failure => ['Segmentation fault', 'Assertion', 'ERROR']
},
client => {
success => ['Test ended', 'Summary: Latency is', 'using select()'],
success => ['Test ended', 'Summary: Latency is', 'using epoll()'],
failure => ['Segmentation fault', 'Assertion', 'ERROR', 'server down']
}
},
Expand All @@ -687,7 +687,7 @@ our $test_suite_udp_pp =
failure => ['Segmentation fault', 'Assertion', 'ERROR']
},
client => {
success => ['Test ended', 'Summary: Latency is', 'using select()'],
success => ['Test ended', 'Summary: Latency is', 'using epoll()'],
failure => ['Segmentation fault', 'Assertion', 'ERROR', 'server down']
}
},
Expand All @@ -709,7 +709,7 @@ our $test_suite_udp_pp =
failure => ['Segmentation fault', 'Assertion', 'ERROR']
},
client => {
success => ['Test ended', 'Summary: Latency is', 'using select()'],
success => ['Test ended', 'Summary: Latency is', 'using epoll()'],
failure => ['Segmentation fault', 'Assertion', 'ERROR', 'server down']
}
},
Expand All @@ -731,7 +731,7 @@ our $test_suite_udp_pp =
failure => ['Segmentation fault', 'Assertion', 'ERROR']
},
client => {
success => ['Test ended', 'Summary: Latency is', 'using select()'],
success => ['Test ended', 'Summary: Latency is', 'using epoll()'],
failure => ['Segmentation fault', 'Assertion', 'ERROR', 'server down']
}
},
Expand All @@ -753,7 +753,7 @@ our $test_suite_udp_pp =
failure => ['Segmentation fault', 'Assertion', 'ERROR']
},
client => {
success => ['Test ended', 'Summary: Latency is', 'using select()'],
success => ['Test ended', 'Summary: Latency is', 'using epoll()'],
failure => ['Segmentation fault', 'Assertion', 'ERROR', 'server down']
}
},
Expand Down
2 changes: 1 addition & 1 deletion tests/verifier/lib/UTP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ our $test_suite_udp_tp =
result_proc => \&te_def_result_proc,
result_arg => {
server => {
success => ['Test end', 'interrupted by', 'exit', 'using select()'],
success => ['Test end', 'interrupted by', 'exit', 'using epoll()'],
failure => ['Segmentation fault', 'Assertion', 'ERROR']
},
client => {
Expand Down
20 changes: 10 additions & 10 deletions tests/verifier/lib/UUL.pm
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ our $test_suite_udp_ul =
failure => ['Segmentation fault', 'Assertion', 'ERROR']
},
client => {
success => ['Test ended', 'Summary: Latency is', 'using select()'],
success => ['Test ended', 'Summary: Latency is', 'using epoll()'],
failure => ['Segmentation fault', 'Assertion', 'ERROR', 'server down']
}
},
Expand Down Expand Up @@ -582,7 +582,7 @@ our $test_suite_udp_ul =
failure => ['Segmentation fault', 'Assertion', 'ERROR']
},
client => {
success => ['Test ended', 'Summary: Latency is', 'using select()'],
success => ['Test ended', 'Summary: Latency is', 'using epoll()'],
failure => ['Segmentation fault', 'Assertion', 'ERROR', 'server down']
}
},
Expand All @@ -603,7 +603,7 @@ our $test_suite_udp_ul =
failure => ['Segmentation fault', 'Assertion', 'ERROR']
},
client => {
success => ['Test ended', 'Summary: Latency is', 'using select()'],
success => ['Test ended', 'Summary: Latency is', 'using epoll()'],
failure => ['Segmentation fault', 'Assertion', 'ERROR', 'server down']
}
},
Expand All @@ -624,7 +624,7 @@ our $test_suite_udp_ul =
failure => ['Segmentation fault', 'Assertion', 'ERROR']
},
client => {
success => ['Test ended', 'Summary: Latency is', 'using select()'],
success => ['Test ended', 'Summary: Latency is', 'using epoll()'],
failure => ['Segmentation fault', 'Assertion', 'ERROR', 'server down']
}
},
Expand All @@ -645,7 +645,7 @@ our $test_suite_udp_ul =
failure => ['Segmentation fault', 'Assertion', 'ERROR']
},
client => {
success => ['Test ended', 'Summary: Latency is', 'using select()'],
success => ['Test ended', 'Summary: Latency is', 'using epoll()'],
failure => ['Segmentation fault', 'Assertion', 'ERROR', 'server down']
}
},
Expand All @@ -666,7 +666,7 @@ our $test_suite_udp_ul =
failure => ['Segmentation fault', 'Assertion', 'ERROR']
},
client => {
success => ['Test ended', 'Summary: Latency is', 'using select()'],
success => ['Test ended', 'Summary: Latency is', 'using epoll()'],
failure => ['Segmentation fault', 'Assertion', 'ERROR', 'server down']
}
},
Expand All @@ -687,7 +687,7 @@ our $test_suite_udp_ul =
failure => ['Segmentation fault', 'Assertion', 'ERROR']
},
client => {
success => ['Test ended', 'Summary: Latency is', 'using select()'],
success => ['Test ended', 'Summary: Latency is', 'using epoll()'],
failure => ['Segmentation fault', 'Assertion', 'ERROR', 'server down']
}
},
Expand All @@ -709,7 +709,7 @@ our $test_suite_udp_ul =
failure => ['Segmentation fault', 'Assertion', 'ERROR']
},
client => {
success => ['Test ended', 'Summary: Latency is', 'using select()'],
success => ['Test ended', 'Summary: Latency is', 'using epoll()'],
failure => ['Segmentation fault', 'Assertion', 'ERROR', 'server down']
}
},
Expand All @@ -731,7 +731,7 @@ our $test_suite_udp_ul =
failure => ['Segmentation fault', 'Assertion', 'ERROR']
},
client => {
success => ['Test ended', 'Summary: Latency is', 'using select()'],
success => ['Test ended', 'Summary: Latency is', 'using epoll()'],
failure => ['Segmentation fault', 'Assertion', 'ERROR', 'server down']
}
},
Expand All @@ -753,7 +753,7 @@ our $test_suite_udp_ul =
failure => ['Segmentation fault', 'Assertion', 'ERROR']
},
client => {
success => ['Test ended', 'Summary: Latency is', 'using select()'],
success => ['Test ended', 'Summary: Latency is', 'using epoll()'],
failure => ['Segmentation fault', 'Assertion', 'ERROR', 'server down']
}
},
Expand Down

0 comments on commit fffd0fd

Please sign in to comment.