fix(export): Report iperf3 version from DUT1 81/41981/1
authorVratko Polak <[email protected]>
Mon, 9 Dec 2024 14:06:25 +0000 (15:06 +0100)
committerVratko Polak <[email protected]>
Mon, 9 Dec 2024 14:06:25 +0000 (15:06 +0100)
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 <[email protected]>
resources/libraries/robot/shared/suite_setup.robot

index 5c92ad9..445fdc6 100644 (file)
@@ -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:
 | | ... | 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