X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2FConstants.py;h=6bcf5413d9d12540c678455ed0f90a6f69ee43ae;hb=03984cf5e2affcb715559fad5f68b8ba165ff8cd;hp=672ce8716fa279a3f5d96f28c3ffb3d505a67133;hpb=01d8f262afc567c3d49a23c3cb2cdeaced8a6887;p=csit.git diff --git a/resources/libraries/python/Constants.py b/resources/libraries/python/Constants.py index 672ce8716f..6bcf5413d9 100644 --- a/resources/libraries/python/Constants.py +++ b/resources/libraries/python/Constants.py @@ -1,4 +1,4 @@ -# Copyright (c) 2021 Cisco and/or its affiliates. +# Copyright (c) 2022 Cisco and/or its affiliates. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: @@ -186,7 +186,7 @@ class Constants: QEMU_VM_IMAGE = u"/var/lib/vm/image.iso" # QEMU VM DPDK path - QEMU_VM_DPDK = u"/opt/dpdk-21.08" + QEMU_VM_DPDK = u"/opt/dpdk-21.11" # Docker container SUT image DOCKER_SUT_IMAGE_UBUNTU = u"csit_sut-ubuntu2004:local" @@ -333,7 +333,7 @@ class Constants: u"Intel-XL710": u"40ge2p1xl710", u"Intel-XXV710": u"25ge2p1xxv710", u"Intel-E810CQ": u"100ge2p1e810cq", - u"Amazon-Nitro-50G": u"50ge1p1ENA", + u"Amazon-Nitro-50G": u"50ge1p1ena", u"Mellanox-CX556A": u"100ge2p1cx556a", } @@ -345,7 +345,7 @@ class Constants: u"40ge2p1xl710": u"xl710", u"25ge2p1xxv710": u"xxv710", u"100ge2p1e810cq": u"e810cq", - u"50ge1p1ENA": u"ena", + u"50ge1p1ena": u"ena", u"100ge2p1cx556a": u"cx556a", }