diff options
author | Fangyin Hu <fangyinx.hu@intel.com> | 2017-07-06 20:58:40 -0700 |
---|---|---|
committer | Fangyin Hu <fangyinx.hu@intel.com> | 2017-07-06 20:58:40 -0700 |
commit | 71c7b4a491fece7940c6e8b2c1e5b7d57390f7c8 (patch) | |
tree | 275108a808762f02919fd09b69d2a09c2f4898ba /resources/libraries | |
parent | 15b7f8b753bcf17c15bebac5ac01ab6a059b62e4 (diff) |
Fix the TLDK test scripts execute path issue.
Change-Id: I7d0c20443db841516942479a067561c822a03bbd
Signed-off-by: Fangyin Hu <fangyinx.hu@intel.com>
Diffstat (limited to 'resources/libraries')
-rw-r--r-- | resources/libraries/python/TLDK/TLDKConstants.py | 6 |
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' |