X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2Fconstants.py;fp=resources%2Flibraries%2Fpython%2Fconstants.py;h=a0a427af4e1eafaf460f9a2da5f8d3c0ce0ea332;hp=9507e66d85b88a2df91a03f3e48f553ed362282c;hb=92d4e47bfbca31e10c44dee7f74da4c6fd9e6e4c;hpb=5353acda23c0884c74ef9ba3e2ec81dd13190e95 diff --git a/resources/libraries/python/constants.py b/resources/libraries/python/constants.py index 9507e66d85..a0a427af4e 100644 --- a/resources/libraries/python/constants.py +++ b/resources/libraries/python/constants.py @@ -33,10 +33,10 @@ class Constants(object): VPP_UNIT = 'vpp' # QEMU version to install - QEMU_INSTALL_VERSION = 'qemu-2.5.0' + QEMU_INSTALL_VERSION = 'qemu-2.11.2' # QEMU install directory - QEMU_INSTALL_DIR = '/opt/qemu-2.5.0' + QEMU_INSTALL_DIR = '/opt/qemu-2.11.2' # TRex install version TREX_INSTALL_VERSION = '2.35'