From 08fc34b6ba780d227a1327274d434823118a4c77 Mon Sep 17 00:00:00 2001 From: Jan Gelety Date: Wed, 19 Dec 2018 13:33:07 +0100 Subject: FIX: Avoid duplicated KW names in perf and func tests Change-Id: I66c68edf6e26fa7baa7bdc5f5d60d4d4aa3af6b9 Signed-off-by: Jan Gelety --- resources/libraries/robot/shared/testing_path.robot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resources/libraries/robot/shared/testing_path.robot') 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} -- cgit 1.2.3-korg