From: Fangyin Hu Date: Fri, 7 Jul 2017 03:58:40 +0000 (-0700) Subject: Fix the TLDK test scripts execute path issue. X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=71c7b4a491fece7940c6e8b2c1e5b7d57390f7c8;hp=15b7f8b753bcf17c15bebac5ac01ab6a059b62e4 Fix the TLDK test scripts execute path issue. Change-Id: I7d0c20443db841516942479a067561c822a03bbd Signed-off-by: Fangyin Hu --- 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'