diff options
author | Otto Sabart <osabart@redhat.com> | 2016-10-10 10:46:19 +0200 |
---|---|---|
committer | Otto Sabart <seberm@seberm.com> | 2016-10-11 12:33:14 +0000 |
commit | a4e76fdb316d3f7901f24f36e077c6936bd679c2 (patch) | |
tree | 806176fdae12527173bdf64ddeaf1287f55b51cd /docs | |
parent | 1dfb1ffbcedf8208c14343fa4b8a7f125ff3a30d (diff) |
vsperf: launch should not depend on current $PWD
JIRA: VSPERF-392
Change-Id: I44866b7d3298617003b87b015eb08bf32c4014f7
Signed-off-by: Otto Sabart <osabart@redhat.com>
Diffstat (limited to 'docs')
-rwxr-xr-x | docs/userguide/testusage.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/userguide/testusage.rst b/docs/userguide/testusage.rst index 9648569f..788f84a2 100755 --- a/docs/userguide/testusage.rst +++ b/docs/userguide/testusage.rst @@ -147,6 +147,9 @@ IP addresses. l2fwd can be found in <vswitchperf_dir>/src/l2fwd Executing tests ^^^^^^^^^^^^^^^ +All examples inside these docs assume, that user is inside the VSPERF +directory. VSPERF can be executed from any directory. + Before running any tests make sure you have root permissions by adding the following line to /etc/sudoers: |