From d68951ac245150eeefa6e0f4156e4c1b5c9e9325 Mon Sep 17 00:00:00 2001 From: Jan Gelety Date: Tue, 12 Nov 2019 05:27:43 +0100 Subject: Python3: resources and libraries Change-Id: I1392c06b1d64f62b141d24c0d42a8e36913b15e2 Signed-off-by: Jan Gelety --- resources/libraries/robot/tcp/tcp_setup.robot | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'resources/libraries/robot/tcp') diff --git a/resources/libraries/robot/tcp/tcp_setup.robot b/resources/libraries/robot/tcp/tcp_setup.robot index 91192639c1..718070979f 100644 --- a/resources/libraries/robot/tcp/tcp_setup.robot +++ b/resources/libraries/robot/tcp/tcp_setup.robot @@ -15,9 +15,9 @@ | Library | resources.libraries.python.InterfaceUtil | Library | resources.libraries.python.IPUtil | Library | resources.libraries.python.tcp.TCPUtils -| ... +| | Resource | resources/libraries/robot/ip/ip4.robot -| ... +| | Documentation | L2 keywords to set up VPP to test tcp. *** Keywords *** @@ -25,7 +25,7 @@ | | [Documentation] | | ... | Configure IP address on the port, set it up and start HTTP server on | | ... | the VPP. -| | ... +| | | | ... | *Arguments:* | | ... | - http_static_plugin - Use the HTTP static plugin http server. | | ... | Type: boolean @@ -34,15 +34,15 @@ | | ... | - fifo_size - FIFO size in kB. Type: string | | ... | - private_segment_size - Private segment size. Number + unit. | | ... | Type: string -| | ... +| | | | ... | *Example:* -| | ... +| | | | ... | \| Set up HTTP server with paramters on the VPP node \| ${true}\ | | ... | \| 400 \| 4096 \| 2g \| -| | ... +| | | | [Arguments] | ${http_static_plugin} | ${prealloc_fifos} | ${fifo_size} | | ... | ${private_segment_size} -| | ... +| | | | Set Interface State | ${dut1} | ${dut1_if1} | up | | VPP Interface Set IP Address | ${dut1} | ${dut1_if1} | 192.168.10.2 | 24 | | VPP Interface Set IP Address | ${dut1} | ${dut1_if1} | 192.168.20.2 | 24 -- cgit 1.2.3-korg