aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/python/Constants.py
diff options
context:
space:
mode:
authorpmikus <pmikus@cisco.com>2020-11-16 08:15:17 +0000
committerPeter Mikus <pmikus@cisco.com>2020-11-16 11:16:01 +0000
commit54fa83f3c0c962aa3c5b4e2e803476874a40e80e (patch)
tree6613e041db726e88c448a53c8ebb2258549a3bfa /resources/libraries/python/Constants.py
parent6b33c89d362623dd46f3a14c497835de6f669101 (diff)
Ansible: Remove vpp_device snergster dependency
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I145a4b5511141f1e2b4e387daa358e32dd2c8015
Diffstat (limited to 'resources/libraries/python/Constants.py')
-rw-r--r--resources/libraries/python/Constants.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/libraries/python/Constants.py b/resources/libraries/python/Constants.py
index faf861d89d..c655a179bc 100644
--- a/resources/libraries/python/Constants.py
+++ b/resources/libraries/python/Constants.py
@@ -179,10 +179,10 @@ class Constants:
QEMU_VM_DPDK = u"/opt/dpdk-20.02"
# Docker container SUT image
- DOCKER_SUT_IMAGE_UBUNTU = u"snergster/csit-sut:latest"
+ DOCKER_SUT_IMAGE_UBUNTU = u"csit_sut-ubuntu1804:local"
# Docker container arm SUT image
- DOCKER_SUT_IMAGE_UBUNTU_ARM = u"snergster/csit-arm-sut:latest"
+ DOCKER_SUT_IMAGE_UBUNTU_ARM = u"csit_sut-ubuntu1804:local"
# TRex install directory
TREX_INSTALL_DIR = u"/opt/trex-core-2.82"