From 52eacb37b9e6d11174c23bd053f7ad42b1581dd3 Mon Sep 17 00:00:00 2001 From: Martin Klozik Date: Thu, 15 Oct 2015 01:28:55 +0100 Subject: Simple performance Test for the PVP and PVVP Two sample contionous stream testcaes were introduced for PVP and PVVP scenarios. Required frame rate percentage can be specified either by tetcase configuration option "iLoad" or by command line option "iload". Command line option take precendece to testcase option. By default 100% linerate is used if not specified otherwise. Change-Id: I95f7ae6081377a4c99ce70fc7504b6b542f9260b JIRA: VSPERF-95 Signed-off-by: Martin Klozik Reviewed-by: Maryam Tahhan Reviewed-by: Gene Snider Reviewed-by: Al Morton --- conf/01_testcases.conf | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/01_testcases.conf b/conf/01_testcases.conf index 88001459..a35c395e 100755 --- a/conf/01_testcases.conf +++ b/conf/01_testcases.conf @@ -37,6 +37,10 @@ # # "port" - flow is defined by ingress ports # # "IP" - flow is defined by ingress ports # # and src and dst IP addresses +# "iLoad": 0-100 # Optional. Defines desired percentage +# # of frame rate used during continuous stream +# # tests. Can be overridden by cli option +# # iload. # "Load": dictionary # Optional. Configures background load # # during testcase execution. # Description of "Load" dictionary keys, their meanings and available values: @@ -96,8 +100,25 @@ PERFORMANCE_TESTS = [ "Name": "phy2phy_cont", "Traffic Type": "continuous", "Deployment": "p2p", - "Description": "RFC2544 Phy2Phy Continuous Stream", + "Description": "Phy2Phy Continuous Stream", "biDirectional": "True", + "iLoad": "90", + }, + { + "Name": "pvp_cont", + "Traffic Type": "continuous", + "Deployment": "pvp", + "Description": "PVP Continuous Stream", + "biDirectional": "True", + "iLoad": "90", + }, + { + "Name": "pvvp_cont", + "Traffic Type": "continuous", + "Deployment": "pvvp", + "Description": "PVVP Continuous Stream", + "biDirectional": "True", + "iLoad": "90", }, { "Name": "phy2phy_scalability", -- cgit 1.2.3-korg