From 14020b73cf334c303bcb1a0375fdee6b2119bc70 Mon Sep 17 00:00:00 2001 From: fmenguy Date: Fri, 22 Mar 2019 14:21:25 +0100 Subject: Add possibility to restart TRex in case of config change or forced it with config flag Change-Id: I40473eac355b76655220d48062eff851cc4eebc3 Signed-off-by: fmenguy --- docs/testing/user/userguide/server.rst | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs/testing/user/userguide/server.rst') diff --git a/docs/testing/user/userguide/server.rst b/docs/testing/user/userguide/server.rst index 806927b..fc56dfc 100644 --- a/docs/testing/user/userguide/server.rst +++ b/docs/testing/user/userguide/server.rst @@ -311,6 +311,15 @@ A short run of 5 seconds at a fixed rate of 1Mpps (and everything else same as t "rate": "1Mpps" } +Use the default configuration but force TRex restart: + +.. code-block:: bash + + { + "restart": true + } + + Example of interaction with the NFVbench server using HTTP and curl ------------------------------------------------------------------- HTTP requests can be sent directly to the NFVbench server from CLI using curl from any host that can connect to the server (here we run it from the local host). -- cgit 1.2.3-korg