diff options
author | Christian Trautman <ctrautma@redhat.com> | 2016-03-24 18:08:30 -0400 |
---|---|---|
committer | Maryam Tahhan <maryam.tahhan@intel.com> | 2016-04-11 16:22:52 +0000 |
commit | 01bff4c5650f4cfb992276278d170a21c91431c3 (patch) | |
tree | e3cf5e2469d48b3dd5d7253247fb4d0378fd62dd /conf | |
parent | 77aa724da2c879e1af079daae340d17e01b85601 (diff) |
docs: Fix param name test-param to test-params
Repair of documentation and configuration files where test-params
is incorrectly listed as test-param.
JIRA: VSPERF-266
Change-Id: I6be6c387fd57338f5dc5fba2ca8e1438dada0852
Signed-off-by: Christian Trautman <ctrautma@redhat.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/04_vnf.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/04_vnf.conf b/conf/04_vnf.conf index dc15fd15..a78564c3 100644 --- a/conf/04_vnf.conf +++ b/conf/04_vnf.conf @@ -42,7 +42,7 @@ GUEST_TIMEOUT = [180, 180] # 'buildin' - nothing will be configured by vsperf; VM image must # ensure traffic forwarding between its interfaces # This configuration option can be overridden by CLI SCALAR option -# guest_loopback, e.g. --test-param "guest_loopback=l2fwd" +# guest_loopback, e.g. --test-params "guest_loopback=l2fwd" # For 2 VNFs you may use ['testpmd', 'l2fwd'] GUEST_LOOPBACK = ['testpmd', 'testpmd'] |