X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2FTLDK%2FTLDKConstants.py;h=153b36c3ab1564adaec52e59c3f3bdda7d0a41bf;hb=4c6fe5602edcbd9857a846e5b13a21d5c671a2c8;hp=af9ebf2a8d53d8b04e47f80c8157c0239d4a4a65;hpb=7436d8bdf60bca9b80fb76781e1f709bbcd435da;p=csit.git diff --git a/resources/libraries/python/TLDK/TLDKConstants.py b/resources/libraries/python/TLDK/TLDKConstants.py index af9ebf2a8d..153b36c3ab 100644 --- a/resources/libraries/python/TLDK/TLDKConstants.py +++ b/resources/libraries/python/TLDK/TLDKConstants.py @@ -22,10 +22,10 @@ class TLDKConstants(object): REMOTE_FW_DIR = '/tmp/TLDK-testing' # Shell scripts location - TLDK_SCRIPTS = 'TLDK-tests/tldk_scripts' + TLDK_SCRIPTS = 'tests/tldk/tldk_scripts' # Libraries location - TLDK_DEPLIBS = 'TLDK-tests/tldk_deplibs' + TLDK_DEPLIBS = 'tests/tldk/tldk_deplibs' # Config files location for the TLDK test - TLDK_TESTCONFIG = 'TLDK-tests/tldk_testconfig' + TLDK_TESTCONFIG = 'tests/tldk/tldk_testconfig'