diff options
author | Daniele Zulberti <danielezulberti@gmail.com> | 2022-05-03 16:41:51 +0200 |
---|---|---|
committer | Daniele Zulberti <danielezulberti@gmail.com> | 2022-05-16 10:29:47 +0200 |
commit | 2349ab83373ff51fe2ea6a5139f7f6f47744b9cd (patch) | |
tree | fcd523282ac90c2ae3e216d739475b36843ee6d0 /docs/testing/user/userguide/east-west-benchmarking/Configurations/Rapid/example-bidirectional.tst | |
parent | 2fcc501a8cf9f5a7dbcedf48946e225dfc485ff8 (diff) |
[docs] Kubernetes East-West
Signed-off-by: Daniele Zulberti <danielezulberti@gmail.com>
Change-Id: I1c47906ae81bf3666520c65e66920d3a475f604e
Diffstat (limited to 'docs/testing/user/userguide/east-west-benchmarking/Configurations/Rapid/example-bidirectional.tst')
-rw-r--r-- | docs/testing/user/userguide/east-west-benchmarking/Configurations/Rapid/example-bidirectional.tst | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/docs/testing/user/userguide/east-west-benchmarking/Configurations/Rapid/example-bidirectional.tst b/docs/testing/user/userguide/east-west-benchmarking/Configurations/Rapid/example-bidirectional.tst new file mode 100644 index 00000000..cf42ef52 --- /dev/null +++ b/docs/testing/user/userguide/east-west-benchmarking/Configurations/Rapid/example-bidirectional.tst @@ -0,0 +1,43 @@ +# Copyright 2022 Anuket, Intel Corporation, and The Linux Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +[TestParameters] +name = Rapid_ETSINFV_TST009 +number_of_tests = 1 +total_number_of_test_machines = 1 +lat_percentile = 99 + +[TestM1] +name = Generator +prox_launch_exit = false +config_file = configs/prox-bi.cfg +dest_vm = 1 +mcore = [14] +gencores = [15,16] +latcores = [17,18] + +[test1] +test=TST009test +warmupflowsize=128 +warmupimix=[64] +warmupspeed=1 +warmuptime=2 +imixs=[[64],[128],[256],[512],[1024],[1280],[1512]] +flows=[1] +drop_rate_threshold = 0 +MAXr = 3 +MAXz = 5000 +MAXFramesPerSecondAllIngress = 12000000 +StepSize = 10000 |