diff options
author | Peter Mikus <pmikus@cisco.com> | 2020-02-28 15:26:06 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2020-03-10 11:11:31 +0000 |
commit | 6db8aec19b0109f9efcef189d32ddaac8c469370 (patch) | |
tree | 9fc1c42a1460f3e8bff7af20fc833d2b2a2d0a11 /resources/libraries | |
parent | 6daa2d791f0e0d41b73668ef3ee233e58987dc37 (diff) |
Ansible: LTS support
- There is currently no other way to support multiple version of
playbooks.
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Change-Id: I2ade4a57d726b793e422996e83bf767ac4315488
Diffstat (limited to 'resources/libraries')
-rw-r--r-- | resources/libraries/python/Constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/libraries/python/Constants.py b/resources/libraries/python/Constants.py index 9a58ed1a17..97514750a8 100644 --- a/resources/libraries/python/Constants.py +++ b/resources/libraries/python/Constants.py @@ -179,7 +179,7 @@ class Constants: QEMU_VM_IMAGE = u"/var/lib/vm/vhost-nested.img" # QEMU VM DPDK path - QEMU_VM_DPDK = u"/opt/dpdk-stable-19.08.2" + QEMU_VM_DPDK = u"/opt/dpdk-20.02" # Docker container SUT image DOCKER_SUT_IMAGE_UBUNTU = u"snergster/csit-sut:latest" |