diff options
author | ChristopherPrice <christopher.price@ericsson.com> | 2016-02-16 10:41:19 +0100 |
---|---|---|
committer | ChristopherPrice <christopher.price@ericsson.com> | 2016-02-16 10:42:47 +0100 |
commit | d94018cc7be0298eaa00799245b70dec2bcd8e0c (patch) | |
tree | 1ad85177d8f5a5502330144ea1860c4f2b3c934a /docs | |
parent | 149abb6a80337e36237674d0936dbd6600cb818f (diff) |
Altering the filename for autogeneration
Updated the heading and moved to a new filename for composite docs.
Added a link to the vsp userguide at the end of the doc.
Change-Id: I416228be9347275bcd4c90e394678e4eb93198d4
Signed-off-by: ChristopherPrice <christopher.price@ericsson.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/userguide/index.rst | 2 | ||||
-rwxr-xr-x | docs/userguide/testusage.rst (renamed from docs/userguide/quickstart.rst) | 11 |
2 files changed, 9 insertions, 4 deletions
diff --git a/docs/userguide/index.rst b/docs/userguide/index.rst index db0e772c..591a1211 100644 --- a/docs/userguide/index.rst +++ b/docs/userguide/index.rst @@ -10,5 +10,5 @@ VSPERF User Guide :numbered: :maxdepth: 3 - quickstart.rst + testusage.rst integration.rst diff --git a/docs/userguide/quickstart.rst b/docs/userguide/testusage.rst index e7f4c142..c509d5e8 100755 --- a/docs/userguide/quickstart.rst +++ b/docs/userguide/testusage.rst @@ -2,9 +2,8 @@ .. http://creativecommons.org/licenses/by/4.0 .. (c) OPNFV, Intel Corporation, AT&T and others. -============================= -Getting Started with 'vsperf' -============================= +vSwitchPerf test suites userguide +================================= General ------- @@ -461,3 +460,9 @@ an appropriate amount of memory: VSWITCHD_DPDK_ARGS = ['-c', '0x4', '-n', '4', '--socket-mem 1024,0'] +More information +---------------- + +For more information and details refer to the vSwitchPerf user guide at: +http://artifacts.opnfv.org/vswitchperf/brahmaputra/userguide/index.html + |