X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=conf%2F01_testcases.conf;h=23a3ae57c2efc543f2cf7dd9d671cc6b6459be6e;hb=21c787b5bb7dd4592bc83718756ac670232a8347;hp=dcef306ce4d55622432c2fb7d86ac06cdca044c1;hpb=6939daddfab40bff5d4606eb823a34f4cd3dddf1;p=vswitchperf.git diff --git a/conf/01_testcases.conf b/conf/01_testcases.conf index dcef306c..23a3ae57 100755 --- a/conf/01_testcases.conf +++ b/conf/01_testcases.conf @@ -1,4 +1,4 @@ -# Copyright 2015 Intel Corporation. +# Copyright 2015-2016 Intel Corporation. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -28,10 +28,12 @@ # "Frame Modification": "vlan" # One of the supported frame modifications: # # vlan, mpls, mac, dscp, ttl, ip_addr, # # ip_port. -# "biDirectional": [true|false], # Specifies if generated traffic will be -# # full-duplex (true) or half-duplex (false) +# "biDirectional": ["True"|"False"] +# # Specifies if generated traffic will be +# # full-duplex (True) or half-duplex (False) # # It can be overridden by cli option bidirectional. -# # Default value is "false". +# # Default value is "False". Must be of type +# # string. # "MultiStream": 0-65535 # Optional. Defines number of flows simulated # # by traffic generator. Value 0 disables # # MultiStream feature @@ -45,7 +47,8 @@ # # Values: # # "L2" - iteration of destination MAC address # # "L3" - iteration of destination IP address -# # "L4" - iteration of destination UDP port +# # "L4" - iteration of destination port +# # of selected transport protocol # # Default value is "L4". # "Pre-installed Flows": ["Yes"|"No"] # # Optional. Pre-installed Flows is an extension @@ -99,6 +102,24 @@ # # value will be used # "options": "" # Optional. Additional command line options # # to be passed to the load generator. +# "vSwitch" : "OvsVanilla" # Defines vSwitch to be used for test execution. +# # It will override any VSWITCH option stated +# # in configuration files or value specified +# # on command line through --vswitch parameter. +# "VNF" : "QemuVirtioNet" # Defines VNF to be used for test execution. +# # It will override any VNF option stated +# # in configuration files or value specified +# # on command line through --vnf parameter. +# "Trafficgen" : "Dummy" # Defines traffic generator to be used for test +# # execution. It will override any VNF option +# # stated in configuration files or value +# # specified on command line through --trafficgen +# # parameter. +# "Parameters" : "pkt_sizes=512" # Defines list of test parameters used for test +# # execution. It will override any values defined +# # by TEST_PARAMS option stated in configuration +# # files or values specified on command line through +# # --test-params parameter. # "Test Modifier": [FrameMod|Other], # "Dependency": [Test_Case_Name |None], @@ -154,7 +175,7 @@ PERFORMANCE_TESTS = [ "Traffic Type": "rfc2544", "Deployment": "p2p", "biDirectional": "True", - "Description": "LTD.Scalability.RFC2544.0PacketLoss", + "Description": "LTD.Scalability.Flows.RFC2544.0PacketLoss", "MultiStream": "8000", }, {