Skip to content

Commit

Permalink
[TEST] Enhancing Verifier Runtime check
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Grissik <agrissik@nvidia.com>
  • Loading branch information
AlexanderGrissik committed Sep 19, 2022
1 parent 97c0bb7 commit 7c64052
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions tests/verifier/lib/TPP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ our $test_suite_tcp_pp =
failure => ['Segmentation fault', 'Assertion', 'ERROR']
},
client => {
success => ['Test ended', 'Summary: Latency is', 'RunTime='],
success => ['Test ended', 'Summary: Latency is', 'RunTime=(9\.|10)'],
failure => ['Segmentation fault', 'Assertion', 'ERROR', 'server down']
}
},
Expand All @@ -162,7 +162,7 @@ our $test_suite_tcp_pp =
failure => ['Segmentation fault', 'Assertion', 'ERROR']
},
client => {
success => ['Test ended', 'Summary: Latency is', 'RunTime='],
success => ['Test ended', 'Summary: Latency is', 'RunTime=(29\.|30)'],
failure => ['Segmentation fault', 'Assertion', 'ERROR', 'server down']
}
},
Expand Down
4 changes: 2 additions & 2 deletions tests/verifier/lib/TUL.pm
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ our $test_suite_tcp_ul =
failure => ['Segmentation fault', 'Assertion', 'ERROR']
},
client => {
success => ['Test ended', 'Summary: Latency is', 'RunTime='],
success => ['Test ended', 'Summary: Latency is', 'RunTime=(9\.|10)'],
failure => ['Segmentation fault', 'Assertion', 'ERROR', 'server down']
}
},
Expand All @@ -162,7 +162,7 @@ our $test_suite_tcp_ul =
failure => ['Segmentation fault', 'Assertion', 'ERROR']
},
client => {
success => ['Test ended', 'Summary: Latency is', 'RunTime='],
success => ['Test ended', 'Summary: Latency is', 'RunTime=(29\.|30)'],
failure => ['Segmentation fault', 'Assertion', 'ERROR', 'server down']
}
},
Expand Down
4 changes: 2 additions & 2 deletions tests/verifier/lib/UDS.pm
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ our $test_suite_uds =
failure => ['Segmentation fault', 'Assertion', 'ERROR']
},
client => {
success => ['Test ended', 'Summary: Latency is', 'RunTime=', 'ADDR'],
success => ['Test ended', 'Summary: Latency is', 'RunTime=(9\.|10)', 'ADDR'],
failure => ['Segmentation fault', 'Assertion', 'ERROR', 'server down']
}
},
Expand All @@ -162,7 +162,7 @@ our $test_suite_uds =
failure => ['Segmentation fault', 'Assertion', 'ERROR']
},
client => {
success => ['Test ended', 'Summary: Latency is', 'RunTime=', 'ADDR'],
success => ['Test ended', 'Summary: Latency is', 'RunTime=(9\.|10)', 'ADDR'],
failure => ['Segmentation fault', 'Assertion', 'ERROR', 'server down']
}
},
Expand Down
4 changes: 2 additions & 2 deletions tests/verifier/lib/UPP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ our $test_suite_udp_pp =
failure => ['Segmentation fault', 'Assertion', 'ERROR']
},
client => {
success => ['Test ended', 'Summary: Latency is', 'RunTime='],
success => ['Test ended', 'Summary: Latency is', 'RunTime=(9\.|10)'],
failure => ['Segmentation fault', 'Assertion', 'ERROR', 'server down']
}
},
Expand All @@ -162,7 +162,7 @@ our $test_suite_udp_pp =
failure => ['Segmentation fault', 'Assertion', 'ERROR']
},
client => {
success => ['Test ended', 'Summary: Latency is', 'RunTime='],
success => ['Test ended', 'Summary: Latency is', 'RunTime=(29\.|30)'],
failure => ['Segmentation fault', 'Assertion', 'ERROR', 'server down']
}
},
Expand Down
4 changes: 2 additions & 2 deletions tests/verifier/lib/UUL.pm
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ our $test_suite_udp_ul =
failure => ['Segmentation fault', 'Assertion', 'ERROR']
},
client => {
success => ['Test ended', 'Summary: Latency is', 'RunTime='],
success => ['Test ended', 'Summary: Latency is', 'RunTime=(9\.|10)'],
failure => ['Segmentation fault', 'Assertion', 'ERROR', 'server down']
}
},
Expand All @@ -162,7 +162,7 @@ our $test_suite_udp_ul =
failure => ['Segmentation fault', 'Assertion', 'ERROR']
},
client => {
success => ['Test ended', 'Summary: Latency is', 'RunTime='],
success => ['Test ended', 'Summary: Latency is', 'RunTime=(29\.|10)'],
failure => ['Segmentation fault', 'Assertion', 'ERROR', 'server down']
}
},
Expand Down

0 comments on commit 7c64052

Please sign in to comment.