commit | a7da67fcc6df3ab319a6873a20a18ee1092d2a9e | [log] [tgz] |
---|---|---|
author | John DeNisco <jdenisco@cisco.com> | Fri Jan 26 14:55:33 2018 -0500 |
committer | John DeNisco <jdenisco@cisco.com> | Fri Jan 26 14:55:33 2018 -0500 |
tree | fa8344502d360a856d084f8bb0cd358ba345d1d9 | |
parent | 4399c2eb848b79762ff52a95fa5d9fab222c73bd [diff] [blame] |
Add support for 18.01. Fixed bugs. Improved some config as the result of Tetration experience. Change-Id: Ie4b8d2d77ca3ad165675c42fa2d9a4798d871f9d Signed-off-by: John DeNisco <jdenisco@cisco.com>
diff --git a/extras/vpp_config/vpplib/QemuUtils.py b/extras/vpp_config/vpplib/QemuUtils.py index 37a13e2..a76b873 100644 --- a/extras/vpp_config/vpplib/QemuUtils.py +++ b/extras/vpp_config/vpplib/QemuUtils.py
@@ -34,6 +34,7 @@ class QemuUtils(object): """QEMU utilities.""" + # noinspection PyDictCreation def __init__(self, qemu_id=1): self._qemu_id = qemu_id # Path to QEMU binary