aboutsummaryrefslogtreecommitdiffstats
path: root/docs/test_code_guidelines.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/test_code_guidelines.rst')
-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.