CSIT-1477: add 1n_tx2 VPP Device
[csit.git] / resources / libraries / python / Constants.py
index cb66a5d..877fc25 100644 (file)
@@ -67,6 +67,9 @@ class Constants(object):
     # QEMU VM DPDK path
     QEMU_VM_DPDK = '/opt/dpdk-19.02'
 
+    # Docker container SUT image
+    DOCKER_SUT_IMAGE_UBUNTU = 'snergster/csit-sut:latest'
+
     # TRex install version
     TREX_INSTALL_VERSION = '2.54'