Daniel Kita [Mon, 29 May 2023 13:14:21 +0000 (15:14 +0200)]
[ITC][UTC][key-manager][ACR-1757] Add key-wrapping and key-derivation tests
Add ckmc_import/export_wrapped_key and ckmc_key_derive tests
Change-Id: I9e1e3906d2c0a9387fecddfc970e116796f86540
Sangchul Lee [Mon, 24 Apr 2023 09:37:18 +0000 (18:37 +0900)]
[ITC][webrtc][non-ACR] Remove FPRINTF() to avoid crash
Sometimes a crash occurs like below.
...
5: fclose + 0x154 (0x0000007f8a8180b4) [/usr/lib64/libc-2.30.so] + 0x640b4
6: (0x000000558329269c) [/opt/usr/globalapps/org.tizen.webrtc-native-itc/bin/webrtc-native-itc] + 0x669c
Change-Id: Id11a44684fb8bad36364c0596e1c6183011bf35f
Krzysztof Jackiewicz [Tue, 4 Apr 2023 07:51:40 +0000 (09:51 +0200)]
[ITC][key-manager][Non-ACR] Fix pkcs test
The test uses empty passwords when saving pkcs but it passes non-empty
passwords when getting the pkcs back. The test was passing before
because key-manager silently ignored such cases. Now it returns an
error.
Also the polices were passed in incorrect order.
Fix the test by using passwords both when saving and getting the pkcs
and fixing the policy order.
Change-Id: I8963a73c0e7cf3547dc5dba1db55960edd9f3d3b
Shobhit Verma [Tue, 28 Mar 2023 08:36:39 +0000 (14:06 +0530)]
[ITC][wifi-manager][ACR-1727, ACR-1728] Added TCs for new APIs
Change-Id: Id3c571a51ce2472884c13c0923ffc58c6ff7db08
Signed-off-by: Shobhit Verma <shobhit.v@samsung.com>
(cherry picked from commit
9f6d3927b8cd44c5f264d84636a3c3d332283640)
Manika Shrivastava [Fri, 17 Mar 2023 04:55:45 +0000 (10:25 +0530)]
[UTC][wifi-manager][ACR-1727, ACR-1728] TCs added as per new APIs
Change-Id: I904d2d719acfd272937b28b42e6ed053eed7ecb5
Shobhit Verma [Wed, 15 Mar 2023 05:36:49 +0000 (11:06 +0530)]
[ITC][wifi-manager][Non-ACR] Fixed build warning issues, incorrect parameters in function calls
Change-Id: Iec2e056014ab809fa3cbba1bf9dbaec53a5d9fc0
Signed-off-by: Shobhit Verma <shobhit.v@samsung.com>
(cherry picked from commit
251a55031ca08cdb2dccfc990a8b7ccf4b05ae79)
Utkarsh Tiwari [Tue, 14 Mar 2023 09:40:22 +0000 (15:10 +0530)]
[ITC][rpc-port][Non-ACR] Removed unused variables and warnings
Change-Id: I51fb453b9643c1bc8dd8ced0a5060746e89b82e1
Signed-off-by: Utkarsh Tiwari <utk.tiwari@samsung.com>
(cherry picked from commit
af6642da5338c16c15b0b44e0c2eef5f6b4a3563)
shobhit verma [Thu, 16 Mar 2023 06:35:55 +0000 (06:35 +0000)]
Merge "[ITC][mediaeditor][NonACR] Remove unwanted space" into tizen_7.0
Ankit Srivastava [Wed, 15 Mar 2023 03:52:52 +0000 (09:22 +0530)]
[ITC][nnstreamer][NonACR] Remove wrong Indentation
Change-Id: Iad660c8193428262f752db58bb2fe061565f58b6
Signed-off-by: Ankit Srivastava <ankit.sri1@samsung.com>
(cherry picked from commit
2d6a524bae3f210ab56e9cbaaf005c0b88b7d9d1)
Ankit Srivastava [Wed, 15 Mar 2023 04:22:17 +0000 (09:52 +0530)]
[ITC][mediaeditor][NonACR] Remove unwanted space
Change-Id: I4e5459de4ba0684d050996e5031e29de123fed5e
Signed-off-by: Ankit Srivastava <ankit.sri1@samsung.com>
(cherry picked from commit
0b7f55373c1f84c0c86f097a62c375b7d9085eea)
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>
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 [Wed, 1 Feb 2023 10:20:46 +0000 (15:50 +0530)]
[TCT][Tool][Non-ACR][Updating tool - Auto_Build_binary
20230201]
Change-Id: Iceea01182d8b73bbf73d89fe14157d60eb2d948e
Signed-off-by: Shobhit Verma <shobhit.v@samsung.com>
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 [Thu, 19 Jan 2023 07:52:14 +0000 (13:22 +0530)]
[ITC][data-control][NonACR] test app updated as per JIRA TSEVEN-4667
Change-Id: I3d89b556adad1cd9d000d9b4291fd5634b5670b9
Signed-off-by: Shobhit Verma <shobhit.v@samsung.com>
shobhit verma [Thu, 19 Jan 2023 04:06:18 +0000 (04:06 +0000)]
Merge "[ITC][component-based-app][Non-ACR] test app tpk files added as per JIRA: TSEVEN-4661" into tizen_7.0
shobhit verma [Thu, 19 Jan 2023 04:03:36 +0000 (04:03 +0000)]
Merge "[ITC][nnstreamer][Non-ACR] Fix the ML Service Feature issue" into tizen_7.0
Shobhit Verma [Thu, 19 Jan 2023 04:02:51 +0000 (09:32 +0530)]
[ITC][component-based-app][Non-ACR] test app tpk files added as per JIRA: TSEVEN-4661
Change-Id: Idd92f13e154bf4a8431b73ce5a8dbd84c48a3c04
Signed-off-by: Shobhit Verma <shobhit.v@samsung.com>
Shobhit Verma [Wed, 18 Jan 2023 08:28:53 +0000 (13:58 +0530)]
[ITC][rpc-port][Non-ACR] test app tpk files added as per JIRA: TSEVEN-4681
Change-Id: I383d11fe6d47065e3411fb5ce261f26194293faa
Signed-off-by: Shobhit Verma <shobhit.v@samsung.com>
shobhit verma [Wed, 18 Jan 2023 06:06:21 +0000 (06:06 +0000)]
Merge "[ITC][data-control][Non-ACR] test app tpk files added as per JIRA: TSEVEN-4667" into tizen_7.0
Utkarsh Tiwari [Wed, 18 Jan 2023 06:02:27 +0000 (11:32 +0530)]
[ITC][data-control][Non-ACR] test app tpk files added as per JIRA: TSEVEN-4667
Change-Id: I4c130ae3ab9047a447bc9aa8377d2461541598f3
Signed-off-by: Utkarsh Tiwari <utk.tiwari@samsung.com>
Shobhit Verma [Wed, 18 Jan 2023 05:05:52 +0000 (10:35 +0530)]
[ITC][app-manager][Non-ACR] test app tpk files added as per JIRA: TSEVEN-4679
Change-Id: I81bec50b78cc7b085a7e48029ed4615869778a6b
Signed-off-by: Shobhit Verma <shobhit.v@samsung.com>
Shobhit Verma [Wed, 18 Jan 2023 04:41:43 +0000 (10:11 +0530)]
[ITC][application][Non-ACR] test app tpk files added as per JIRA: TSEVEN-4664
Change-Id: I04b1c572bf66a97869e960a8e91e20a4792bdaf5
Signed-off-by: Shobhit Verma <shobhit.v@samsung.com>
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 11:05:48 +0000 (16:35 +0530)]
[ITC][component-based-app][Non-ACR] test app tpk files added as per JIRA: TSEVEN-4678
Change-Id: Ib1bfe74463901c28394463987fc19ce90649fd31
Signed-off-by: Shobhit Verma <shobhit.v@samsung.com>
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>
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>
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
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: If839a75e35df54fd563278ad7e9446f7d4210f2a
Signed-off-by: Dongwoo Lee <dwoo08.lee@samsung.com>
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>
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>
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>
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>
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>
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>
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>
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
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>
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
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>
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