X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2FConstants.py;h=ce48863f58541c06b5af57fa75fbd39047037c00;hb=882c4df86aba5f803525e59fa17df1b67d2878a9;hp=0a252687a791f082638dcc8625bd44490f2b4bb1;hpb=c79c748013ec53ff59e9260034822a5b26afa441;p=csit.git diff --git a/resources/libraries/python/Constants.py b/resources/libraries/python/Constants.py index 0a252687a7..ce48863f58 100644 --- a/resources/libraries/python/Constants.py +++ b/resources/libraries/python/Constants.py @@ -74,7 +74,7 @@ class Constants(object): DOCKER_SUT_IMAGE_UBUNTU = 'snergster/csit-sut:latest' # Docker container arm SUT image - DOCKER_SUT_IMAGE_UBUNTU_ARM = 'snergster/csit-sut-arm-ubuntu18:latest' + DOCKER_SUT_IMAGE_UBUNTU_ARM = 'snergster/csit-arm-sut:latest' # TRex install version TREX_INSTALL_VERSION = '2.54'