diff options
Diffstat (limited to 'resources/libraries/robot/shared/container.robot')
-rw-r--r-- | resources/libraries/robot/shared/container.robot | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/libraries/robot/shared/container.robot b/resources/libraries/robot/shared/container.robot index cf19464751..5b1b2ffa03 100644 --- a/resources/libraries/robot/shared/container.robot +++ b/resources/libraries/robot/shared/container.robot @@ -108,9 +108,10 @@ | | [Documentation] | Configure VPP on all container(s) in specific container | | ... | group on all DUT nodes. | | ... +| | ${dut2_if2} = | Get Variable Value | \${dut2_if2} | ${EMPTY} | | Run Keyword | ${group}.Configure VPP In All Containers | | ... | chain_topology=${container_chain_topology} -| | ... | dut1_if=${dut1_if2} | dut2_if=${dut2_if1} +| | ... | dut1_if=${dut1_if2} | dut2_if=${dut2_if2} | Stop all '${group}' containers | | [Documentation] | Stop all container(s) in specific container group on all |