Fix the TLDK test scripts execute path issue. 73/7473/1
authorFangyin Hu <fangyinx.hu@intel.com>
Fri, 7 Jul 2017 03:58:40 +0000 (20:58 -0700)
committerFangyin Hu <fangyinx.hu@intel.com>
Fri, 7 Jul 2017 03:58:40 +0000 (20:58 -0700)
Change-Id: I7d0c20443db841516942479a067561c822a03bbd
Signed-off-by: Fangyin Hu <fangyinx.hu@intel.com>
resources/libraries/python/TLDK/TLDKConstants.py

index af9ebf2..153b36c 100644 (file)
@@ -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'