diff options
author | fmenguy <francoisregis.menguy@orange.com> | 2021-04-28 13:27:15 +0200 |
---|---|---|
committer | fmenguy <francoisregis.menguy@orange.com> | 2021-04-28 13:27:15 +0200 |
commit | 1e262c6d86f105fc73739f623f6d97ee2aae8eb2 (patch) | |
tree | a8b712be5e6c7f1290b7256c8e27266f4e3409e9 /nfvbenchvm | |
parent | 83c4a7885d7c32901ff7335bdbef9d8d9f4417d7 (diff) |
Add generator VM Xtesting call example in documentation5.0.1
Change-Id: I789caa7f46bd2b21af15ec5ffe4d857e10a7734c
Signed-off-by: fmenguy <francoisregis.menguy@orange.com>
Diffstat (limited to 'nfvbenchvm')
-rw-r--r-- | nfvbenchvm/README.rst | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/nfvbenchvm/README.rst b/nfvbenchvm/README.rst index 2e12bf4..0274c75 100644 --- a/nfvbenchvm/README.rst +++ b/nfvbenchvm/README.rst @@ -4,7 +4,7 @@ NFVBENCH VM IMAGES FOR OPENSTACK This repo will build two centos 7 images with: - testpmd and VPP installed for loop VM use case - NFVbench and TRex installed for generator VM use case -The VM will come with a pre-canned user/password: nfvbench/nfvbench +These VMs will come with a pre-canned user/password: nfvbench/nfvbench BUILD INSTRUCTIONS ================== @@ -236,6 +236,20 @@ Example of return when the submission is successful: "status": "PENDING" } + +Start NFVbench test using Xtesting +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +To start a test run using Xtesting python library and NFVbench API use this type of command on the VM: + +.. code-block:: bash + +run_tests -t nfvbench-demo + +.. note:: `-t` option determine which test case to be runned by Xtesting + (see `xtesting/testcases.yaml` file content to see available list of test cases) + + Connect to the VM using SSH keypair ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |