From 2494b7752574e4de0ffcba4ba113dada5b3b2d36 Mon Sep 17 00:00:00 2001 From: Jan Gelety Date: Mon, 12 Sep 2016 11:19:30 +0200 Subject: [PATCH] Fix of Qemu issues - use path to IPUtil where KWs "Setup Network Namespace" and "Set Linux Interface IP" are used Change-Id: I012cb7df4b871353aa68c10ca7069de7a2ab5d3b Signed-off-by: Jan Gelety --- resources/libraries/robot/double_qemu_setup.robot | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/libraries/robot/double_qemu_setup.robot b/resources/libraries/robot/double_qemu_setup.robot index d2d7e9eae1..8a262c29ba 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 -- 2.16.6