X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Frobot%2Fdouble_qemu_setup.robot;h=d8b32bd2fa62c8a8adfd2c9f5905a1e72e1d7d2a;hp=167605e94301062662bd970cf9028572fb8f68b3;hb=a114591eac9f52502048db886da2fb228c62254d;hpb=6000b2abc3d6b8bb8ff2941aacf005a04a33be60 diff --git a/resources/libraries/robot/double_qemu_setup.robot b/resources/libraries/robot/double_qemu_setup.robot index 167605e943..d8b32bd2fa 100644 --- a/resources/libraries/robot/double_qemu_setup.robot +++ b/resources/libraries/robot/double_qemu_setup.robot @@ -10,6 +10,8 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. +*** Settings *** +| Library | resources.libraries.python.IPUtil *** Keywords *** | Setup QEMU Vhost and Run @@ -56,10 +58,10 @@ | | ${vhost2}= | Get Vhost User If Name By Sock | ${vm} | ${sock2} | | ${vhost3}= | Get Vhost User If Name By Sock | ${vm} | ${sock3} | | ${vhost4}= | Get Vhost User If Name By Sock | ${vm} | ${sock4} -| | Set Interface State | ${vm} | ${vhost1} | up -| | Set Interface State | ${vm} | ${vhost2} | up -| | Set Interface State | ${vm} | ${vhost3} | up -| | Set Interface State | ${vm} | ${vhost4} | up +| | Set Interface State | ${vm} | ${vhost1} | up | if_type=name +| | Set Interface State | ${vm} | ${vhost2} | up | if_type=name +| | Set Interface State | ${vm} | ${vhost3} | up | if_type=name +| | Set Interface State | ${vm} | ${vhost4} | up | if_type=name | | Setup Network Namespace | | ... | ${vm} | nmspace1 | ${vhost1} | ${ip1} | ${prefix_length} | | Setup Network Namespace @@ -85,15 +87,9 @@ | | ... | | [Arguments] | ${dut_node} | ${vm} | ${qemu_name} | | ${set_node}= | Replace Variables | ${qemu_name}.Qemu Set Node -| | ${sys_status}= | Replace Variables | ${qemu_name}.Qemu System Status | | ${kill}= | Replace Variables | ${qemu_name}.Qemu Kill -| | ${sys_pd}= | Replace Variables | ${qemu_name}.Qemu System Powerdown -| | ${quit}= | Replace Variables | ${qemu_name}.Qemu Quit | | ${clear_socks}= | Replace Variables | ${qemu_name}.Qemu Clear Socks | | Run Keyword | ${set_node} | ${dut_node} -| | ${status} | ${value}= | Run Keyword And Ignore Error | ${sys_status} -| | Run Keyword If | "${status}" == "FAIL" | ${kill} -| | ... | ELSE IF | "${value}" == "running" | ${sys_pd} -| | ... | ELSE | ${quit} +| | Run Keyword | ${kill} | | Run Keyword | ${clear_socks} | | Run Keyword If | ${vm} is not None | Disconnect | ${vm}