diff options
author | 2016-10-27 10:39:48 +0200 | |
---|---|---|
committer | 2016-10-27 10:40:08 +0200 | |
commit | 1782ef7a71c3e031fc5d1343c27ed2c8e45fd4ad (patch) | |
tree | 83147add6b4dc12d8eaddf65348cb3613dcd0f45 /scripts/automation/regression/stateless_tests | |
parent | 3fb8837d4fe0d63ee42903a02a10860e4562e3b4 (diff) |
performance - more tolerant values
Signed-off-by: imarom <imarom@cisco.com>
Diffstat (limited to 'scripts/automation/regression/stateless_tests')
-rw-r--r-- | scripts/automation/regression/stateless_tests/stl_performance_test.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/automation/regression/stateless_tests/stl_performance_test.py b/scripts/automation/regression/stateless_tests/stl_performance_test.py index 27c61cc0..ac39ee6b 100644 --- a/scripts/automation/regression/stateless_tests/stl_performance_test.py +++ b/scripts/automation/regression/stateless_tests/stl_performance_test.py @@ -273,9 +273,9 @@ class STLPerformance_Test(CStlGeneral_Test): samples = {'cpu' : [], 'bps': [], 'pps': []} # let the server gather samples - print("Step 2 - Waiting for samples... (40 seconds)") + print("Step 2 - Waiting for samples... (60 seconds)") - for i in range(0, 1): + for i in range(0, 3): # sample bps/pps for _ in range(0, 20): |