diff options
author | Christian Trautman <ctrautma@redhat.com> | 2016-03-21 09:41:24 -0400 |
---|---|---|
committer | Maryam Tahhan <maryam.tahhan@intel.com> | 2016-04-07 18:28:47 +0000 |
commit | b661c2251e2bfda9de3713b76542c650fd5da742 (patch) | |
tree | 9b466fd2835974bef6eba10a02dfc6541c1a32d4 | |
parent | ea1b06e94edd6d328b6835e17b8c56cad74b4bc1 (diff) |
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 <ctrautma@redhat.com>
-rw-r--r-- | conf/10_custom.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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" |