diff options
Diffstat (limited to 'conf/01_testcases.conf')
-rwxr-xr-x | conf/01_testcases.conf | 13 |
1 files changed, 11 insertions, 2 deletions
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" }, ] |