aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Mikus <pmikus@cisco.com>2022-05-26 13:28:26 +0200
committerPeter Mikus <pmikus@cisco.com>2022-05-26 11:35:08 +0000
commit3fc8a1c5ffbc2f960100139f21089c053df66830 (patch)
tree916969cef7002522c7289505eefefbbb3478f0c0
parentb73b11eee1458a8be91997f70a91c1f512922ce0 (diff)
fix(core): TG export
Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: I60313cd62a878bb713832f14121a938a81c954ed (cherry picked from commit 14b538d836f6a3562cf8df506bc09a53ec0ca950)
-rw-r--r--resources/libraries/robot/shared/suite_setup.robot2
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 e2272242c6..c0ba0824d5 100644
--- a/resources/libraries/robot/shared/suite_setup.robot
+++ b/resources/libraries/robot/shared/suite_setup.robot
@@ -269,7 +269,7 @@
| |
| | ${type} = | Get iPerf Type | ${nodes}[TG]
| | ${version} = | Get iPerf Version | ${nodes}[TG]
-| | Export DUT Type And Version | ${type} | ${version}
+| | Export TG Type And Version | ${type} | ${version}
| Additional Suite Setup Action For ipsechw
| | [Documentation]