CSIT-768: Refactor Python container libraries
[csit.git] / resources / libraries / robot / shared / memif.robot
index 2ce2ea2..a4857fe 100644 (file)
@@ -42,7 +42,7 @@
 | | ... | \| dut2_memif_if1 \| dut2_memif_if2 \|
 | | ...
 | | [Arguments] | ${dut_node} | ${sock1} | ${sock2} | ${number}=${1}
 | | ... | \| dut2_memif_if1 \| dut2_memif_if2 \|
 | | ...
 | | [Arguments] | ${dut_node} | ${sock1} | ${sock2} | ${number}=${1}
-| | ... | ${memif_if2}=memif_if1 | ${memif_if1}=memif_if2
+| | ... | ${memif_if1}=memif_if1 | ${memif_if2}=memif_if2
 | | ${key_1}= | Evaluate | (${number}*2)-1
 | | ${key_2}= | Evaluate | (${number}*2)
 | | ${memif_1}= | Create memif interface | ${dut_node} | ${sock1} | ${key_1}
 | | ${key_1}= | Evaluate | (${number}*2)-1
 | | ${key_2}= | Evaluate | (${number}*2)
 | | ${memif_1}= | Create memif interface | ${dut_node} | ${sock1} | ${key_1}
 | | Set Interface State | ${dut_node} | ${memif_2} | up
 | | Set Test Variable | ${${memif_if1}} | ${memif_1}
 | | Set Test Variable | ${${memif_if2}} | ${memif_2}
 | | Set Interface State | ${dut_node} | ${memif_2} | up
 | | Set Test Variable | ${${memif_if1}} | ${memif_1}
 | | Set Test Variable | ${${memif_if2}} | ${memif_2}
-
-| Create memif VPP configuration on '${nr}' LXC containers on '${dut}' node
-| | [Documentation] | Create memif configuration of VPP on multiple LXC
-| | ... | container on DUT node.
-| | ...
-| | ... | *Example:*
-| | ...
-| | ... | \| Create memif VPP configuration on 1 LXC containers on DUT1 node \|
-| | ...
-| | :FOR | ${number} | IN RANGE | 1 | ${nr}+1
-| | | Run Keyword | ${dut}_${lxc_base_name}_${number}.Create VPP cfg in container
-| | | ... | memif_create_lxc.vat | socket1=memif-${number}-1
-| | | ... | socket2=memif-${number}-2
-
-| Create memif VPP configuration on '${nr}' LXC containers on all DUT nodes
-| | [Documentation] | Create memif configuration of VPP on multiple LXC
-| | ... | container on all DUT nodes.
-| | ...
-| | ... | *Example:*
-| | ...
-| | ... | \| Create memif VPP configuration on 1 LXC containers on all \
-| | ... | DUT nodes \|
-| | ...
-| | ${duts}= | Get Matches | ${nodes} | DUT*
-| | :FOR | ${dut} | IN | @{duts}
-| | | Create memif VPP configuration on '${nr}' LXC containers on '${dut}' node