diff options
author | Abhijit Sinha <abhijit.sinha@intel.com> | 2018-11-06 16:53:02 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-11-06 16:53:02 +0000 |
commit | a99c9543540d04e0d216733f4eaed545a525bd63 (patch) | |
tree | 19f69fb0018f6e496b3a5e254e4c86573b51e64f /docs | |
parent | dfc3682d616bb074371df2f5e2fa5e6765f6751f (diff) |
Update git submodules
* Update docs/submodules/yardstick from branch 'stable/gambia'
- Merge "Test case override of traffic profile settings." into stable/gambia
- Test case override of traffic profile settings.
JIRA: YARDSTICK-1298
Allow the test case file e.g. "tc_prox_baremetal_l2fwd-4.yaml"
settings to override the values in the traffic_profile file
e.g. "prox_binsearch.yaml"
This is done by adding the "traffic_config" section to the
"options" section in the "test case file".
See below :-
options:
interface_speed_gbps: 10
traffic_config:
tolerated_loss: 0.001
test_precision: 0.1
packet_sizes: [64]
duration: 30
lower_bound: 0.0
upper_bound: 100.0
vnf__0:
prox_path: /opt/nsb_bin/prox
prox_config: "configs/handle_l2fwd-4.cfg"
prox_args:
"-t": ""
tg__0:
prox_path: /opt/nsb_bin/prox
prox_config: "configs/gen_l2fwd-4.cfg"
prox_args:
"-e": ""
"-t": ""
Precedence of the traffic settings.
1. Values provided in the "traffic_config" section, inside
the "options" section, of the test case file
2. values provided in the "traffic_profile" section of the
traffic_profile file
Change-Id: I6b4e123e865c9dab548f9ad28647f95b53410e8f
Signed-off-by: Daniel Martin Buckley <daniel.m.buckley@intel.com>
(cherry picked from commit 383c438cda94a1004bc9552a5993fe3ff3e6da8f)
Diffstat (limited to 'docs')
m--------- | docs/submodules/yardstick | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/yardstick b/docs/submodules/yardstick -Subproject f7cb01d9e1e32b018a87f4e5226b65fcc6baa61 +Subproject 64f3460a95a837b4f0f4181eee1891b50d3ccc5 |