Shobhit Verma [Fri, 17 Feb 2023 11:14:41 +0000 (16:44 +0530)]
[ITC][capi-media-tool][NonACR] Fixed build warnings
Change-Id: I8cab9c564bfb0a5e5bdfa1ede03b4984e3107c2e
Signed-off-by: Shobhit Verma <shobhit.v@samsung.com>
shobhit verma [Fri, 17 Feb 2023 05:11:58 +0000 (05:11 +0000)]
Merge "[ITC][media-controller][NonACR] Removed unsed variables" into tizen
Dariusz Michaluk [Thu, 16 Feb 2023 11:00:38 +0000 (12:00 +0100)]
Remove Privacy Privilege Manager UTC
All PPM APIs are deprecated since Tizen 7.5
Change-Id: Iaa9533f128d8e13c6fbb73f185cfe50143065ecd
Utkarsh Tiwari [Thu, 16 Feb 2023 10:57:22 +0000 (16:27 +0530)]
[ITC][media-controller][NonACR] Removed unsed variables
Change-Id: I28ac44660a79097b6eb6a62e299e007f430e0efc
Signed-off-by: Utkarsh Tiwari <utk.tiwari@samsung.com>
Utkarsh Tiwari [Wed, 15 Feb 2023 08:47:05 +0000 (14:17 +0530)]
[ITC][recorder][NonACR] Removed whitespaces and unused variables
Change-Id: Id3bc14f31bcb2790525c7434faf03d7736d69b39
Signed-off-by: Utkarsh Tiwari <utk.tiwari@samsung.com>
hyeonseok lee [Wed, 8 Feb 2023 09:43:33 +0000 (18:43 +0900)]
[UTC][nntrainer][Non-ACR] handle heap use after free
- Remove utc_nntrainer_model_get_input/output_tensors_info_n3 testcases.
This test cause heap use after free error.
- Added model construct function.
Change-Id: I1f3989c9286bd48050d0bf077d2e0b9b01ffe9e3
Signed-off-by: hyeonseok lee <hs89.lee@samsung.com>
Shobhit Verma [Thu, 2 Feb 2023 04:41:12 +0000 (10:11 +0530)]
[TCT][Tool][Non-ACR][Updating tool - Auto_Build_binary
20230202]
Change-Id: I26dff55eab465df6d92b4d72f18d973d56e204f7
Signed-off-by: Shobhit Verma <shobhit.v@samsung.com>
shobhit verma [Mon, 30 Jan 2023 04:20:45 +0000 (04:20 +0000)]
Merge "[UTC][privilege-info][Non-ACR] Fix test case utc_privilege_info_get_description_by_pkgtype_n4" into tizen
Tomasz Swierczek [Thu, 26 Jan 2023 08:51:58 +0000 (09:51 +0100)]
[UTC][privilege-info][Non-ACR] Fix test case utc_privilege_info_get_description_by_pkgtype_n4
Test was supposed to use another function.
Change-Id: I8af69f4914a3378df580c32496f1bddf9b0a27b3
shobhit verma [Wed, 25 Jan 2023 09:55:19 +0000 (09:55 +0000)]
Merge "[UTC][nntrainer][Non-ACR] handle heap use after free" into tizen
Tae-Young Chung [Wed, 25 Jan 2023 06:15:14 +0000 (15:15 +0900)]
[UTC][MediaVison][Non-ACR] fix feature check issues
In face_tracking, roi_tracker, and some of 3d apis, checking features
and their support is wrong so that the apis' tcs return failure.
Change-Id: I3445c568814491c42668b6815e107a3da703b558
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
shobhit verma [Tue, 24 Jan 2023 10:44:25 +0000 (10:44 +0000)]
Merge "[ITC][MediaVision][Non-ACR] separate media vision module into legacy and deep learning test cases" into tizen
Ankit Srivastava [Thu, 19 Jan 2023 09:11:22 +0000 (14:41 +0530)]
[ITC][MediaVision][Non-ACR] separate media vision module into legacy and deep learning test cases
Change-Id: I1e01214d1d8fe60936830dfe4e527430195f7dfc
Signed-off-by: Ankit Srivastava <ankit.sri1@samsung.com>
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>
(cherry picked from commit
b8ba1a68f4712a10cfc7e701f007d0ce3587dd3a)
hyeonseok lee [Thu, 19 Jan 2023 09:13:05 +0000 (18:13 +0900)]
[UTC][nntrainer][Non-ACR] handle heap use after free
- Even though dataset was not created ml_train_dataset_destroy was added in some cases and it causes heap use after free bug.
- Adjust layer_type size to test every layers.
Change-Id: I4ee621a888b7f0ae4d264474b9a8d62415003acd
Signed-off-by: hyeonseok lee <hs89.lee@samsung.com>
shobhit verma [Thu, 19 Jan 2023 04:03:46 +0000 (04:03 +0000)]
Merge "[ITC][nnstreamer][Non-ACR] Fix the ML Service Feature issue" into tizen
Sangjung Woo [Tue, 17 Jan 2023 08:49:12 +0000 (17:49 +0900)]
[ITC][nnstreamer][Non-ACR] Fix the ML Service Feature issue
Before calling ML Service API, 'machine_learning.service' feature should
be enabled on the target device. If not, ML_ERROR_NOT_SUPPORTED will be
returned and the test case be failed. To fix this issue, this patch adds
the ML_SERVICE_FEATURE_CHECK macro for each test case.
* Related issue: https://code.sec.samsung.net/jira/browse/TSEVEN-4675
Change-Id: Icfb92ffbbdaf7de27cb8b1caa666b2857b25b4ab
Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
Shobhit Verma [Tue, 17 Jan 2023 12:00:36 +0000 (17:30 +0530)]
[TCT][Tool][Non-ACR][Updating tool - Auto_Build_binary
20230117]
Change-Id: I9d3a7f52c112142439873d899ae367e66aaefdcd
Signed-off-by: Shobhit Verma <shobhit.v@samsung.com>
shobhit verma [Wed, 11 Jan 2023 09:09:49 +0000 (09:09 +0000)]
Merge "[UTC][MediaVision][Non-ACR]: update mediavision utc and itc" into tizen
Inki Dae [Tue, 4 Oct 2022 05:32:06 +0000 (14:32 +0900)]
[UTC][MediaVision][Non-ACR]: update mediavision utc and itc
This patch separates existing UTC into legacy and deep learning test cases
due to OOM issue by resourced - Mediavision UTC can exceed maximum memory
usage limited by resourced memcg policy, and also updates meta files.
Change-Id: I3e67aa8559da1e51e032efe666b0e33866fd4c74
Signed-off-by: Inki Dae <inki.dae@samsung.com>
shobhit verma [Tue, 10 Jan 2023 05:59:50 +0000 (05:59 +0000)]
Merge "[UTC/ITC][Non-ACR] Remove resource-monitor TC from TV profile" into tizen
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>
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: I32bc5638339af707aa5b0deee816c711e1e62e5c
Signed-off-by: Dongwoo Lee <dwoo08.lee@samsung.com>
shobhit verma [Thu, 5 Jan 2023 05:03:49 +0000 (05:03 +0000)]
Merge "[UTC][media-content][NonACR] Remove deprecated TCs" into tizen
shobhit verma [Tue, 27 Dec 2022 09:16:53 +0000 (09:16 +0000)]
Merge "[UTC][player][NonACR] Initialize PTS when start feeding data" into tizen
Eunhye Choi [Tue, 27 Dec 2022 08:26:16 +0000 (17:26 +0900)]
[UTC][player][NonACR] Initialize PTS when start feeding data
- Fix PTS error
Change-Id: I90697ac256213326d3384e90ea748fe61d397bcf
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>
hj kim [Tue, 20 Dec 2022 06:15:52 +0000 (15:15 +0900)]
[UTC][metadata-extractor][NonACR] Add missing metadata value check
Missing check when the value is NULL
Change-Id: I08c4013051ce298d9b9922ce187c586876be21d8
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>
Utkarsh Tiwari [Thu, 15 Dec 2022 10:51:30 +0000 (16:21 +0530)]
[ITC][media-vision][NonACR] Removed unused variables and whitespaces
Change-Id: I68e9c52798206794908005680901919fdfd3d847
Signed-off-by: Utkarsh Tiwari <utk.tiwari@samsung.com>
Shobhit Verma [Tue, 13 Dec 2022 12:00:38 +0000 (17:30 +0530)]
[TCT][Tool][Non-ACR][Updating tool - Auto_Build_binary
20221213]
Change-Id: I30008c61f92346eb290a0c0a5fd75f423f3ca8ad
Signed-off-by: Shobhit Verma <shobhit.v@samsung.com>
shobhit verma [Tue, 13 Dec 2022 10:25:31 +0000 (10:25 +0000)]
Merge "[TCT][Scripts][NonACR]multiple modules build and install feature is added" into tizen
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>
(cherry picked from commit
78606a85be9b0e6c5c5973b1c6bec51db466dc2a)
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>
(cherry picked from commit
3a22b4145209fc072233e0725c045d8f5e316d72)
Ankit Srivastava [Fri, 9 Dec 2022 09:06:59 +0000 (14:36 +0530)]
[TCT][Tool][NonACR][updating tool tar file for tizen 7.5 version]
Change-Id: Ia56355638506a5054b8ae22cbda51ffb012c210a
Signed-off-by: Ankit Srivastava <ankit.sri1@samsung.com>
shobhit verma [Thu, 8 Dec 2022 10:47:16 +0000 (10:47 +0000)]
Merge "[Scripts][NonACR][scripts changes done for new tizen 7.5 branch build and installation]" into tizen
Ankit Srivastava [Wed, 7 Dec 2022 09:37:16 +0000 (15:07 +0530)]
[Scripts][NonACR][scripts changes done for new tizen 7.5 branch build and installation]
Change-Id: I2b23c7733f5cb2f4ffda71fcd0d3cd025efb0c6d
Signed-off-by: Ankit Srivastava <ankit.sri1@samsung.com>
Shobhit Verma [Wed, 7 Dec 2022 12:00:48 +0000 (17:30 +0530)]
[TCT][Tool][Non-ACR][Updating tool - Auto_Build_binary
20221207]
Change-Id: I29d483ed987794047127771b775f6fa5ec81a31f
Signed-off-by: Shobhit Verma <shobhit.v@samsung.com>
hyunil park [Wed, 7 Dec 2022 00:35:46 +0000 (09:35 +0900)]
[ITC][nntrainer][Non-ACR] Remove elementary dependency
- Removed elementary dependency
Change-Id: Iab1866bf52013389b680ff7ed918cbe5c03a5688
Signed-off-by: hyunil park <hyunil46.park@samsung.com>
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>
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>
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>
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
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>
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
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
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>
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>
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>
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>
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>
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>
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>
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>
minje.ahn [Tue, 8 Nov 2022 23:50:35 +0000 (08:50 +0900)]
[UTC][media-content][NonACR] Remove deprecated TCs
Change-Id: I9668fd70b553fb748c54a1e82414acb93b91fc9e
Signed-off-by: minje.ahn <minje.ahn@samsung.com>
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>
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>
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>
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>
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>
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
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>
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
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>
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
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>
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>
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>
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
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>
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
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
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>
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>
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>
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>
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
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
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
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
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
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
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
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
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>
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>
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>
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>
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>
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>
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>
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
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>
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>
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
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
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
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>
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
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>