diff options
author | Chornyi, TarasX <tarasx.chornyi@intel.com> | 2018-06-26 14:39:56 +0300 |
---|---|---|
committer | Emma Foley <emma.l.foley@intel.com> | 2018-06-27 18:55:28 +0000 |
commit | 36e473c203e654956d2a58a9967eb6c1d740a3d2 (patch) | |
tree | 8b92a11baa51f51ec5ac5760e86620da9e8cda39 /docs/testing/user | |
parent | e3df6a30f7953810e97d65b9aa51f069ce9d4007 (diff) |
Corrected scale-up command line arguments
Change-Id: If308fde797dcb01e58f37ad81bb116fde542366a
Signed-off-by: Chornyi, TarasX <tarasx.chornyi@intel.com>
(cherry picked from commit 5fa31a4e78b9421615ef81c8392e30179d49e1cb)
Diffstat (limited to 'docs/testing/user')
-rw-r--r-- | docs/testing/user/userguide/14-nsb-operation.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/testing/user/userguide/14-nsb-operation.rst b/docs/testing/user/userguide/14-nsb-operation.rst index 851c6528e..a5f3a0cf6 100644 --- a/docs/testing/user/userguide/14-nsb-operation.rst +++ b/docs/testing/user/userguide/14-nsb-operation.rst @@ -264,7 +264,7 @@ We set the VCPUs and memory using the ``--task-args`` options .. code-block:: console - yardstick task start --task-args='{"mem": 10480, "vcpus": 4, "ports": 2}' \ + yardstick task start --task-args='{"mem": 10480, "vcpus": 4, "vports": 2}' \ samples/vnf_samples/nsut/vfw/tc_heat_rfc2544_ipv4_1rule_1flow_64B_trex_scale-up.yaml In order to support ports scale-up, traffic and topology templates need to be used in testcase. |