diff options
author | Jan Gelety <jgelety@cisco.com> | 2016-09-12 11:19:30 +0200 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2016-09-12 13:00:54 +0200 |
commit | 2494b7752574e4de0ffcba4ba113dada5b3b2d36 (patch) | |
tree | ed78a74f3aaac5cfee4aa01b3fc54c49e063e1be /resources/libraries/robot | |
parent | 8a38a84dceac843151d3e5c9367667999638ab10 (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>
Diffstat (limited to 'resources/libraries/robot')
-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 |