X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Frobot%2Fbridge_domain.robot;h=ac0fea8bd4807a554a5d22d7d80e4500bd7efd55;hp=f1458a0023cb600fe56eb902d55b2850de9ce761;hb=cbd47fbe97945e9dc6584d08cd2266e3a7536a68;hpb=7dbda72563912b656bde2ee4b4611a0b284b933e diff --git a/resources/libraries/robot/bridge_domain.robot b/resources/libraries/robot/bridge_domain.robot index f1458a0023..ac0fea8bd4 100644 --- a/resources/libraries/robot/bridge_domain.robot +++ b/resources/libraries/robot/bridge_domain.robot @@ -216,7 +216,7 @@ | | ... | *Example:* | | ... | | ... | \| VM for Vhost L2BD forwarding is setup \| ${nodes['DUT1']} \ -| | ... | \| /tmp/sock1 \| /tmp/sock2 +| | ... | \| /tmp/sock1 \| /tmp/sock2 \| | | [Arguments] | ${node} | ${sock1} | ${sock2} | | Set Test Variable | ${vm_node} | ${None} | | Qemu Set Node | ${node} @@ -227,9 +227,9 @@ | | ${vhost1}= | Get Vhost User If Name By Sock | ${vm} | ${sock1} | | ${vhost2}= | Get Vhost User If Name By Sock | ${vm} | ${sock2} | | Linux Add Bridge | ${vm} | ${br} | ${vhost1} | ${vhost2} -| | Set Interface State | ${vm} | ${vhost1} | up -| | Set Interface State | ${vm} | ${vhost2} | up -| | Set Interface State | ${vm} | ${br} | up +| | Set Interface State | ${vm} | ${vhost1} | up | if_type=name +| | Set Interface State | ${vm} | ${vhost2} | up | if_type=name +| | Set Interface State | ${vm} | ${br} | up | if_type=name | | Set Test Variable | ${vm_node} | ${vm} | VPP Vhost interfaces for L2BD forwarding are setup @@ -247,7 +247,7 @@ | | ... | *Example:* | | ... | | ... | \| VPP Vhost interfaces for L2BD forwarding are setup \ -| | ... | \| ${nodes['DUT1']} \| /tmp/sock1 \| /tmp/sock2 +| | ... | \| ${nodes['DUT1']} \| /tmp/sock1 \| /tmp/sock2 \| | | [Arguments] | ${node} | ${sock1} | ${sock2} | | ${vhost_if1}= | Vpp Create Vhost User Interface | ${node} | ${sock1} | | ${vhost_if2}= | Vpp Create Vhost User Interface | ${node} | ${sock2}