diff options
author | 2024-12-09 15:06:25 +0100 | |
---|---|---|
committer | 2024-12-09 15:06:25 +0100 | |
commit | 9ca6311ef7315d3a0bc9a6db6f67b4c4f7f63dba (patch) | |
tree | a81512e9b5a0afd625d5d909fe8b8caf37d1676b /resources/libraries/robot/shared | |
parent | ea3f0c24e729bf83a02dba6d1a961ffb74329917 (diff) |
fix(export): Report iperf3 version from DUT1
Both GSO and hoststack tests are running iperf3 on DUT nodes,
not on TG, so version should be detected on DUT1.
Change-Id: I6babda800a409658c31a19cea86941231ea7c193
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Diffstat (limited to 'resources/libraries/robot/shared')
-rw-r--r-- | resources/libraries/robot/shared/suite_setup.robot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/libraries/robot/shared/suite_setup.robot b/resources/libraries/robot/shared/suite_setup.robot index 5c92ad9f52..445fdc6ee8 100644 --- a/resources/libraries/robot/shared/suite_setup.robot +++ b/resources/libraries/robot/shared/suite_setup.robot @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Cisco and/or its affiliates. +# Copyright (c) 2024 Cisco and/or its affiliates. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: @@ -260,7 +260,7 @@ | | ... | iPerf3. | | | | ${type} = | Get iPerf Type -| | ${version} = | Get iPerf Version | ${nodes}[TG] +| | ${version} = | Get iPerf Version | ${nodes}[DUT1] | | Export TG Type And Version | ${type} | ${version} | Additional Suite Setup Action For cryptohw |