[TCT][SCripts][NonACR]Configurable tct 'headed' profile update 13/294113/1
authorShobhit Verma <shobhit.v@samsung.com>
Tue, 13 Jun 2023 08:13:44 +0000 (13:43 +0530)
committerShobhit 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

index f3ed568575b56cab3de08969d97f804cc732ebcc..ba36f019decc54f02c3e37c23232f0dd8940fa10 100755 (executable)
@@ -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)