diff options
author | Peter Mikus <pmikus@cisco.com> | 2022-05-26 13:28:26 +0200 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2022-05-26 11:34:57 +0000 |
commit | 14b538d836f6a3562cf8df506bc09a53ec0ca950 (patch) | |
tree | cfc3cb959d7902e5c96a3756ee2ef4c7e0d83b08 /resources | |
parent | 0ddc139d08a45963e250eaccae98fdcbd7412542 (diff) |
fix(core): TG export
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Change-Id: I60313cd62a878bb713832f14121a938a81c954ed
Diffstat (limited to 'resources')
-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 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] |