aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanielMartinBuckley <daniel.m.buckley@intel.com>2017-10-13 16:48:09 +0100
committerRoss Brattain <ross.b.brattain@intel.com>2017-10-18 17:07:20 -0700
commitccc3168fc755446b6ad3d306d62b8ae251131fc2 (patch)
tree281c2a984b37910f9c4dfd7d205b277883fd26d0
parent13c9a174ce9dc7ae7cc6c9bde9f6ce45aec96cf7 (diff)
BugFix: Fix to Load Balancer - Previously Dropped packets was acceptable
Dropped packets were tolerated. Now no longer tolerated (except 0.01%) Change-Id: I69d4f1a84d82e03a091a61419fa05fea13176c1c Signed-off-by: Daniel Martin Buckley <daniel.m.buckley@intel.com>
-rw-r--r--samples/vnf_samples/traffic_profiles/prox_lb.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/vnf_samples/traffic_profiles/prox_lb.yaml b/samples/vnf_samples/traffic_profiles/prox_lb.yaml
index 1461bc399..85675ba9f 100644
--- a/samples/vnf_samples/traffic_profiles/prox_lb.yaml
+++ b/samples/vnf_samples/traffic_profiles/prox_lb.yaml
@@ -19,7 +19,7 @@ description: Load Balancer 1-to-4 port
traffic_profile:
traffic_type: ProxBinSearchProfile
- tolerated_loss: 80.0
+ tolerated_loss: 0.001
test_precision: 0.01
packet_sizes: [64]
duration: 5