diff options
author | Abhijit Sinha <abhijit.sinha@intel.com> | 2017-11-16 17:40:02 +0000 |
---|---|---|
committer | Ross Brattain <ross.b.brattain@intel.com> | 2017-12-14 04:18:22 +0000 |
commit | 5680931ebfaf31c81c9b1c66049ae4ac46009f43 (patch) | |
tree | 9fdca91beece77a2551b7ede5d3d3c8abc36091c /samples | |
parent | 71f18a582481c3d51c8e2a1450f4ca71bd2a20d7 (diff) |
NSB "Prox" : Cleanup duplicated traffic profile
JIRA: YARDSTICK-848
The NSB PROX MPLS test uses Binsearch traffic
profile and the mpls traffic profile is a duplicate.
Change-Id: Ie2124cebf306fd6917b70ecd7c23ae12ef4850dc
Signed-off-by: Abhijit Sinha <abhijit.sinha@intel.com>
(cherry picked from commit 1b9cc8a38a4866797bd49d006e22607b348f42ac)
Diffstat (limited to 'samples')
-rw-r--r-- | samples/vnf_samples/traffic_profiles/prox_mpls_tag_untag.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/vnf_samples/traffic_profiles/prox_mpls_tag_untag.yaml b/samples/vnf_samples/traffic_profiles/prox_mpls_tag_untag.yaml index 9ac6e6ecf..b65fb0526 100644 --- a/samples/vnf_samples/traffic_profiles/prox_mpls_tag_untag.yaml +++ b/samples/vnf_samples/traffic_profiles/prox_mpls_tag_untag.yaml @@ -18,7 +18,7 @@ name: prox_mpls_tag_untag description: MPLS tag/untag for max no-drop throughput over given packet sizes traffic_profile: - traffic_type: ProxMplsTagUntagProfile + traffic_type: ProxBinSearchProfile tolerated_loss: 0.001 test_precision: 0.1 # packet_sizes: [64, 128, 256, 512, 1024, 1280, 1518] |