diff options
author | pmikus <peter.mikus@protonmail.ch> | 2023-09-21 09:54:22 +0000 |
---|---|---|
committer | pmikus <peter.mikus@protonmail.ch> | 2023-09-21 09:54:22 +0000 |
commit | bd914b7813520be7f5aa687d9fd9f56d04b26714 (patch) | |
tree | ee023e76a74e4cff5e804118f7a8011b329f6880 /resources/libraries | |
parent | ae2461388f4751093dd07ffa3ce25fae0e706f1c (diff) |
fix(core): String mapping
Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: I4db3fc1b70469a966e51afe3bfa93cb4bcffa654
Diffstat (limited to 'resources/libraries')
-rw-r--r-- | resources/libraries/robot/shared/suite_setup.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/libraries/robot/shared/suite_setup.robot b/resources/libraries/robot/shared/suite_setup.robot index 4616ae08be..1544ea32d0 100644 --- a/resources/libraries/robot/shared/suite_setup.robot +++ b/resources/libraries/robot/shared/suite_setup.robot @@ -252,7 +252,7 @@ | | ${version} = | Get TG Version | ${nodes}[TG] | | Export Dut Type And Version | ${type} | ${version} | | Export TG Type And Version | ${type} | ${version} -| | Initialize traffic generator | "L2" +| | Initialize traffic generator | L2 | Additional Suite Setup Action For iPerf3 | | [Documentation] |