From c12459227114bb2921cf59be1dce9323c23a5878 Mon Sep 17 00:00:00 2001 From: "Chornyi, TarasX" Date: Tue, 15 Jan 2019 15:18:28 +0200 Subject: 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 --- samples/vnf_samples/traffic_profiles/ixia_ipv4_latency_L3.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'samples/vnf_samples/traffic_profiles') 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 -- cgit 1.2.3-korg