From 083efad304a64217426b827a666ae828e7b4d0e7 Mon Sep 17 00:00:00 2001 From: xudan Date: Wed, 26 Dec 2018 02:57:47 -0500 Subject: Add a patch to make ram_num configurable for DPDK 1. add a patch to change bottlenecks source code within git repo /home/opnfv/bottlenecks 2. add a script to run the patch within Bottlenecks git repo 3. copy the edited file yardstick.py to /usr/local/lib 4. change the results dir from /home/opnfv/bottlenecks/results to /home/opnfv/results which is out of Bottlenecks git repo JIRA: BOTTLENECKS-248 Change-Id: I86ff51ec41caf79fb16e0985db8eefa679153102 Signed-off-by: xudan --- docs/testing/user/userguide/testing_guide.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/testing/user/userguide/testing_guide.rst') diff --git a/docs/testing/user/userguide/testing_guide.rst b/docs/testing/user/userguide/testing_guide.rst index 9010c80d..99bc001a 100644 --- a/docs/testing/user/userguide/testing_guide.rst +++ b/docs/testing/user/userguide/testing_guide.rst @@ -626,12 +626,12 @@ the DEPLOY_SCENARIO environment parameter having as substring the feature name " Note for the users: - if their system uses DPDK, they should run with --deploy-scenario - (e.g. os-nosdn-ovs-ha) - - this is an experimental feature + (e.g. os-nosdn-ovs-ha) and --ram-num + - deploy-scenario is an experimental feature .. code-block:: bash - $ dovetail run --testcase functest.tempest.osinterop --deploy-scenario os-nosdn-ovs-ha + $ dovetail run --testcase functest.tempest.osinterop --deploy-scenario os-nosdn-ovs-ha --ram-num 1024 By default, results are stored in local files on the Test Host at ``$DOVETAIL_HOME/results``. Each time the 'dovetail run' command is executed, the results in the aforementioned directory -- cgit 1.2.3-korg