aboutsummaryrefslogtreecommitdiffstats
path: root/docs/report/introduction/test_environment_tg.rst
diff options
context:
space:
mode:
authorVratko Polak <vrpolak@cisco.com>2020-11-19 14:06:56 +0100
committerVratko Polak <vrpolak@cisco.com>2020-11-19 15:21:10 +0000
commit209c8d3fa2c6a1e0e8b8fe1b93076bb081cf4c74 (patch)
treec6c75393291321d70c8070169b5fd8e7da78ec28 /docs/report/introduction/test_environment_tg.rst
parentc07fd95dbd33f463ddc05d8874380fd4a9d0c9c3 (diff)
Methodology: Trex modes and transactions
Change-Id: I43423dea499bce3a298dbbba752c2aee2a322836 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Diffstat (limited to 'docs/report/introduction/test_environment_tg.rst')
-rw-r--r--docs/report/introduction/test_environment_tg.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/report/introduction/test_environment_tg.rst b/docs/report/introduction/test_environment_tg.rst
index 28b233a574..24df4deb63 100644
--- a/docs/report/introduction/test_environment_tg.rst
+++ b/docs/report/introduction/test_environment_tg.rst
@@ -1,3 +1,5 @@
+.. _test_environment_tg:
+
TG Settings - TRex
------------------
@@ -54,6 +56,16 @@ Also, Python client is now starting traffic with:
core_mask=STLClient.CORE_MASK_PIN
+TG Startup Command (Stateful Mode)
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+::
+
+ $ sudo -E -S sh -c "cd '${trex_install_dir}/scripts/' && \
+ nohup ./t-rex-64 -i --prefix $(hostname) --astf --hdrh --no-scapy-server \
+ --mbuf-factor 32 > /tmp/trex.log 2>&1 &" > /dev/null
+
+
TG API Driver
~~~~~~~~~~~~~