diff options
author | Ross Brattain <ross.b.brattain@intel.com> | 2017-07-25 00:47:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-07-25 00:47:03 +0000 |
commit | a513db6bb8f5887f975a1b0152818b682fb67095 (patch) | |
tree | 58bfc7bb9ac56688e328dc2d24555638ead1a3dc /tests/opnfv | |
parent | d1688a9d1ef8f6005e4d45e108fc52fea837d32b (diff) | |
parent | 5478e77dab55d30ebd3e49b8b8f6002a03b4a065 (diff) |
Merge "Add multiqueue support"
Diffstat (limited to 'tests/opnfv')
-rw-r--r-- | tests/opnfv/test_cases/opnfv_yardstick_tc008.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/opnfv/test_cases/opnfv_yardstick_tc008.yaml b/tests/opnfv/test_cases/opnfv_yardstick_tc008.yaml index 4c7fdab90..f5ccb255a 100644 --- a/tests/opnfv/test_cases/opnfv_yardstick_tc008.yaml +++ b/tests/opnfv/test_cases/opnfv_yardstick_tc008.yaml @@ -29,12 +29,21 @@ scenarios: packetsize: {{pkt_size}} number_of_ports: {{num_ports}} duration: 20 + # choose vnic name: default to eth0 + # vnic_name: 'ens3' + # turn on multiqueue inside VM + # multiqueue: True + # choose starting pps: default 1M; + # works with binary search runner Dynamictp to find max throughput per sla + # pps: 3000000 host: demeter.yardstick-TC008 target: poseidon.yardstick-TC008 runner: type: Iteration + # binary search runner + # type: Dynamictp iterations: 10 interval: 1 |