diff options
author | Vratko Polak <vrpolak@cisco.com> | 2023-02-16 17:20:46 +0100 |
---|---|---|
committer | Vratko Polak <vrpolak@cisco.com> | 2023-02-16 17:20:46 +0100 |
commit | 6b1c3d4394ce671333362f9cbc7e7e591e7a8002 (patch) | |
tree | f07ad82929abd4754b0063dfc183ec6bdfc373a5 /resources | |
parent | e0858716c6c935a8267f2306bfc8ccaa780b40e7 (diff) |
fix(bootstrap): per-patch perf: apply zn2 trex fix
+ per_patch_device does not need that call (yet).
Change-Id: I4c85a038962a2cfea3fa91bb4a3c37a8348132ca
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Diffstat (limited to 'resources')
-rw-r--r-- | resources/libraries/bash/entry/per_patch_perf.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/libraries/bash/entry/per_patch_perf.sh b/resources/libraries/bash/entry/per_patch_perf.sh index 565a566eb0..e7702070c9 100644 --- a/resources/libraries/bash/entry/per_patch_perf.sh +++ b/resources/libraries/bash/entry/per_patch_perf.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (c) 2021 Cisco and/or its affiliates. +# Copyright (c) 2023 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: @@ -60,6 +60,7 @@ archive_tests || die reserve_and_cleanup_testbed || die select_tags || die compose_pybot_arguments || die +set_environment_variables || die # Support for interleaved measurements is kept for future. iterations=1 # 8 for ((iter=0; iter<iterations; iter++)); do |