From 294c7cc9c380312706ebde9a7be17f8b98098be7 Mon Sep 17 00:00:00 2001 From: DanielMartinBuckley Date: Fri, 13 Oct 2017 16:48:09 +0100 Subject: 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 --- samples/vnf_samples/traffic_profiles/prox_lb.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'samples/vnf_samples/traffic_profiles') 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 -- cgit 1.2.3-korg