aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJan Gelety <jgelety@cisco.com>2020-08-08 07:04:20 +0200
committerJan Gelety <jgelety@cisco.com>2020-08-20 08:43:48 +0000
commit8c063c40140e7d63f2d2fe2eb95cb90ca42cae60 (patch)
tree0ae9a29d23ae5b98fe1cde047df5c04f607cfe50 /docs
parentf3b1688c46df79e24cf4532b85463b85e7aa77a6 (diff)
Framework: use 'stl' in trex stateless profile names
Change-Id: I74641cc89d2f25d50b67d51bf2567082b420aabb Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/test_code_guidelines.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/test_code_guidelines.rst b/docs/test_code_guidelines.rst
index d1f268772b..33ac72764f 100644
--- a/docs/test_code_guidelines.rst
+++ b/docs/test_code_guidelines.rst
@@ -107,7 +107,7 @@ RobotFramework test case files and resource files
to make assigning variables slightly more explicit::
*** Variables ***
- | ${traffic_profile}= | trex-sl-2n-ethip4-ip4src254
+ | ${traffic_profile}= | trex-stl-2n-ethip4-ip4src254
+ Common test case specific settings of the test environment SHALL be done
in Test Setup keyword defined in the Setting table.