diff options
author | Jan Gelety <jgelety@cisco.com> | 2018-12-19 13:33:07 +0100 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2018-12-19 13:55:29 +0100 |
commit | 08fc34b6ba780d227a1327274d434823118a4c77 (patch) | |
tree | af2844dd49274c04512ec32430b8a8f9d7e93efb /resources/libraries/robot/shared | |
parent | f655cd2104acc4b54de9c481d4370bf5f478ea0c (diff) |
FIX: Avoid duplicated KW names in perf and func tests
Change-Id: I66c68edf6e26fa7baa7bdc5f5d60d4d4aa3af6b9
Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'resources/libraries/robot/shared')
-rw-r--r-- | resources/libraries/robot/shared/testing_path.robot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/libraries/robot/shared/testing_path.robot b/resources/libraries/robot/shared/testing_path.robot index ec0c856c81..2bd0d9f938 100644 --- a/resources/libraries/robot/shared/testing_path.robot +++ b/resources/libraries/robot/shared/testing_path.robot @@ -352,7 +352,7 @@ | | Vpp Node Interfaces Ready Wait | ${dut1_node} | | Vpp Node Interfaces Ready Wait | ${dut2_node} -| Set interfaces in path up +| Configure interfaces in path up | | [Documentation] | | ... | Set UP state on interfaces in 2-node or 3-node path on nodes and \ | | ... | wait until all interfaces are ready. @@ -369,7 +369,7 @@ | | ... | | ... | *Example:* | | ... -| | ... | \| Set interfaces in path up \| +| | ... | \| Configure interfaces in path up \| | | ... | | ${dut2_status} | ${value}= | Run Keyword And Ignore Error | | ... | Variable Should Exist | ${dut2} |