PKG_VNAME=PKG_NAME+'-'+VER+'-'+ARCH
PKG_FNAME=PKG_VNAME+'.tpk'
if ( os.path.exists(TPK_DIR+dirSeparator+PKG_FNAME) == False):
+ print('searching package in path '+ WORKSPACE_DIR)
sys.exit('Package Not Found '+PKG_VNAME)
TIZEN____='tizen_native_8.0'
TCT_DIR='opt'+dirSeparator+'tct-'+MODNAME+'-native-'+TYPE
TO_PKG_DIR=dirSeparator+'opt'+dirSeparator+'tct'+dirSeparator+TIZEN____+dirSeparator+'packages'
+ print('Workspace Path:' +WORKSPACE_DIR)
print('Deploying '+TYPE+'->'+MODNAME+' suite to tct-mgr...')
# prepare tct directory and files
print('-- Preparing suite .zip file...')
PKG_VNAME=PKG_NAME+'-'+VER+'-'+ARCH
PKG_FNAME=PKG_VNAME+'.tpk'
if ( os.path.exists(TPK_DIR+dirSeparator+PKG_FNAME) == False):
+ print('searching package in path '+WORKSPACE_DIR)
sys.exit('Package Not Found '+PKG_VNAME)
TIZEN____='tizen_native_8.0'
TCT_DIR='opt'+dirSeparator+'tct-'+MODNAME+'-native-'+TYPE
TO_PKG_DIR=dirSeparator+'opt'+dirSeparator+'tct'+dirSeparator+TIZEN____+dirSeparator+'packages'
+ print('Workspace Path:' +WORKSPACE_DIR)
print('Deploying '+TYPE+'->'+MODNAME+' suite to tct-mgr...')
# prepare tct directory and files
print('-- Preparing suite .zip file...')