diff options
author | Fran�ois-R�gis Menguy <francoisregis.menguy@orange.com> | 2021-06-04 14:08:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2021-06-04 14:08:22 +0000 |
commit | 5eb7734c9e0ebb49071283dfe7f060b02a664f38 (patch) | |
tree | 4797ad52a6d1c4b939ece065e7e3a655cfe0843e /behave_tests | |
parent | 6c9ada52712cbfb461f669cbdf29d31f44abb9a8 (diff) | |
parent | c83e56600cd70648c1e4e4d144dca8506626893e (diff) |
Merge "behave_tests: add feature quick-test-10kpps"
Diffstat (limited to 'behave_tests')
-rw-r--r-- | behave_tests/features/quick-test-10kpps.feature | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/behave_tests/features/quick-test-10kpps.feature b/behave_tests/features/quick-test-10kpps.feature new file mode 100644 index 0000000..d46000c --- /dev/null +++ b/behave_tests/features/quick-test-10kpps.feature @@ -0,0 +1,13 @@ +@quick-test-10kpps +Feature: quick-test-10kpps + + @throughput + Scenario: Run a 10s test at 10kpps with 64-byte frames and 128 flows + Given 10 sec run duration + And TRex is restarted + And 64 frame size + And 128 flow count + And 10kpps rate + When NFVbench API is ready + Then 1 runs are started and waiting for maximum result + And push result to database |