aboutsummaryrefslogtreecommitdiffstats
path: root/behave_tests/features/non-regression.feature
diff options
context:
space:
mode:
Diffstat (limited to 'behave_tests/features/non-regression.feature')
-rw-r--r--behave_tests/features/non-regression.feature4
1 files changed, 2 insertions, 2 deletions
diff --git a/behave_tests/features/non-regression.feature b/behave_tests/features/non-regression.feature
index 62daafa..1c21c47 100644
--- a/behave_tests/features/non-regression.feature
+++ b/behave_tests/features/non-regression.feature
@@ -27,14 +27,14 @@ Feature: non-regression
Given 10 sec run duration
And <frame_size> frame size
And 100k flow count
- And <throughput> rate of previous scenario
+ And packet rate equal to <percentage> of max throughput of last characterization
When NFVbench API is ready
Then run is started and waiting for result
And push result to database
And verify latency result is lower than 1000 microseconds
Examples: Frame sizes and throughput percentages
- | frame_size | throughput |
+ | frame_size | percentage |
| 64 | 70% |
| 64 | 90% |
| 768 | 70% |