diff options
author | Chornyi, TarasX <tarasx.chornyi@intel.com> | 2019-01-15 15:18:28 +0200 |
---|---|---|
committer | Chornyi, TarasX <tarasx.chornyi@intel.com> | 2019-01-15 15:18:28 +0200 |
commit | c12459227114bb2921cf59be1dce9323c23a5878 (patch) | |
tree | 31d95b36d0bda40ce16ad78e608ed188f5a0c3b6 /samples | |
parent | 07c506d3fff732019651d89de14bf42fa8d9a365 (diff) |
Fix minor issues with IxNet L3 rfc2544
Changed default rate from 100pps to 100%.
Set Ip mask to 32
JIRA: YARDSTICK-1566
Change-Id: I4c0245297b2d6b254c06155047c3499f6572e9c5
Signed-off-by: Chornyi, TarasX <tarasx.chornyi@intel.com>
Diffstat (limited to 'samples')
-rw-r--r-- | samples/vnf_samples/traffic_profiles/ixia_ipv4_latency_L3.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/vnf_samples/traffic_profiles/ixia_ipv4_latency_L3.yaml b/samples/vnf_samples/traffic_profiles/ixia_ipv4_latency_L3.yaml index e7221b1f7..d1abcaf48 100644 --- a/samples/vnf_samples/traffic_profiles/ixia_ipv4_latency_L3.yaml +++ b/samples/vnf_samples/traffic_profiles/ixia_ipv4_latency_L3.yaml @@ -23,7 +23,7 @@ name: rfc2544 description: Traffic profile to run RFC2544 latency with L3 support traffic_profile: traffic_type : IXIARFC2544Profile # defines traffic behavior - constant or look for highest possible throughput - frame_rate : 100 # pc of linerate + frame_rate : 100% # pc of linerate duration: {{ duration }} enable_latency: True |