diff options
author | DanielMartinBuckley <daniel.m.buckley@intel.com> | 2018-06-19 16:43:41 +0100 |
---|---|---|
committer | Emma Foley <emma.l.foley@intel.com> | 2018-06-28 11:27:46 +0100 |
commit | 96c82664597d128fb10720d4bd104dfb5b2f80f7 (patch) | |
tree | 1ff0f1e5a04d8609f219ea259e9a18fcc2ed2923 /samples/vnf_samples/traffic_profiles/prox_bng.yaml | |
parent | b01d76fc57fd695f554e215b4d77db47e7d780b0 (diff) |
NSB NFVi PROX BNG losing many packets
JIRA: YARDSTICK-1101
Problem was incorrect generator and changed the traffic profile to allow
a tolerated loss of 5%.
ARP packets are not managed (just passed thru the system) therefor the
tolerated loss must be higehr than normal.
Change-Id: I03bd62b397a66b50961e810d033c6894d0b3e9a6
Signed-off-by: Daniel Martin Buckley <daniel.m.buckley@intel.com>
(cherry picked from commit 48c9e48dcff498c8f51ec507d4107bc658b82d82)
Diffstat (limited to 'samples/vnf_samples/traffic_profiles/prox_bng.yaml')
-rw-r--r-- | samples/vnf_samples/traffic_profiles/prox_bng.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/vnf_samples/traffic_profiles/prox_bng.yaml b/samples/vnf_samples/traffic_profiles/prox_bng.yaml index 59d10f0b3..6705fb1f7 100644 --- a/samples/vnf_samples/traffic_profiles/prox_bng.yaml +++ b/samples/vnf_samples/traffic_profiles/prox_bng.yaml @@ -19,7 +19,7 @@ description: Prox BNG traffic profile traffic_profile: traffic_type: ProxBinSearchProfile - tolerated_loss: 100.0 #0.001 + tolerated_loss: 5 test_precision: 0.01 # The minimum size of the Ethernet frame for the BNG test is 78 bytes. packet_sizes: [78] |