aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--resources/libraries/python/TLDK/TLDKConstants.py6
1 files changed, 3 insertions, 3 deletions
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'