Code Review
/
vswitchperf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
ea1b06e
)
Configuration: Fix of default param in custom conf file
63/11463/2
author
Christian Trautman
<ctrautma@redhat.com>
Mon, 21 Mar 2016 13:41:24 +0000
(09:41 -0400)
committer
Maryam Tahhan
<maryam.tahhan@intel.com>
Thu, 7 Apr 2016 18:28:47 +0000
(18:28 +0000)
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>
conf/10_custom.conf
patch
|
blob
|
history
diff --git
a/conf/10_custom.conf
b/conf/10_custom.conf
index
be8244e
..
1f77895
100644
(file)
--- 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 = {'p
acke
t_sizes':'64'}
+TEST_PARAMS = {'p
k
t_sizes':'64'}
OPNFV_INSTALLER = "Fuel"
OPNFV_URL = "http://testresults.opnfv.org/testapi"