test/tct/native/api.git
2 years ago[ITC][component-based-app][Non-ACR] test app tpk files added as per JIRA: TSEVEN... 59/286959/1
Shobhit Verma [Tue, 17 Jan 2023 10:54:58 +0000 (16:24 +0530)]
[ITC][component-based-app][Non-ACR] test app tpk files added as per JIRA: TSEVEN-4661

Change-Id: I1a5843e936a92238d393952e38ec878900bfb170
Signed-off-by: Shobhit Verma <shobhit.v@samsung.com>
2 years ago[TCT][Scripts][NonACR]Feature added to use latest rootstrap 48/286648/6
Prashant Kumar Jangid [Wed, 11 Jan 2023 05:28:17 +0000 (10:58 +0530)]
[TCT][Scripts][NonACR]Feature added to use latest rootstrap

-If rootstrap.txt file is empty then use latest installed rootstrap in the system.

Change-Id: I54f30d70045c91946b0ab928057f4a4b7ba9337d
Signed-off-by: Prashant Kumar Jangid <p.jangid@samsung.com>
2 years agoMerge "[UTC/ITC][Non-ACR] Remove resource-monitor TC from TV profile" into tizen_7.0
shobhit verma [Tue, 10 Jan 2023 05:59:55 +0000 (05:59 +0000)]
Merge "[UTC/ITC][Non-ACR] Remove resource-monitor TC from TV profile" into tizen_7.0

2 years ago[ITC][Non-ACR] Do not access the uninitialized variable 43/286543/1
cheoleun moon [Mon, 9 Jan 2023 12:17:34 +0000 (21:17 +0900)]
[ITC][Non-ACR] Do not access the uninitialized variable

Change-Id: I3bb274bcb0c10013b000771ff636491bcab16787
Signed-off-by: cheoleun moon <chleun.moon@samsung.com>
2 years ago[UTC/ITC][Non-ACR] Remove resource-monitor TC from TV profile 96/286496/1
Dongwoo Lee [Mon, 9 Jan 2023 04:02:46 +0000 (20:02 -0800)]
[UTC/ITC][Non-ACR] Remove resource-monitor TC from TV profile

Since TV profile doesn't support resource-monitor, this removes
utc/itc for resource-monitor.

Change-Id: If839a75e35df54fd563278ad7e9446f7d4210f2a
Signed-off-by: Dongwoo Lee <dwoo08.lee@samsung.com>
2 years ago[UTC][voice-control][Non-ACR][Remove unrequired TC] 25/286025/2
Suyeon Hwang [Mon, 26 Dec 2022 10:03:35 +0000 (19:03 +0900)]
[UTC][voice-control][Non-ACR][Remove unrequired TC]

Change-Id: I743cf80c13a672229363443bec9f2f386ee7cbe0
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
2 years ago[UTC][capi-media-vision][NonACR] return when GetValueForTCTSetting() is false 58/285658/1
Tae-Young Chung [Fri, 16 Dec 2022 05:32:07 +0000 (14:32 +0900)]
[UTC][capi-media-vision][NonACR] return when GetValueForTCTSetting() is false

It tries to allocat memory even if GetValueForTCTSetting() is
false so that related variable are null. Then, it causes SIGSEGV.
To prevent that, check GetValueForTCTSetting() first then check features
if GetValueForTCTSetting() is true. Otherwise, just return startup
function().

Change-Id: Iff5e87e654579908fb87599216842685f64993af
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
2 years ago[TCT][Tool][Non-ACR][Updating tool - Auto_Build_binary 20221213]
Shobhit Verma [Tue, 13 Dec 2022 12:28:20 +0000 (17:58 +0530)]
[TCT][Tool][Non-ACR][Updating tool - Auto_Build_binary 20221213]

Change-Id: Ic084b55b070bc13555a5365978186592c9436465
Signed-off-by: Shobhit Verma <shobhit.v@samsung.com>
2 years ago[TCT][Scripts][NonACR]multiple modules build and install feature is added 59/285459/6
Prashant Kumar Jangid [Tue, 13 Dec 2022 06:45:48 +0000 (12:15 +0530)]
[TCT][Scripts][NonACR]multiple modules build and install feature is added

Usage:
sudo ./tpkbuild build itc dlog,bluetooth,camera armv7l mobile
sudo ./tpkbuild install itc dlog,bluetooth,camera armv7l mobile

Change-Id: Ie7616ca24601b4373d34b488734e7be58b3e3303
Signed-off-by: Prashant Kumar Jangid <p.jangid@samsung.com>
2 years ago[TCT][Scripts][NonACR][install_custom option fixed to support python 3.x] 15/285415/2
Prashant Kumar Jangid [Mon, 12 Dec 2022 09:21:40 +0000 (14:51 +0530)]
[TCT][Scripts][NonACR][install_custom option fixed to support python 3.x]

Change-Id: Ib461467ac6560c182755d3ed9630f01e3af77e41
Signed-off-by: Prashant Kumar Jangid <p.jangid@samsung.com>
2 years ago[TCT][Tool][Non-ACR][Updating tool - Auto_Build_binary 20221201]
Shobhit Verma [Thu, 1 Dec 2022 12:00:28 +0000 (17:30 +0530)]
[TCT][Tool][Non-ACR][Updating tool - Auto_Build_binary 20221201]

Change-Id: Ib2784622f8f8e8ae20f2888c06c2460f329c1b84
Signed-off-by: Shobhit Verma <shobhit.v@samsung.com>
2 years ago[UTC][nntrainer][Non-ACR] Assgin NULL pointer to handle 35/284935/1
hyeonseok lee [Wed, 30 Nov 2022 07:10:02 +0000 (16:10 +0900)]
[UTC][nntrainer][Non-ACR] Assgin NULL pointer to handle

 - For now the layer/optimizer/dataset handle which is used by model is cleanup twice.
   One by in model_destroy and the other one by in model_cleanup.
   This caused heap use after free issue.
 - To prohibit heap use after free assign NULL pointer to handle if it is used by model.
   By checking the handle in cleanup function it will protect from heap use after free.

Change-Id: Iac1b9b200c7eff8363b21f1ec0a109eb03c86b0e
Signed-off-by: hyeonseok lee <hs89.lee@samsung.com>
2 years ago[TCT][Tool][Non-ACR][Updating tool - Auto_Build_binary 20221124]
Shobhit Verma [Thu, 24 Nov 2022 12:00:29 +0000 (17:30 +0530)]
[TCT][Tool][Non-ACR][Updating tool - Auto_Build_binary 20221124]

Change-Id: Iaa3aa197da77d266fa125d2d9e64f6dd235370f3
Signed-off-by: Shobhit Verma <shobhit.v@samsung.com>
2 years agoMerge "[ITC][mediaeditor][ACR-1699] Added ITC for new mediaeditor APIs" into tizen
shobhit verma [Wed, 23 Nov 2022 10:04:15 +0000 (10:04 +0000)]
Merge "[ITC][mediaeditor][ACR-1699] Added ITC for new mediaeditor APIs" into tizen

2 years ago[ITC][mediaeditor][ACR-1699] Added ITC for new mediaeditor APIs 51/284651/4
Prashant Kumar Jangid [Tue, 22 Nov 2022 10:11:28 +0000 (15:41 +0530)]
[ITC][mediaeditor][ACR-1699] Added ITC for new mediaeditor APIs

Change-Id: Ic0e6ded3180d116d0108edc6f03566c24785efb1
Signed-off-by: Prashant Kumar Jangid <p.jangid@samsung.com>
2 years ago[UTC][ACR-1699][mediaeditor] Add new API for clip position 10/284610/2
Haesu Gwon [Tue, 22 Nov 2022 01:00:08 +0000 (10:00 +0900)]
[UTC][ACR-1699][mediaeditor] Add new API for clip position

Change-Id: I5fe4a5c10a9c9ecb7463e2c24b550640450606fe

2 years agoMerge "[UTC][webrtc][Non-ACR] Return success when WEBRTC_ERROR_NOT_SUPPORTED occurs...
shobhit verma [Fri, 18 Nov 2022 06:04:18 +0000 (06:04 +0000)]
Merge "[UTC][webrtc][Non-ACR] Return success when WEBRTC_ERROR_NOT_SUPPORTED occurs" into tizen

2 years ago[TCT][Tool][Non-ACR][Updating tool - Auto_Build_binary 20221117]
Shobhit Verma [Thu, 17 Nov 2022 12:01:24 +0000 (17:31 +0530)]
[TCT][Tool][Non-ACR][Updating tool - Auto_Build_binary 20221117]

Change-Id: I45c57ff2f96a7458ff22b691106e9582ba9241f1
Signed-off-by: Shobhit Verma <shobhit.v@samsung.com>
2 years ago[ITC][bluetooh][NonACR] Fixed build warnings and whitespaces 74/284374/2
Utkarsh Tiwari [Wed, 16 Nov 2022 10:08:29 +0000 (15:38 +0530)]
[ITC][bluetooh][NonACR] Fixed build warnings and whitespaces

Change-Id: I1aef1a2306e654956046ddc1c446b2f218959843
Signed-off-by: Utkarsh Tiwari <utk.tiwari@samsung.com>
2 years ago[UTC][webrtc][Non-ACR] Return success when WEBRTC_ERROR_NOT_SUPPORTED occurs 54/284354/1
Sangchul Lee [Wed, 16 Nov 2022 06:35:44 +0000 (15:35 +0900)]
[UTC][webrtc][Non-ACR] Return success when WEBRTC_ERROR_NOT_SUPPORTED occurs

Some tizen features are not supported in VD binary.

Change-Id: If444cede45da85bcecaa6a79b8ad6bc36af0e6cf
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
2 years ago[ITC][bundle][NonACR] Removed warnings and whitespaces 09/284309/2
Prashant Kumar Jangid [Tue, 15 Nov 2022 08:12:27 +0000 (13:42 +0530)]
[ITC][bundle][NonACR] Removed warnings and whitespaces

Change-Id: Id0f77640f5add12356676539242e6f1fc0317e3c
Signed-off-by: Prashant Kumar Jangid <p.jangid@samsung.com>
2 years ago[ITC][audio-io][NonACR] Removed build warnings and whitespaces 61/284261/3
Shobhit Verma [Mon, 14 Nov 2022 10:31:10 +0000 (16:01 +0530)]
[ITC][audio-io][NonACR] Removed build warnings and whitespaces

Change-Id: I7dfe9f78de91f814a6522034b124de487c61d5bd
Signed-off-by: Shobhit Verma <shobhit.v@samsung.com>
2 years ago[ITC][app-manager][NonACR] Removed build warning and whitespaces 48/284248/3
Utkarsh Tiwari [Mon, 14 Nov 2022 08:13:40 +0000 (13:43 +0530)]
[ITC][app-manager][NonACR] Removed build warning and whitespaces

Change-Id: Iab8f47de33119dfe92c0a1d005dffd63a400ec19
Signed-off-by: Utkarsh Tiwari <utk.tiwari@samsung.com>
2 years ago[TCT][Tool][Non-ACR][Updating tool - Auto_Build_binary 20221110]
Shobhit Verma [Thu, 10 Nov 2022 12:00:46 +0000 (17:30 +0530)]
[TCT][Tool][Non-ACR][Updating tool - Auto_Build_binary 20221110]

Change-Id: I32e4217ad497eb831139ad06fb4a862d537e7df1
Signed-off-by: Shobhit Verma <shobhit.v@samsung.com>
2 years ago[UTC][ITC][nnstreamer][Non-ACR] Exclude ml-service tests from tv profile 73/284073/3
Yongjoo Ahn [Wed, 9 Nov 2022 07:16:46 +0000 (16:16 +0900)]
[UTC][ITC][nnstreamer][Non-ACR] Exclude ml-service tests from tv profile

- Remove ml-serivce tests from tv profile cause related binaries are not
  included in TV profile

Change-Id: If903f7f94997ab0c6548be1e0b7a625a2870a081
Signed-off-by: Yongjoo Ahn <yongjoo1.ahn@samsung.com>
2 years ago[TCT][Tool][Non-ACR][Updating tool - Auto_Build_binary 20221103]
Shobhit Verma [Thu, 3 Nov 2022 08:07:47 +0000 (13:37 +0530)]
[TCT][Tool][Non-ACR][Updating tool - Auto_Build_binary 20221103]

Change-Id: Idd7ddb57c3ce4a50b75bef8d50174daba96c25f0
Signed-off-by: Shobhit Verma <shobhit.v@samsung.com>
2 years ago[ITC][capi-maps-service][Non-ACR] Removed build warnings, unused variables and whites... 41/283541/2
Prashant Kumar Jangid [Fri, 28 Oct 2022 08:48:24 +0000 (14:18 +0530)]
[ITC][capi-maps-service][Non-ACR] Removed build warnings, unused variables and whitespaces

Change-Id: I0a6ef593b43e7fef35a0048821af644b74bc76af
Signed-off-by: Prashant Kumar Jangid <p.jangid@samsung.com>
2 years ago[ITC][nsd][NonACR] Removed whitespaces 49/283149/2
Utkarsh Tiwari [Wed, 19 Oct 2022 05:12:26 +0000 (10:42 +0530)]
[ITC][nsd][NonACR] Removed whitespaces

Change-Id: I0eccb2d6975f6c30bf54fe576514722d48d18955
Signed-off-by: Utkarsh Tiwari <utk.tiwari@samsung.com>
2 years ago[UTC][webrtc][Non-ACR] Increase timeout to 5 sec 31/283131/1
Sangchul Lee [Tue, 18 Oct 2022 11:23:17 +0000 (20:23 +0900)]
[UTC][webrtc][Non-ACR] Increase timeout to 5 sec

On emulator target, audio data from microphone does not come up in time.
It is assumed that it might happen due to the HOST microphone setting.
Hence, the timeout sec is increased thoroughly.

Change-Id: I3888c5cb27c83762322bc6d67d2b301edd38d6be
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
2 years ago[ITC][nsd][NonACR][Removed unused variables and whitespaces] 54/283054/2
Prashant Kumar Jangid [Mon, 17 Oct 2022 10:01:23 +0000 (15:31 +0530)]
[ITC][nsd][NonACR][Removed unused variables and whitespaces]

Change-Id: I78195b458c81e539e6ad8e1dcf9a3f35470b6524
Signed-off-by: Prashant Kumar Jangid <p.jangid@samsung.com>
2 years agoMerge "[UTC][media-content][NonACR] Remove TC for deprecated APIs" into tizen
shobhit verma [Wed, 12 Oct 2022 06:23:39 +0000 (06:23 +0000)]
Merge "[UTC][media-content][NonACR] Remove TC for deprecated APIs" into tizen

2 years ago[UTC][media-content][NonACR] Remove TC for deprecated APIs 19/282819/1
minje.ahn [Wed, 12 Oct 2022 04:16:32 +0000 (13:16 +0900)]
[UTC][media-content][NonACR] Remove TC for deprecated APIs

Change-Id: Icb4c994e7cf96886dd317fb970dbdffeda02521a
Signed-off-by: minje.ahn <minje.ahn@samsung.com>
2 years agoMerge "[UTC][capi-media-vision][NonACR] Fix mv_3d_run_async failure" into tizen
shobhit verma [Wed, 12 Oct 2022 02:56:52 +0000 (02:56 +0000)]
Merge "[UTC][capi-media-vision][NonACR] Fix mv_3d_run_async failure" into tizen

2 years ago[ITC][nsd][NonACR] Fix fail TCs for emulator 84/282784/2
Ankit Srivastava [Tue, 11 Oct 2022 10:29:12 +0000 (15:59 +0530)]
[ITC][nsd][NonACR] Fix fail TCs for emulator

Change-Id: I0bbc24ccce9c16675ecbff494ac4d01d4fce44e5
Signed-off-by: Ankit Srivastava <ankit.sri1@samsung.com>
2 years agoMerge "[UTC/ITC][Non-ACR] Remove shortcut TC from Tizen IoT profile" into tizen
shobhit verma [Tue, 11 Oct 2022 05:53:18 +0000 (05:53 +0000)]
Merge "[UTC/ITC][Non-ACR] Remove shortcut TC from Tizen IoT profile" into tizen

2 years ago[UTC][nsd][NonACR] Fix TC fail for emulator 36/282736/3
Seonah Moon [Tue, 11 Oct 2022 03:09:09 +0000 (12:09 +0900)]
[UTC][nsd][NonACR] Fix TC fail for emulator

Change-Id: Ie6b2e102fbac8fc36945e2536de74d42d9830f69
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
2 years ago[UTC][capi-media-vision][NonACR] Fix mv_3d_run_async failure 37/282737/1
Tae-Young Chung [Tue, 11 Oct 2022 03:25:03 +0000 (12:25 +0900)]
[UTC][capi-media-vision][NonACR] Fix mv_3d_run_async failure

When depth_cb is invoked QUIT_GMAIN_LOOP is called and
gMv3dPointCloudCallBackInvoked is checked before pointcloud_cb is
invoked.
So remove QUIT_GMAIN_LOOP and instead wait 5000ms.

Change-Id: I3cd74a8434350b2dcedd6deac664667576d4d2fb
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
2 years ago[UTC/ITC][Non-ACR] Remove shortcut TC from Tizen IoT profile 17/282717/2
Hwankyu Jhun [Mon, 10 Oct 2022 23:01:18 +0000 (23:01 +0000)]
[UTC/ITC][Non-ACR] Remove shortcut TC from Tizen IoT profile

Currently, the homescreen doesn't support the shortcut feature.
It means the application cannot use the feature in the IoT profile.
This patch removes shortcut itc/utc from the profile.

Change-Id: I53615c4350716e987a37da8394ade9abd7094896
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
2 years agoMerge "[ITC][nsd][ACR-1718] Added ITC for new nsd APIs" into tizen
shobhit verma [Fri, 7 Oct 2022 05:45:16 +0000 (05:45 +0000)]
Merge "[ITC][nsd][ACR-1718] Added ITC for new nsd APIs" into tizen

2 years ago[ITC][nsd][ACR-1718] Added ITC for new nsd APIs 15/282615/1
Shobhit Verma [Thu, 6 Oct 2022 11:40:59 +0000 (17:10 +0530)]
[ITC][nsd][ACR-1718] Added ITC for new nsd APIs

Change-Id: I3d45e94ec6998dadcc41826a0adbb9ea4c976f7d
Signed-off-by: Shobhit Verma <shobhit.v@samsung.com>
2 years agoMerge "[UTC][nsd][ACR-1718] Add new TCs for newly added nsd APIs" into tizen
shobhit verma [Thu, 6 Oct 2022 11:38:59 +0000 (11:38 +0000)]
Merge "[UTC][nsd][ACR-1718] Add new TCs for newly added nsd APIs" into tizen

2 years agoMerge "[ITC][media-vision][ACR-1720] Added ITC for new media vision 3D APIs" into...
shobhit verma [Thu, 6 Oct 2022 09:40:49 +0000 (09:40 +0000)]
Merge "[ITC][media-vision][ACR-1720] Added ITC for new media vision 3D APIs" into tizen

2 years ago[ITC][media-vision][ACR-1720] Added ITC for new media vision 3D APIs 93/282593/2
Shobhit Verma [Thu, 6 Oct 2022 09:13:44 +0000 (14:43 +0530)]
[ITC][media-vision][ACR-1720] Added ITC for new media vision 3D APIs

Change-Id: Iaf814312c64e54bdca0f6ae0f0ff27ab8bbd0bbc
Signed-off-by: Shobhit Verma <shobhit.v@samsung.com>
2 years ago[UTC][capi-media-vision][NonACR] Fix pointcloud related tcs failure 66/282566/2
Tae-Young Chung [Thu, 6 Oct 2022 05:03:10 +0000 (14:03 +0900)]
[UTC][capi-media-vision][NonACR] Fix pointcloud related tcs failure

Change-Id: I9e7a122c6bf2a8a5af63fe407a343702bc8ed9a7
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
2 years ago[UTC][capi-media-vision][NonACR] Fixed build issue for TV 99/282499/1
Shobhit Verma [Tue, 4 Oct 2022 14:23:11 +0000 (19:53 +0530)]
[UTC][capi-media-vision][NonACR] Fixed build issue for TV

Change-Id: I01a1a85ee2d9d8b536510add7f0256aaeab2207c
Signed-off-by: Shobhit Verma <shobhit.v@samsung.com>
2 years ago[TCT][Tool][Non-ACR][Updating tool - Auto_Build_binary 20221004]
Shobhit Verma [Tue, 4 Oct 2022 11:10:46 +0000 (16:40 +0530)]
[TCT][Tool][Non-ACR][Updating tool - Auto_Build_binary 20221004]

Change-Id: If3fa4a3573340da2153308914dc20131c9e857eb
Signed-off-by: Shobhit Verma <shobhit.v@samsung.com>
2 years agoMerge "[UTC][ITC][mediaeditor][Non-ACR] Remove tc from tv" into tizen
shobhit verma [Tue, 4 Oct 2022 08:29:08 +0000 (08:29 +0000)]
Merge "[UTC][ITC][mediaeditor][Non-ACR] Remove tc from tv" into tizen

2 years agoMerge "[UTC][capi-media-vision][ACR-1720] Add UTC for 3D APIs" into tizen
shobhit verma [Tue, 4 Oct 2022 07:38:24 +0000 (07:38 +0000)]
Merge "[UTC][capi-media-vision][ACR-1720] Add UTC for 3D APIs" into tizen

2 years ago[UTC][ITC][mediaeditor][Non-ACR] Remove tc from tv 76/282476/2
Haesu Gwon [Tue, 4 Oct 2022 06:24:58 +0000 (15:24 +0900)]
[UTC][ITC][mediaeditor][Non-ACR] Remove tc from tv

Change-Id: Ie1fe82daaeaa97dd371230c499748ac0aaa91055

2 years agoMerge "[ITC/UTC][voice-control][ACR-1714] Add TIDL privileges in voice-control TCTs...
shobhit verma [Tue, 4 Oct 2022 06:24:51 +0000 (06:24 +0000)]
Merge "[ITC/UTC][voice-control][ACR-1714] Add TIDL privileges in voice-control TCTs" into tizen

2 years agoMerge "[UTC][Mediavision][Non-ACR] make sure to clean up input source" into tizen
Jihun Park [Tue, 4 Oct 2022 05:26:29 +0000 (05:26 +0000)]
Merge "[UTC][Mediavision][Non-ACR] make sure to clean up input source" into tizen

2 years agoMerge "[UTC][ITC][nnstreamer][Non-ACR] Fix when using ml-service APIs" into tizen
Jihun Park [Tue, 4 Oct 2022 05:26:22 +0000 (05:26 +0000)]
Merge "[UTC][ITC][nnstreamer][Non-ACR] Fix when using ml-service APIs" into tizen

2 years ago[UTC][nsd][ACR-1718] Add new TCs for newly added nsd APIs 25/281925/2
cheoleun moon [Fri, 23 Sep 2022 07:20:55 +0000 (16:20 +0900)]
[UTC][nsd][ACR-1718] Add new TCs for newly added nsd APIs

Change-Id: Id04ef14770c7d29d2662450233e19744c6900fe8

2 years agoMerge "[ITC][ACR-1719][resource-monitor] Added TCs for new module" into tizen
Jihun Park [Tue, 4 Oct 2022 05:23:29 +0000 (05:23 +0000)]
Merge "[ITC][ACR-1719][resource-monitor] Added TCs for new module" into tizen

2 years ago[UTC][capi-media-vision][ACR-1720] Add UTC for 3D APIs 46/282246/2
Tae-Young Chung [Thu, 29 Sep 2022 05:25:15 +0000 (14:25 +0900)]
[UTC][capi-media-vision][ACR-1720] Add UTC for 3D APIs

Change-Id: I6c2f1d20311f20c42a43d3ca247fb52d37c3e2c1
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
2 years ago[ITC][ACR-1719][resource-monitor] Added TCs for new module 52/282452/3
Shobhit Verma [Tue, 4 Oct 2022 03:17:09 +0000 (08:47 +0530)]
[ITC][ACR-1719][resource-monitor] Added TCs for new module

Change-Id: I264e2c1371b810343f0f9697cb45a9199f249e08
Signed-off-by: Shobhit Verma <shobhit.v@samsung.com>
2 years ago[UTC][Mediavision][Non-ACR] make sure to clean up input source 74/282374/1
Inki Dae [Fri, 30 Sep 2022 08:55:34 +0000 (17:55 +0900)]
[UTC][Mediavision][Non-ACR] make sure to clean up input source

Change-Id: I6f9b95828778aa22f56fd9f6c3aa6ce08ccb0fc9
Signed-off-by: Inki Dae <inki.dae@samsung.com>
2 years ago[UTC][resource-monitor][ACR-1719]Add missing configurations 47/282347/2
Sung-hun Kim [Fri, 30 Sep 2022 05:16:55 +0000 (14:16 +0900)]
[UTC][resource-monitor][ACR-1719]Add missing configurations

Change-Id: Ib9f07aaa1a4f2cc5aab1e54c96d036391485c548
Signed-off-by: Sung-hun Kim <sfoon.kim@samsung.com>
2 years ago[ITC/UTC][voice-control][ACR-1714] Add TIDL privileges in voice-control TCTs 64/282364/2
sooyeon [Fri, 30 Sep 2022 07:51:14 +0000 (16:51 +0900)]
[ITC/UTC][voice-control][ACR-1714] Add TIDL privileges in voice-control TCTs

Change-Id: I8e13b9bdcb66e330b7d5751a8a6ddc4729e89105
Signed-off-by: sooyeon <sooyeon.kim@samsung.com>
2 years ago[ITC][capi-maps-service][NonACR][Fixed ITc_maps_place_get_related_link_p for MAPS_ERR... 15/282215/2
Shobhit Verma [Wed, 28 Sep 2022 09:57:46 +0000 (15:27 +0530)]
[ITC][capi-maps-service][NonACR][Fixed ITc_maps_place_get_related_link_p for MAPS_ERROR_NOT_FOUND]

Change-Id: Iab5ebdf66ed25461501b8c72e27422b74caebf55
Signed-off-by: Shobhit Verma <shobhit.v@samsung.com>
2 years ago[UTC][ITC][nnstreamer][Non-ACR] Fix when using ml-service APIs 07/282207/1
Yongjoo Ahn [Wed, 28 Sep 2022 07:59:22 +0000 (16:59 +0900)]
[UTC][ITC][nnstreamer][Non-ACR] Fix when using ml-service APIs

- There are occasional failures when using service APIs because of
  latency for dbus and network communication.
- To relieve this issue, add sleep times between APis and increase timeout value.
- And remove checking pipeline state after launch a new pipeline

Change-Id: Ia6a9b1bc07084cf20223e43645e4bb5128f87c33
Signed-off-by: Yongjoo Ahn <yongjoo1.ahn@samsung.com>
2 years agoMerge "[ITC][nnstreamer][ACR-1723] Add ITC for ml-service query APIs" into tizen
shobhit verma [Tue, 27 Sep 2022 11:34:40 +0000 (11:34 +0000)]
Merge "[ITC][nnstreamer][ACR-1723] Add ITC for ml-service query APIs" into tizen

2 years ago[ITC][nnstreamer][ACR-1723] Add ITC for ml-service query APIs 47/282147/2
Ankit Srivastava [Tue, 27 Sep 2022 09:26:51 +0000 (14:56 +0530)]
[ITC][nnstreamer][ACR-1723] Add ITC for ml-service query APIs

Change-Id: I228647b0d46ef2c6858285eb4f0ba3677afbce2a
Signed-off-by: Ankit Srivastava <ankit.sri1@samsung.com>
2 years ago[ITC][player][NonACR][Fix timeout issue for audio frame decode TCs] 15/282115/2
Ankit Srivastava [Tue, 27 Sep 2022 06:46:10 +0000 (12:16 +0530)]
[ITC][player][NonACR][Fix timeout issue for audio frame decode TCs]

Change-Id: Ibd57dd2200c4b2f76121baf2d239092b39e34102
Signed-off-by: Ankit Srivastava <ankit.sri1@samsung.com>
2 years agoMerge "[UTC][machine-learning-service][ACR-1723] Add TCs for ml-service query" into...
shobhit verma [Tue, 27 Sep 2022 02:49:24 +0000 (02:49 +0000)]
Merge "[UTC][machine-learning-service][ACR-1723] Add TCs for ml-service query" into tizen

2 years ago[UTC][ITC][webrtc][ACR-1730] Change platform privilge parameter to something else 82/281882/2
hj kim [Fri, 23 Sep 2022 01:27:21 +0000 (10:27 +0900)]
[UTC][ITC][webrtc][ACR-1730] Change platform privilge parameter to something else

Change-Id: If2584a5f6a0ea7306cc12c4254e503b24675c795

2 years agoMerge "[UTC][ITC][media-vision][Non-ACR]: update resource files" into tizen
Jihun Park [Thu, 22 Sep 2022 07:54:31 +0000 (07:54 +0000)]
Merge "[UTC][ITC][media-vision][Non-ACR]: update resource files" into tizen

2 years ago[UTC][ITC][media-vision][Non-ACR]: update resource files 31/281831/1
Inki Dae [Thu, 22 Sep 2022 07:26:52 +0000 (16:26 +0900)]
[UTC][ITC][media-vision][Non-ACR]: update resource files

Recently, model and json files have been updated so
keep the latest version.

Change-Id: Id330abc15428d27635cd74155f1f42355c0e675e
Signed-off-by: Inki Dae <inki.dae@samsung.com>
2 years agoMerge "[ITC][media-vision][Non-ACR] Feature value updated as per ACR" into tizen
shobhit verma [Wed, 21 Sep 2022 09:50:50 +0000 (09:50 +0000)]
Merge "[ITC][media-vision][Non-ACR] Feature value updated as per ACR" into tizen

2 years ago[ITC][media-vision][Non-ACR] Feature value updated as per ACR 47/281747/1
Ankit Srivastava [Wed, 21 Sep 2022 09:03:10 +0000 (14:33 +0530)]
[ITC][media-vision][Non-ACR] Feature value updated as per ACR

Change-Id: I3e91c0d1bc20a3dd47bd3a4b9950db1db1ee7a00
Signed-off-by: Ankit Srivastava <ankit.sri1@samsung.com>
2 years agoMerge "[UTC][resource-monitor][ACR-1719] Add new TCs for newly added pass-resouce...
shobhit verma [Wed, 21 Sep 2022 08:20:35 +0000 (08:20 +0000)]
Merge "[UTC][resource-monitor][ACR-1719] Add new TCs for newly added pass-resouce-monitor APIs" into tizen

2 years ago[UTC][resource-monitor][ACR-1719] Add new TCs for newly added pass-resouce-monitor... 73/281573/5
Sung-hun Kim [Tue, 20 Sep 2022 03:02:48 +0000 (12:02 +0900)]
[UTC][resource-monitor][ACR-1719] Add new TCs for newly added pass-resouce-monitor APIs

Change-Id: Ib3c6d64418471cf77b2bb0ee46ddb1c2b4a085bc
Signed-off-by: Sung-hun Kim <sfoon.kim@samsung.com>
2 years agoMerge "[ITC][nnstreamer][ACR-1722] added two TC for newly added APIs - Add TCs for...
shobhit verma [Tue, 20 Sep 2022 07:54:12 +0000 (07:54 +0000)]
Merge "[ITC][nnstreamer][ACR-1722] added two TC for newly added APIs - Add TCs for newly added APIs by ACR-1722.   - ITc_nnstreamer_ml_service_launch_destroy_pipeline_p   - ITc_nnstreamer_ml_service_start_stop_pipeline_p" into tizen

2 years ago[ITC][nnstreamer][ACR-1722] added two TC for newly added APIs 90/281490/3
Ankit Srivastava [Mon, 19 Sep 2022 12:12:08 +0000 (17:42 +0530)]
[ITC][nnstreamer][ACR-1722] added two TC for newly added APIs
- Add TCs for newly added APIs by ACR-1722.
  - ITc_nnstreamer_ml_service_launch_destroy_pipeline_p
  - ITc_nnstreamer_ml_service_start_stop_pipeline_p

Change-Id: I546ae99982a3251fe29ff81e849c5af5f25b37ab
Signed-off-by: Ankit Srivastava <ankit.sri1@samsung.com>
2 years agoMerge "[ITC][UTC][nntrainer][ACR-1721][Add enum for layers]" into tizen
shobhit verma [Tue, 20 Sep 2022 06:37:23 +0000 (06:37 +0000)]
Merge "[ITC][UTC][nntrainer][ACR-1721][Add enum for layers]" into tizen

2 years agoMerge "[UTC][machine-learning-service][ACR-1722] Add TCs for ml-service" into tizen
shobhit verma [Tue, 20 Sep 2022 06:35:42 +0000 (06:35 +0000)]
Merge "[UTC][machine-learning-service][ACR-1722] Add TCs for ml-service" into tizen

2 years ago[UTC][machine-learning-service][ACR-1723] Add TCs for ml-service query 46/281446/1
Yongjoo Ahn [Mon, 19 Sep 2022 06:18:53 +0000 (15:18 +0900)]
[UTC][machine-learning-service][ACR-1723] Add TCs for ml-service query

- Add TCs for newly added APIs by ACR-1723:
  - ml_service_query_create
  - ml_service_query_request

Change-Id: I641e842b69842d30104b2f7cd3d5e30b2d83f22c
Signed-off-by: Yongjoo Ahn <yongjoo1.ahn@samsung.com>
2 years ago[UTC][machine-learning-service][ACR-1722] Add TCs for ml-service 48/281148/3
Yongjoo Ahn [Tue, 13 Sep 2022 12:13:09 +0000 (21:13 +0900)]
[UTC][machine-learning-service][ACR-1722] Add TCs for ml-service

- Add TCs for newly added APIs by ACR-1722.
  - ml_service_launch_pipeline
  - ml_service_start_pipeline
  - ml_service_stop_pipeline
  - ml_service_destroy
  - ml_service_get_pipeline_state

Change-Id: I38b4ea389c7dc7c445b0624dfac4064e49a4be47
Signed-off-by: Yongjoo Ahn <yongjoo1.ahn@samsung.com>
2 years agoMerge "[ITC][player][Non-ACR] Fix bug for media_format_h use" into tizen
shobhit verma [Fri, 16 Sep 2022 04:48:44 +0000 (04:48 +0000)]
Merge "[ITC][player][Non-ACR] Fix bug for media_format_h use" into tizen

2 years ago[ITC][UTC][nntrainer][ACR-1721][Add enum for layers] 67/280767/3
hyunil park [Mon, 5 Sep 2022 02:53:14 +0000 (11:53 +0900)]
[ITC][UTC][nntrainer][ACR-1721][Add enum for layers]

- Add ITC and UTC for Attention, Mol Attention, Multi Head Attention, Layer Normalization
  and Positional Encoding

Change-Id: I4745d4730615f87060bff14435883910b4ac6e5d
Signed-off-by: hyunil park <hyunil46.park@samsung.com>
2 years ago[ITC][player][Non-ACR] Fix bug for media_format_h use 86/281286/1
Gilbok Lee [Thu, 15 Sep 2022 07:15:54 +0000 (16:15 +0900)]
[ITC][player][Non-ACR] Fix bug for media_format_h use

Change-Id: Ib70ec872db1c2dcf51ad98c0c2362b78a80dc78e

2 years ago[UTC][webrtc][Non-ACR] Revise utc_media_webrtc_media_source_set_transceiver_codec_p() 56/281256/1
Sangchul Lee [Thu, 15 Sep 2022 03:07:38 +0000 (12:07 +0900)]
[UTC][webrtc][Non-ACR] Revise utc_media_webrtc_media_source_set_transceiver_codec_p()

Use WEBRTC_MEDIA_SOURCE_TYPE_NULL type to increase code coverage measurement.

Change-Id: Ia6b74abdbd176cd7f3ee5f70339120f35001002e
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
2 years ago[ITC][webrtc][Non-ACR] Revise ITc_webrtc_file_source_set_path_p() 55/281255/1
Sangchul Lee [Thu, 15 Sep 2022 02:55:51 +0000 (11:55 +0900)]
[ITC][webrtc][Non-ACR] Revise ITc_webrtc_file_source_set_path_p()

Change-Id: I34e9e1ed78406e642c1229b37d6668a858055c72
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
2 years ago[ITC][webrtc][Non-ACR] Fix bug in ITc_webrtc_start_and_finish_negotiation_p() 75/281175/1
Sangchul Lee [Wed, 14 Sep 2022 05:14:50 +0000 (14:14 +0900)]
[ITC][webrtc][Non-ACR] Fix bug in ITc_webrtc_start_and_finish_negotiation_p()

Previously, checking track_added_cb was omitted and the webrtc state was
released immediately after setting remote description to offerer handle
which is not expected. It is fixed now.

Change-Id: I5508b047a8157fc2daeef8853ea7f695a7749c1d
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
2 years agoMerge "[ITC][webrtc][non-ACR] Remove useless code" into tizen
shobhit verma [Tue, 13 Sep 2022 08:22:45 +0000 (08:22 +0000)]
Merge "[ITC][webrtc][non-ACR] Remove useless code" into tizen

2 years agoMerge changes I87488358,Ie31d18cb into tizen
shobhit verma [Thu, 8 Sep 2022 07:54:28 +0000 (07:54 +0000)]
Merge changes I87488358,Ie31d18cb into tizen

* changes:
  [UTC][webrtc][Non-ACR] utc-media-webrtc-callback: Apply startup/cleanup
  [UTC][webrtc][Non-ACR] utc-media-webrtc: Apply startup/cleanup

2 years ago[UTC][webrtc][Non-ACR] utc-media-webrtc-callback: Apply startup/cleanup 28/281028/2
Sangchul Lee [Thu, 8 Sep 2022 03:22:06 +0000 (12:22 +0900)]
[UTC][webrtc][Non-ACR] utc-media-webrtc-callback: Apply startup/cleanup

Change-Id: I874883583031d51e80f5293c5b0028a1bc5c0a3a
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
2 years ago[UTC][webrtc][Non-ACR] utc-media-webrtc: Apply startup/cleanup 25/281025/2
Sangchul Lee [Thu, 8 Sep 2022 02:37:53 +0000 (11:37 +0900)]
[UTC][webrtc][Non-ACR] utc-media-webrtc: Apply startup/cleanup

Change-Id: Ie31d18cb6c6df93d0eff9b221968b77bc9cdd2ed
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
2 years ago[ITC][webrtc][non-ACR] Remove useless code 20/281020/2
hj kim [Thu, 8 Sep 2022 02:15:58 +0000 (11:15 +0900)]
[ITC][webrtc][non-ACR] Remove useless code

Change-Id: I2cc46b6185bef1a5202ac484c7093c65f6cd2bb0

2 years ago[UTC][mediacodec][NonACR] Code clean up 44/280944/3
Jeongmo Yang [Wed, 7 Sep 2022 04:06:35 +0000 (13:06 +0900)]
[UTC][mediacodec][NonACR] Code clean up

- Update error handling to prevent crash
- Remove build warnings

Change-Id: Ic234f1674cdf0ce63253f52294311ea656c2a9fe
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
2 years ago[ITC][player][Non-ACR] app launch code optimised 84/280984/2
Ankit Srivastava [Wed, 7 Sep 2022 09:07:42 +0000 (14:37 +0530)]
[ITC][player][Non-ACR] app launch code optimised

Change-Id: I98abd08176a602739375e930b75d973fb771b24b
Signed-off-by: Ankit Srivastava <ankit.sri1@samsung.com>
2 years agoMerge "[UTC][multi-assistant][ACR-1703][Add new APIs for getting wakeup event data...
shobhit verma [Wed, 7 Sep 2022 08:34:24 +0000 (08:34 +0000)]
Merge "[UTC][multi-assistant][ACR-1703][Add new APIs for getting wakeup event data]" into tizen

2 years ago[ITC][multi-assistant][ACR-1703] added two TC for newly added APIs 70/280870/5
Ankit Srivastava [Tue, 6 Sep 2022 06:39:36 +0000 (12:09 +0530)]
[ITC][multi-assistant][ACR-1703] added two TC for newly added APIs

Change-Id: I3f2ac12989613bff9fdf334d6b1e9300af84f6e2
Signed-off-by: Ankit Srivastava <ankit.sri1@samsung.com>
2 years ago[UTC][multi-assistant][ACR-1703][Add new APIs for getting wakeup event data] 78/280778/1
InHong Han [Mon, 5 Sep 2022 04:25:43 +0000 (13:25 +0900)]
[UTC][multi-assistant][ACR-1703][Add new APIs for getting wakeup event data]

Change-Id: Id36979146b137dd8a707a819691aa7af07d97ed0

2 years ago[ITC][webrtc][Non-ACR][Fix build fail issue] 98/280498/1
Shobhit Verma [Wed, 31 Aug 2022 03:03:33 +0000 (08:33 +0530)]
[ITC][webrtc][Non-ACR][Fix build fail issue]

Change-Id: Ib4fa65d56816ff1652530056945b228ac09aa997
Signed-off-by: Shobhit Verma <shobhit.v@samsung.com>
2 years agoMerge "[UTC][camera][ACR-1715] Change parameter of some APIs" into tizen
shobhit verma [Tue, 30 Aug 2022 11:11:39 +0000 (11:11 +0000)]
Merge "[UTC][camera][ACR-1715] Change parameter of some APIs" into tizen

2 years ago[ITC][tts][ACR-1716] Added two new TC for newly added APIs 91/280391/4
Ankit Srivastava [Mon, 29 Aug 2022 10:24:26 +0000 (15:54 +0530)]
[ITC][tts][ACR-1716] Added two new TC for newly added APIs

Change-Id: I3337edfad5a0027c32be8f3a7f7cbb09024e02dc
Signed-off-by: Ankit Srivastava <ankit.sri1@samsung.com>
2 years ago[ITC][webrtc][ACR-1712] added two TC for newly added APIs 95/280395/4
Ankit Srivastava [Mon, 29 Aug 2022 10:54:45 +0000 (16:24 +0530)]
[ITC][webrtc][ACR-1712] added two TC for newly added APIs

Change-Id: I9faa5e27783ee494a78093d5db2bfe548668397f
Signed-off-by: Ankit Srivastava <ankit.sri1@samsung.com>
2 years agoMerge "[ITC][camera][ACR-1715]Change parameter of some API" into tizen
shobhit verma [Tue, 30 Aug 2022 09:12:12 +0000 (09:12 +0000)]
Merge "[ITC][camera][ACR-1715]Change parameter of some API" into tizen

2 years ago[ITC][camera][ACR-1715]Change parameter of some API 94/280194/4
Ankit Srivastava [Thu, 25 Aug 2022 06:31:26 +0000 (12:01 +0530)]
[ITC][camera][ACR-1715]Change parameter of some API

Change-Id: I03094c29c68c3b75383e5a11ded6fa6a8bd23790
Signed-off-by: Ankit Srivastava <ankit.sri1@samsung.com>