From: Christian Trautman Date: Mon, 21 Mar 2016 13:41:24 +0000 (-0400) Subject: Configuration: Fix of default param in custom conf file X-Git-Tag: colorado.1.0~98 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=b661c2251e2bfda9de3713b76542c650fd5da742;p=vswitchperf.git Configuration: Fix of default param in custom conf file Fixing default param for packet sizes to be of correct parameter name. JIRA: VSPERF-260 Change-Id: Ie09cae6fa47d85f1a15e7da40325a48d3acd1518 Signed-off-by: Christian Trautman --- diff --git a/conf/10_custom.conf b/conf/10_custom.conf index be8244ec..1f77895d 100644 --- a/conf/10_custom.conf +++ b/conf/10_custom.conf @@ -60,7 +60,7 @@ TRAFFICGEN_IXNET_USER = '' TRAFFICGEN_IXNET_TESTER_RESULT_DIR = '' TRAFFICGEN_IXNET_DUT_RESULT_DIR = '' -TEST_PARAMS = {'packet_sizes':'64'} +TEST_PARAMS = {'pkt_sizes':'64'} OPNFV_INSTALLER = "Fuel" OPNFV_URL = "http://testresults.opnfv.org/testapi"