diff options
author | Abhijit Sinha <abhijit.sinha@intel.com> | 2017-10-04 16:02:16 +0100 |
---|---|---|
committer | Abhijit Sinha <abhijit.sinha@intel.com> | 2017-10-04 16:06:46 +0100 |
commit | ae6e4c314f86992b3a51933690b68d1751c0ba55 (patch) | |
tree | 04e0d9509a12ecfea712122e5883166a861e602c /samples/vnf_samples | |
parent | add9dfa6f8739ec3328388c2658750e185e6a3ed (diff) |
NSB Prox minor refactor of BNG
JIRA: YARDSTICK-802
- Updated the BNG code with minor refactor.
- Corrected the CPE core name
- Update binsearch traffic profile with 64B
Change-Id: Iae0be766edb986520045655fa567651711813a8b
Signed-off-by: Abhijit Sinha <abhijit.sinha@intel.com>
Diffstat (limited to 'samples/vnf_samples')
-rw-r--r-- | samples/vnf_samples/traffic_profiles/prox_binsearch.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/vnf_samples/traffic_profiles/prox_binsearch.yaml b/samples/vnf_samples/traffic_profiles/prox_binsearch.yaml index 80f4dd335..805250ee3 100644 --- a/samples/vnf_samples/traffic_profiles/prox_binsearch.yaml +++ b/samples/vnf_samples/traffic_profiles/prox_binsearch.yaml @@ -22,7 +22,7 @@ traffic_profile: tolerated_loss: 0.001 test_precision: 0.1 # packet_sizes: [64, 128, 256, 512, 1024, 1280, 1518] - packet_sizes: [64, 65] + packet_sizes: [64] duration: 10 lower_bound: 0.0 upper_bound: 100.0 |