diff options
author | Ross Brattain <ross.b.brattain@intel.com> | 2017-10-17 15:48:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-10-17 15:48:50 +0000 |
commit | b90dd796629bcc82cea5e10eb910f70deb3e2bf0 (patch) | |
tree | 3b07e9bcdc08636ffcf5cad2d8b7cf8d0876d7cc | |
parent | f569b4716dc3133d20457d1f31585bbcd1c816f0 (diff) | |
parent | 294c7cc9c380312706ebde9a7be17f8b98098be7 (diff) |
Merge "BugFix: Fix to Load Balancer - Previously Dropped packets was acceptable"
-rw-r--r-- | samples/vnf_samples/traffic_profiles/prox_lb.yaml | 2 |
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 |