From b661c2251e2bfda9de3713b76542c650fd5da742 Mon Sep 17 00:00:00 2001 From: Christian Trautman Date: Mon, 21 Mar 2016 09:41:24 -0400 Subject: 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 --- conf/10_custom.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') 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" -- cgit 1.2.3-korg