From 8cf15a3a7b5ef208a7568be88bde9a6f533e9722 Mon Sep 17 00:00:00 2001 From: John O Loughlin Date: Wed, 30 Jan 2019 17:06:20 +0000 Subject: Add cli option framesize for vfw vnf Remove any duplicated testcases Default framesize to 64B: 100 Remove _64B_ from name JIRA: YARDSTICK-1554 Change-Id: Ic759971d09102fdbd459d920c441bfd9e794e7e0 Signed-off-by: John O Loughlin --- .../vfw/tc_baremetal_http_ixload_1b_Requests-65000_Concurrency.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'samples/vnf_samples/nsut/vfw/tc_baremetal_http_ixload_1b_Requests-65000_Concurrency.yaml') diff --git a/samples/vnf_samples/nsut/vfw/tc_baremetal_http_ixload_1b_Requests-65000_Concurrency.yaml b/samples/vnf_samples/nsut/vfw/tc_baremetal_http_ixload_1b_Requests-65000_Concurrency.yaml index 8a14f4ce2..fbd994a34 100644 --- a/samples/vnf_samples/nsut/vfw/tc_baremetal_http_ixload_1b_Requests-65000_Concurrency.yaml +++ b/samples/vnf_samples/nsut/vfw/tc_baremetal_http_ixload_1b_Requests-65000_Concurrency.yaml @@ -12,6 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. {% set page_size = page_size or "1b" %} +{% set framesize = framesize or "{64B: 100}" %} --- schema: yardstick:task:0.1 scenarios: @@ -27,8 +28,8 @@ scenarios: page_object: uplink: ["/{{ page_size }}.html"] #supports /1b /4k /8k /16k /32k /64k /128k.... framesize: - uplink: {64B: 100} - downlink: {64B: 100} + uplink: {{ framesize }} + downlink: {{ framesize }} traffic_type: 4 rfc2544: allowed_drop_rate: 0.0001 - 0.0001 -- cgit 1.2.3-korg