From 71c7b4a491fece7940c6e8b2c1e5b7d57390f7c8 Mon Sep 17 00:00:00 2001 From: Fangyin Hu Date: Thu, 6 Jul 2017 20:58:40 -0700 Subject: [PATCH 1/1] Fix the TLDK test scripts execute path issue. Change-Id: I7d0c20443db841516942479a067561c822a03bbd Signed-off-by: Fangyin Hu --- resources/libraries/python/TLDK/TLDKConstants.py | 6 +++--- 1 file 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' -- 2.16.6