diff options
author | Jan Gelety <jgelety@cisco.com> | 2016-09-12 11:19:30 +0200 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2016-09-12 13:03:15 +0000 |
commit | a2dccaa0fe388b685a787fe10902a5fb01c873da (patch) | |
tree | c0db83550fe2a92beb9d8afa46363dfd3c5cb493 | |
parent | d1bcd9e65c092dd0d4dabfa703c507c30358a620 (diff) |
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 <jgelety@cisco.com>
(cherry picked from commit 2494b7752574e4de0ffcba4ba113dada5b3b2d36)
-rw-r--r-- | resources/libraries/robot/double_qemu_setup.robot | 2 |
1 files changed, 2 insertions, 0 deletions
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 |