From 01bff4c5650f4cfb992276278d170a21c91431c3 Mon Sep 17 00:00:00 2001 From: Christian Trautman Date: Thu, 24 Mar 2016 18:08:30 -0400 Subject: 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 --- conf/04_vnf.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/04_vnf.conf') 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'] -- cgit 1.2.3-korg