From 204a30e7f8d2c7b51208767c715916729b6017b2 Mon Sep 17 00:00:00 2001 From: Billy O'Mahony Date: Tue, 7 Jul 2015 14:26:14 +0100 Subject: testcase: Add frame modification config * Added a new standard set of flow table that defaults to routing phy1 to phy2 and vice-versa and allows frame modification and tuple matches to be added independently of routing. * Add a FrameMod testcase attribute - implement this for value 'vlan' * With FrameMod == 'vlan' the reported tx_fps and rx_fps figures do not match even for RFC2544 throughtput 0% packet loss - this is a pre-existing bug and a fix will be done as a separate patch. The rx_fps figure is the reliable figure. JIRA: VSPERF-27 Change-Id: Idd137b7a101305e7aebb6fabdfb6a7a4dcf8661b Signed-off-by: Billy O'Mahony Reviewed-by: Al Morton Reviewed-by: Eugene Snider Reviewed-by: Maryam Tahhan Reviewed-by: Gurpreet Singh Reviewed-by: Tv Rao --- conf/01_testcases.conf | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'conf') diff --git a/conf/01_testcases.conf b/conf/01_testcases.conf index 53d63e78..f0fe8ad1 100755 --- a/conf/01_testcases.conf +++ b/conf/01_testcases.conf @@ -35,15 +35,24 @@ PERFORMANCE_TESTS = [ "Traffic Type": "rfc2544", "Collector": "cpu", "Deployment": "p2p", - "Description": "RFC2544 Throughput Phy2Phy Loopback", "biDirectional": "True", + "Description": "LTD.Throughput.RFC2544.PacketLossRatio", }, { "Name": "back2back", "Traffic Type": "back2back", "Collector": "cpu", "Deployment": "p2p", - "Description": "RFC 2544 Back To Back Frames Test", "biDirectional": "True", + "Description": "LTD.Throughput.RFC2544.BackToBackFrames", + }, + { + "Name": "phy2phy_tput_mod_vlan", + "Traffic Type": "rfc2544", + "Collector": "cpu", + "Deployment": "p2p", + "Frame Modification": "vlan", + "biDirectional": "False", + "Description": "LTD.Throughput.RFC2544.PacketLossRatioFrameModification" }, ] -- cgit 1.2.3-korg