diff options
author | Viliam Luc <vluc@cisco.com> | 2022-11-22 09:54:07 +0100 |
---|---|---|
committer | Peter Mikus <peter.mikus@protonmail.ch> | 2022-11-23 12:00:38 +0000 |
commit | 44035124ff149a8b92d79ab73bf79466328035b8 (patch) | |
tree | 70ae3d8ab594e8813b88e29c028f397c13d9e59f /resources/libraries/robot | |
parent | cfb2a1ddc8976d6e6da939132b4963416ef0cb12 (diff) |
Fix: Nginx check simplified
Signed-off-by: Viliam Luc <vluc@cisco.com>
Change-Id: Icd8a5e892bb2c31c01851f731482c692cea4d70a
Diffstat (limited to 'resources/libraries/robot')
-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 48845708ad..0e859ccd82 100644 --- a/resources/libraries/robot/shared/suite_setup.robot +++ b/resources/libraries/robot/shared/suite_setup.robot @@ -288,7 +288,7 @@ | | ... | Additional Setup for suites which uses Nginx. | | | | Install NGINX framework on all DUTs | ${nodes} | ${packages_dir} -| | ... | ${nginx_version} +| | ... | ${nginx_version} | Additional Suite Setup Action For vppecho | | [Documentation] |