From: Shobhit Verma Date: Tue, 13 Jun 2023 08:13:44 +0000 (+0530) Subject: [TCT][SCripts][NonACR]Configurable tct 'headed' profile update X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F13%2F294113%2F1;p=test%2Ftct%2Fnative%2Fapi.git [TCT][SCripts][NonACR]Configurable tct 'headed' profile update Change-Id: I3b77144a2afbfad13eca407a06052e4733413a36 Signed-off-by: Shobhit Verma --- diff --git a/scripts_tpk/tpksdk-install.py b/scripts_tpk/tpksdk-install.py index f3ed56857..ba36f019d 100755 --- a/scripts_tpk/tpksdk-install.py +++ b/scripts_tpk/tpksdk-install.py @@ -169,6 +169,8 @@ def install(TYPE, MODNAME, PROFILE, TC_COUNT, ARCH, COVERAGE): # deployment print('-- Suite deployment...') + if PROFILE == "tizeniot": + PROFILE = "headed" print('---- Copying '+TO_PKG_DIR+dirSeparator+PROFILE+dirSeparator+'tct-'+MODNAME+'-native-'+TYPE+'-8.0.zip') if ( os.path.exists(TO_PKG_DIR+dirSeparator+PROFILE) == False): os.makedirs(TO_PKG_DIR+dirSeparator+PROFILE)