From 61b9af12c182d40cbeede66c2c9ec52c616fab03 Mon Sep 17 00:00:00 2001 From: pmikus Date: Thu, 6 Oct 2016 10:44:15 +0100 Subject: CSIT-351: Testing Ubuntu 16.04.1 changes - Update the repository to get xenial packages - Update phy topology files with new pass - Update bootstrap to use new VIRL image - Update framework to reflect 16.04 dependencies - CSIT-116: Modify VIRL username/password Change-Id: I4de44755170fd0481acef34c7c2d9c299bc300da Signed-off-by: pmikus --- resources/libraries/robot/qemu.robot | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'resources/libraries/robot') diff --git a/resources/libraries/robot/qemu.robot b/resources/libraries/robot/qemu.robot index a9cf0101a5..989b73e531 100644 --- a/resources/libraries/robot/qemu.robot +++ b/resources/libraries/robot/qemu.robot @@ -64,10 +64,7 @@ | | ... | returned by qemu_start or None. | | [Arguments] | ${dut} | ${vm} | | Qemu Set Node | ${dut} -| | ${status} | ${value}= | Run Keyword And Ignore Error | Qemu System Status -| | Run Keyword If | "${status}" == "FAIL" | Qemu Kill -| | ... | ELSE IF | "${value}" == "running" | Qemu System Powerdown -| | ... | ELSE | Qemu Quit +| | Qemu Kill | | Qemu Clear Socks | | Run Keyword If | ${vm} is not None | Disconnect | ${vm} -- cgit 1.2.3-korg