projects
/
test
/
tct
/
native
/
api.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69bb276
)
[TCT][SCripts][NonACR]Configurable tct 'headed' profile update
13/294113/1
author
Shobhit Verma
<shobhit.v@samsung.com>
Tue, 13 Jun 2023 08:13:44 +0000
(13:43 +0530)
committer
Shobhit Verma
<shobhit.v@samsung.com>
Tue, 13 Jun 2023 08:13:44 +0000
(13:43 +0530)
Change-Id: I3b77144a2afbfad13eca407a06052e4733413a36
Signed-off-by: Shobhit Verma <shobhit.v@samsung.com>
scripts_tpk/tpksdk-install.py
patch
|
blob
|
history
diff --git
a/scripts_tpk/tpksdk-install.py
b/scripts_tpk/tpksdk-install.py
index f3ed568575b56cab3de08969d97f804cc732ebcc..ba36f019decc54f02c3e37c23232f0dd8940fa10 100755
(executable)
--- 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)