diff options
author | Vratko Polak <vrpolak@cisco.com> | 2021-11-16 17:32:50 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2021-11-18 12:15:38 +0000 |
commit | cc58afc7de521e571fe4cbaa4c9841a2d3e9be52 (patch) | |
tree | ac21a20208b01cb9543ea2476f62aa59c30d0e15 /docs/report/introduction/test_environment_intro.rst | |
parent | 1493f602debb12f1ba152b74c16d1a379a53e50f (diff) |
Report: Improve docs related to TRex
Change-Id: I0ed346ff30c61d28b5a2232ef2f9d32d26c1ae2c
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Diffstat (limited to 'docs/report/introduction/test_environment_intro.rst')
-rw-r--r-- | docs/report/introduction/test_environment_intro.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/report/introduction/test_environment_intro.rst b/docs/report/introduction/test_environment_intro.rst index 1999906669..c2feb1b4c4 100644 --- a/docs/report/introduction/test_environment_intro.rst +++ b/docs/report/introduction/test_environment_intro.rst @@ -10,9 +10,12 @@ CSIT test environment versioning has been introduced to track modifications of the test environment. Any benchmark anomalies (progressions, regressions) between releases of -a DUT application (e.g. VPP, DPDK, TRex), are determined by testing it in the +a DUT application (e.g. VPP, DPDK), are determined by testing it in the same test environment, to avoid test environment changes clouding the picture. +To beter distinguish impact of test environment changes, +we also execute tests without any SUT (just with TRex TG sending packets +over a link looping back to TG). A mirror approach is introduced to determine benchmarking anomalies due to the test environment change. This is achieved by testing the same DUT |