Nibha Sharma [Fri, 3 Jul 2020 10:48:11 +0000 (16:18 +0530)]
[NativeTCT][Non-ACR][Script][x86 Autobinary toolchain id error fixed]
Change-Id: I164bd9b324d0d07676b591d29c4d9b0e7dbedba2
Signed-off-by: Nibha Sharma <nibha.sharma@samsung.com>
shobhit verma [Fri, 3 Jul 2020 05:47:19 +0000 (05:47 +0000)]
Merge "[UTC][Notification][Non-ACR][Update noti_ex_manager tpk in tizeniot]" into tizen
shobhit verma [Fri, 3 Jul 2020 05:07:23 +0000 (05:07 +0000)]
Merge "[ITC][media-vision][Non-ACR][Fix invalid parameters]" into tizen
Yunmi Ha [Fri, 3 Jul 2020 01:21:56 +0000 (10:21 +0900)]
[UTC][libfeedback][Non-ACR][Fix pre/post condition for TC]
-utc_system_feedback_deinitialize_n TC check error code
when user call deinitialize function without any initialize.
so this TC doesn't need any pre/post condition.
Change-Id: I3fd26dd6e2cb23e777db5512a79c50c643eacecf
Signed-off-by: Yunmi Ha <yunmi.ha@samsung.com>
Tae-Young Chung [Fri, 3 Jul 2020 00:56:26 +0000 (09:56 +0900)]
[ITC][media-vision][Non-ACR][Fix invalid parameters]
Invalid parameter is used to mv_barcode_generate_source().
mv_barcode_qr_ecc_e should be given.
Invalid roi is used to mv_barcode_detect(). When roi is given
a valid value from g_hMvSource should be used.
Change-Id: Ic55890083d595644cfe5a039f8b9704f650b189b
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
mk5004.lee [Fri, 3 Jul 2020 00:38:47 +0000 (09:38 +0900)]
[UTC][Notification][Non-ACR][Update noti_ex_manager tpk in tizeniot]
Change-Id: Ie70caa6da8a4c7a111fc3e3fea8632edcafa42cb
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
Nibha Sharma [Thu, 2 Jul 2020 12:35:20 +0000 (18:05 +0530)]
[NativeTCT][NonACR][script][tizeniot aarch64 toolcahin id build error fix]
Change-Id: I844aaaa1073821c180f6e51c4fcdd5426c1184d7
Signed-off-by: Nibha Sharma <nibha.sharma@samsung.com>
Jihun Park [Thu, 2 Jul 2020 06:12:18 +0000 (06:12 +0000)]
Merge "[TCT][Scripts][Non-ACR][Change atrace smack label from 'User::Shell' to 'User']" into tizen
Jihun Park [Thu, 2 Jul 2020 06:12:00 +0000 (06:12 +0000)]
Merge "[UTC]/wifi-manager][Non-ACR][Fix wrong operations]" into tizen
Jihun Park [Thu, 2 Jul 2020 06:11:31 +0000 (06:11 +0000)]
Merge "[UTC][capi-media-controller][Non-ACR]Improve media-conroller TC" into tizen
Jihun Park [Thu, 2 Jul 2020 06:11:28 +0000 (06:11 +0000)]
Merge "[UTC][capi-media-controller][Non-ACR]Improve media-conroller server TC to reduce running time." into tizen
Jihun Park [Thu, 2 Jul 2020 06:11:25 +0000 (06:11 +0000)]
Merge "[UTC][capi-media-controller][Non-ACR]Improve media-conroller client TC to reduce running time." into tizen
Jihun Park [Thu, 2 Jul 2020 06:11:20 +0000 (06:11 +0000)]
Merge changes Iac9aef74,Ifedfa928 into tizen
* changes:
[UTC][capi-media-controller][Non-ACR][bug fix. modified incorrect behavior for TCs]
[UTC][capi-media-controller][Non-ACR][Divided test cases into groups such as client and server]
shobhit verma [Thu, 2 Jul 2020 05:31:17 +0000 (05:31 +0000)]
Merge "[UTC][widget-viewer-dali][ACR-1567][Remove TestCase for widget-viewer-dali]" into tizen
shobhit verma [Thu, 2 Jul 2020 04:07:45 +0000 (04:07 +0000)]
Merge "[ITC][Non-ACR][Machine Learning]Set required data into TensorsInfo before calling ml_tensors_data_create()" into tizen
hj kim [Fri, 26 Jun 2020 06:21:37 +0000 (15:21 +0900)]
[UTC][capi-media-controller][Non-ACR]Improve media-conroller TC
Remove unnecessary codes
Change-Id: I6680292197573480b941fb439fafde228794192e
hj kim [Thu, 25 Jun 2020 08:24:42 +0000 (17:24 +0900)]
[UTC][capi-media-controller][Non-ACR]Improve media-conroller server TC to reduce running time.
Remove unnecessary server condition setting code for every TC
Change-Id: I6783d650ffb2dded4858e3b934c48f6cfbedfdb4
jiyong.min [Wed, 24 Jun 2020 04:12:40 +0000 (13:12 +0900)]
[UTC][capi-media-controller][Non-ACR][bug fix. modified incorrect behavior for TCs]
Change-Id: Iac9aef74a30f134a80955c5781188ecf09dc67b6
jiyong.min [Tue, 23 Jun 2020 23:46:02 +0000 (08:46 +0900)]
[UTC][capi-media-controller][Non-ACR][Divided test cases into groups such as client and server]
- Poor code readability due to too many test cases in one file
- Improving execution time with startup/cleanup optimization
Change-Id: Ifedfa928a263f04571e4f054533bc646dc77d0a6
hj kim [Wed, 24 Jun 2020 07:00:37 +0000 (16:00 +0900)]
[UTC][capi-media-controller][Non-ACR]Improve media-conroller client TC to reduce running time.
Remove unnecessary server launch code for some client test cases.
Change-Id: Ieaaca6eeeb179634edfaeb0ae3a844cb07d90f7f
Sangjung Woo [Thu, 2 Jul 2020 02:31:03 +0000 (11:31 +0900)]
[ITC][Non-ACR][Machine Learning]Set required data into TensorsInfo before calling ml_tensors_data_create()
To create TensorsData object by calling ml_tensors_data_create(),
TensorsInfo should have valid information such as dimension, type and
its count. If not, ml_tensors_data_create() function returns `Invalid
Parameter` error. ITc_nnstreamer_tensors_ml_tensors_data_create_destroy_p
test case has this problem so this patch fixes this bug.
Change-Id: I17c9d0307b33efd2aec01468e119c8aeaa5fa323
Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
shobhit verma [Wed, 1 Jul 2020 06:09:29 +0000 (06:09 +0000)]
Merge "[UTC][base-utils][ACR-1515][UTC for ucnv]" into tizen
shobhit verma [Wed, 1 Jul 2020 04:39:20 +0000 (04:39 +0000)]
Merge "[UTC][libfeedback][Non-ACR][Add nagative TC]" into tizen
Cheoleun Moon [Mon, 29 Jun 2020 06:55:54 +0000 (15:55 +0900)]
[UTC]/wifi-manager][Non-ACR][Fix wrong operations]
Change-Id: Ib22d22a41e656a9bd1435ccd66e1c959ab4186ae
Signed-off-by: Cheoleun Moon <chleun.moon@samsung.com>
MOHIT MIGLANI [Mon, 29 Jun 2020 13:48:46 +0000 (19:18 +0530)]
[ITC][base-utils][Non-ACR][Fixed one TC]
Change-Id: I660e18b71ad0e63918d6289ef42b0da5e435d2fe
Signed-off-by: MOHIT MIGLANI <mohit.m@samsung.com>
Yunmi Ha [Mon, 29 Jun 2020 04:32:27 +0000 (13:32 +0900)]
[UTC][libfeedback][Non-ACR][Add nagative TC]
Change-Id: Id9c4b77cad9ff1b5d50027bf2de1dad2a2917e09
Signed-off-by: Yunmi Ha <yunmi.ha@samsung.com>
mk5004.lee [Mon, 29 Jun 2020 01:36:05 +0000 (10:36 +0900)]
[UTC][Notification][Non-ACR][Fix build break - tizeniot]
Change-Id: Ied964008ca4ac7a45075dc773351b8c67bc90c06
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
Jihun Park [Fri, 26 Jun 2020 16:35:02 +0000 (01:35 +0900)]
[TCT][Tool][Non-ACR][Updating tool - Auto_Build_binary
20200627]
Signed-off-by: Jihun Park <jihun87.park@samsung.com>
shobhit verma [Fri, 26 Jun 2020 10:01:45 +0000 (10:01 +0000)]
Merge "[ITC][base-utils][ACR-1515][Added TCs for new APIs]" into tizen
MOHIT MIGLANI [Mon, 15 Jun 2020 07:15:58 +0000 (12:45 +0530)]
[ITC][base-utils][ACR-1515][Added TCs for new APIs]
Change-Id: If2eb7623906aa29e75ad17adafa78d253dfa9f01
Signed-off-by: MOHIT MIGLANI <mohit.m@samsung.com>
shobhit verma [Thu, 25 Jun 2020 17:30:37 +0000 (17:30 +0000)]
Merge "[UTC][Notification][ACR-1504][Update reporter test case]" into tizen
Seungho, Baek [Fri, 5 Jun 2020 01:42:00 +0000 (10:42 +0900)]
[UTC][dali-adaptor][ACR-1553][Add capture API for returning buffer and Jpeg quality adjustment]
- In the current DALi implementation, Dali::Capture encodes and saves current rendered result to the .png or .jpg file.
- This patch adds new utc function for the new APIs to return NativeImageSource and to control .jpg quality.
- Add negative TCs for the added two APIs
Change-Id: Ifd8024e1345620a49c5aa0e0ea06723e174a49a9
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
Seungho, Baek [Thu, 4 Jun 2020 09:05:10 +0000 (18:05 +0900)]
[UTC][dali-adaptor][ACR-1552][Add capture APIs in common profile]
- Dali::Capture is originally only supported for the Wearable profile.
- This patch copy the utc information to the mobile and iot.
Change-Id: I438cb582c86acdf03f9927137cd2c37e285e0ae5
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
Jihun Park [Thu, 25 Jun 2020 07:02:34 +0000 (07:02 +0000)]
Merge "[UTC][privilege-info][ACR-1555] Remove removed API's TCs" into tizen
Seungha Son [Thu, 25 Jun 2020 04:45:25 +0000 (13:45 +0900)]
[TCT][Scripts][Non-ACR][Change atrace smack label from 'User::Shell' to 'User']
It has problems when testing coverage measurements.
The'User::Shell' label is applied to the directory where the gcov file is created,
so the tct-application cannot create the gcov file.
It can solve the problem by changing the Smack label to'User'.
Change-Id: I07496b22c7292b8d27403629455ed2141a338888
Signed-off-by: Seungha Son <seungha.son@samsung.com>
Yunjin Lee [Tue, 12 May 2020 05:29:34 +0000 (14:29 +0900)]
[UTC][privilege-info][ACR-1555] Remove removed API's TCs
- privilege_info_get_privacy_privilege_status() was deprecated since
Tizen 5.0 and removed since Tizen 6.0 hence remove all related TCs.
Change-Id: I6d936ee6915be6021deadc4e43fb11fa80bcba24
Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
MOHIT MIGLANI [Tue, 23 Jun 2020 11:34:49 +0000 (17:04 +0530)]
[ITC][media-controller][ACR-1561][Modified TCs for new enum]
Change-Id: I182a7b4237f2e53aa70626c2a0249ea7f335f457
Signed-off-by: MOHIT MIGLANI <mohit.m@samsung.com>
hj kim [Tue, 23 Jun 2020 00:37:48 +0000 (09:37 +0900)]
[UTC][image-util][Non-ACR]Fix wrong return parameters
Change-Id: Ica0eaeaa89c625c0911a1bb40f3aaac47a3c415a
jiyong.min [Mon, 22 Jun 2020 02:08:57 +0000 (11:08 +0900)]
[UTC][capi-media-controller][ACR-1561][Modified TCs for checking new result code enum]
Change-Id: Ifab0b92dd417ae5d13b6424b625307c45c51a942
Priya Kohli [Fri, 19 Jun 2020 11:41:49 +0000 (17:11 +0530)]
[ITC][dali-adaptor][ACR-1553][Added capture API for returning buffer and Jpeg quality adjustment]
Change-Id: Ifa3552f50242b5d61a72b76f474db89b490ba10d
Signed-off-by: Priya Kohli <priya.kohli@samsung.com>
Priya Kohli [Fri, 19 Jun 2020 08:13:08 +0000 (13:43 +0530)]
[ITC][dali-adaptor][ACR-1552][Added capture APIs in mobile and tizeniot profile]
Change-Id: I5974bdf93153a3140ebef7be19ce068eedd4a5a1
Signed-off-by: Priya Kohli <priya.kohli@samsung.com>
shobhit verma [Tue, 16 Jun 2020 14:51:56 +0000 (14:51 +0000)]
Merge "[ITC][notification][Non-ACR][TSIX-4058, tct-notification-native failed on testhub for tizeniot]" into tizen
Priya Kohli [Tue, 16 Jun 2020 14:49:49 +0000 (20:19 +0530)]
[ITC][notification][Non-ACR][TSIX-4058, tct-notification-native failed on testhub for tizeniot]
Change-Id: I9fca5e99e67ad0be0dddada6f5ec5fc0162b031a
Signed-off-by: Priya Kohli <priya.kohli@samsung.com>
MOHIT MIGLANI [Tue, 16 Jun 2020 12:30:55 +0000 (18:00 +0530)]
[TCT Tool][Merged tct tools: for mobile/wearable/tv and tizeniot profiles]
Change-Id: Ie03edf2608f98e48f7cadd85993e1ccc6f661d70
Signed-off-by: MOHIT MIGLANI <mohit.m@samsung.com>
Sunghyun Kim [Tue, 16 Jun 2020 07:44:41 +0000 (16:44 +0900)]
[UTC][widget-viewer-dali][ACR-1567][Remove TestCase for widget-viewer-dali]
WidgetView and WidgetViewManager will be deprecated.
so TestCase also need to be deleted.
Change-Id: I7e95969ae226057b4f355a85838edd69c6d54b5c
Hyunjee Kim [Thu, 7 May 2020 09:47:16 +0000 (18:47 +0900)]
[UTC][base-utils][ACR-1515][UTC for ucnv]
Change-Id: Iddee5cb49e14f595d931653b2f57187c88063aa4
Signed-off-by: Hyunjee Kim <hj0426.kim@samsung.com>
Priya Kohli [Wed, 10 Jun 2020 08:26:12 +0000 (13:56 +0530)]
[ITC][bluetooth][ACR-1558][Added TC for bt_adapter_le_is_discovering]
Change-Id: Ib91facba9a8792394c40e09e36c11d7fc8de94c6
Signed-off-by: Priya Kohli <priya.kohli@samsung.com>
mk5004.lee [Wed, 20 May 2020 00:24:19 +0000 (09:24 +0900)]
[UTC][Notification][ACR-1504][Update reporter test case]
- delete manager test case, will be moved to internal tc
Change-Id: Ida18165ebacea2fdfeb55bf8b22603ee1e4f1ca7
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
Signed-off-by: Jusung Son <jusung07.son@samsung.com>
Jihun Park [Tue, 9 Jun 2020 16:32:59 +0000 (01:32 +0900)]
[TCT][Tool][Non-ACR][Updating tool - Auto_Build_binary
20200610]
Signed-off-by: Jihun Park <jihun87.park@samsung.com>
DoHyun Pyun [Tue, 9 Jun 2020 00:21:12 +0000 (09:21 +0900)]
[UTC][bluetooth][Non-ACR][Fix the build error in wearable profile]
This patchset resolves the build error in wearable profile.
In previous, the problem utc functions only were included
for mobile / tv / common.
tct-bluetooth-core-
2184097088.o:(.data.rel+0x14): undefined reference to `utc_bluetooth_bt_adapter_le_is_discovering_n'
tct-bluetooth-core-
2184097088.o:(.data.rel+0x4d4): undefined reference to `utc_bluetooth_bt_adapter_le_is_discovering_p'
Change-Id: I946184a5c0c6f3b0cc2b077856eb1e257e0103fd
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
shobhit verma [Mon, 8 Jun 2020 13:13:14 +0000 (13:13 +0000)]
Merge "[UTC][bluetooth][ACR-1558][Add bt_adapter_le_is_discovering TC in wearable profile]" into tizen
Jihun Park [Mon, 8 Jun 2020 05:30:24 +0000 (05:30 +0000)]
Merge "[UTC][watchface-complication][Non-ACR][Fix a tc app's exit logic]" into tizen
Jihun Park [Mon, 8 Jun 2020 00:11:05 +0000 (00:11 +0000)]
Merge "[UTC][update-control][Non-ACR] Remove do_update TC" into tizen
hyunho [Fri, 5 Jun 2020 04:55:47 +0000 (13:55 +0900)]
[UTC][watchface-complication][Non-ACR][Fix a tc app's exit logic]
Change-Id: I503bdf82ee50091c19d3b115ff78002ec9047e00
Signed-off-by: hyunho <hhstark.kang@samsung.com>
Seungha Son [Thu, 4 Jun 2020 05:31:07 +0000 (14:31 +0900)]
[TCT][Script][Non-ACR][Updating spec script]
When running TCT related ttrace, smack problem is occured.
For fixing that, set "User:Shell" to atrace
Change-Id: I5fe5704ff188bab5e8e522a0de1f6b8f99c98085
Signed-off-by: Seungha Son <seungha.son@samsung.com>
Jeon Sang-Heon [Thu, 4 Jun 2020 02:00:17 +0000 (11:00 +0900)]
[UTC][update-control][Non-ACR] Remove do_update TC
Update-control-helper will be replaced with update-manager-daemon
and do_update API is changed from extension API to default internal API.
If so, execute do_update TC will reboot machine.
So remove do_update TC (It will be moved to internal TCT)
Change-Id: I1d3251929875b138a35a7c8a0c529d91efbef43f
Signed-off-by: Jeon Sang-Heon <sh95.jeon@samsung.com>
Gilbok Lee [Wed, 3 Jun 2020 01:48:56 +0000 (10:48 +0900)]
[ITC][player][Non-ACR] Bug fix for buffering
- remove player_start() when check the buffering_cb
Change-Id: I84f51dae96dd38e0da498bb2afcd6f69f132c0d4
Hyunjee Kim [Tue, 2 Jun 2020 07:27:11 +0000 (16:27 +0900)]
[UTC][base-utils][Non-ACR]Fix heap-use-after-free bug (TSIX-3630)
Change-Id: Id8c7b97ca6b7a7f4b0351864122e7c293c5d1023
Signed-off-by: Hyunjee Kim <hj0426.kim@samsung.com>
Jihun Park [Mon, 1 Jun 2020 16:32:49 +0000 (01:32 +0900)]
[TCT][Tool][Non-ACR][Updating tool - Auto_Build_binary
20200602]
Signed-off-by: Jihun Park <jihun87.park@samsung.com>
Priya Kohli [Mon, 1 Jun 2020 12:35:32 +0000 (18:05 +0530)]
[ITC][capi-ui-sticker][ACR-1534][Added TCs for new APIs and enumeration for sticker framework]
Change-Id: Ifff70c36d2db3c9eacc29d4bfd099dcd3bbf3c9f
Signed-off-by: Priya Kohli <priya.kohli@samsung.com>
(cherry picked from commit
57f7c29116a81a564bd2fc150d1361e644baf2cf)
Priya Kohli [Wed, 27 May 2020 12:49:23 +0000 (18:19 +0530)]
[ITC][capi-ui-sticker][ACR-1550][Add a new API for getting the sticker data handle]
Change-Id: Ie22b821c44da3028f121dc7e4d4e65daa766dbac
Signed-off-by: Priya Kohli <priya.kohli@samsung.com>
(cherry picked from commit
1406f920c79460a76870a2fcdb0d8894e6fa0330)
hj kim [Mon, 1 Jun 2020 07:47:37 +0000 (16:47 +0900)]
[UTC][media-controller][Non-ACR]Bug fix of return value for not exsiting file
Change-Id: Ieebef6cea0473c6f774e90e2920b48a63c5ff282
hj kim [Wed, 20 May 2020 09:38:12 +0000 (18:38 +0900)]
[UTC][media-controller][Non-ACR]Bug fix of getting picture number
if there is no picture, picture number should be "0".
but before, it was "NULL" or "0"
Change-Id: I0668e8054af24dc28b96b1f5422ebf85fe923f53
DoHyun Pyun [Sun, 31 May 2020 22:36:57 +0000 (07:36 +0900)]
[UTC][bluetooth][ACR-1558][Add bt_adapter_le_is_discovering TC in wearable profile]
Change-Id: I31741d376171b1bc2bc51b39e1c98b6620912ee1
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
shobhit verma [Fri, 29 May 2020 10:27:53 +0000 (10:27 +0000)]
Merge "[UTC][capi-ui-sticker][ACR-1550][Add a new API for getting the sticker data handle]" into tizen
shobhit verma [Fri, 29 May 2020 10:27:35 +0000 (10:27 +0000)]
Merge "[UTC][capi-ui-sticker][ACR-1534][Add TCs for new APIs]" into tizen
shobhit verma [Fri, 29 May 2020 08:52:38 +0000 (08:52 +0000)]
Merge "[UTC][inputmethod-manager][Non-ACR] fix build error" into tizen
shobhit verma [Fri, 29 May 2020 07:50:25 +0000 (07:50 +0000)]
Merge "[ITC][base-utils][ACR-1518][Added TCs for new APIs]" into tizen
MOHIT MIGLANI [Wed, 27 May 2020 06:48:12 +0000 (12:18 +0530)]
[ITC][base-utils][ACR-1518][Added TCs for new APIs]
Change-Id: I598fd7fa04c5a9d549f9eb9c65fb51f0572c3ee6
Signed-off-by: MOHIT MIGLANI <mohit.m@samsung.com>
shobhit verma [Fri, 29 May 2020 07:39:48 +0000 (07:39 +0000)]
Merge "[UTC][base-utils][ACR-1518][UTC for ucnvsel]" into tizen
Hwankyu Jhun [Fri, 29 May 2020 05:16:41 +0000 (14:16 +0900)]
[ITC][watchface-complication][Non-ACR][Fix wrong implemenation]
- Uses g_main_loop_quit() instead of service_app_exit()
Change-Id: If6d7643c0ad0d1811d200f3eadda15f341396709
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Jihoon Kim [Fri, 29 May 2020 01:21:17 +0000 (10:21 +0900)]
[UTC][inputmethod-manager][Non-ACR] fix build error
Change-Id: Ib3aabe0d9401e0b7bcd72843b7f0bace707df8f4
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihun Park [Thu, 28 May 2020 09:25:27 +0000 (09:25 +0000)]
Merge "[UTC][inputmethod-manager][Non-ACR] Add negative TC for ime_manager_is_ime_enabled()" into tizen
Jihun Park [Thu, 28 May 2020 09:25:00 +0000 (09:25 +0000)]
Merge "[UTC][capi-appfw-alarm][non-ACR][Adds a positive TC for update alarm]" into tizen
Jihun Park [Wed, 27 May 2020 16:32:36 +0000 (01:32 +0900)]
[TCT][Tool][Non-ACR][Updating tool - Auto_Build_binary
20200528]
Signed-off-by: Jihun Park <jihun87.park@samsung.com>
Jihoon Kim [Wed, 27 May 2020 09:30:04 +0000 (18:30 +0900)]
[UTC][inputmethod-manager][Non-ACR] Add negative TC for ime_manager_is_ime_enabled()
Change-Id: Ic78f7e28151fd534837c4c95b485d52f08f8b06e
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Nibha Sharma [Wed, 27 May 2020 05:20:47 +0000 (10:50 +0530)]
[ITC][sensor][ACR-1556][Deprecated enum removal]
Change-Id: I8f2a030980c709c82eb030a6cd230d29f994b90b
Signed-off-by: Nibha Sharma <nibha.sharma@samsung.com>
(cherry picked from commit
238524cac536c288f99317d7ddedcbfa4954abf6)
Hyunjee Kim [Thu, 7 May 2020 00:49:28 +0000 (09:49 +0900)]
[UTC][base-utils][ACR-1518][UTC for ucnvsel]
Change-Id: Ida981ea6d5b7837e52c38230798bbe9bd830424d
Signed-off-by: Hyunjee Kim <hj0426.kim@samsung.com>
hj kim [Tue, 19 May 2020 08:04:58 +0000 (17:04 +0900)]
[UTC][media-controller][Non-ACR]Reinforce test for removing picture
Change-Id: Id9ca78ff1b1d93881dad57684d61b9ee7ec7f0e3
hj kim [Tue, 19 May 2020 02:26:03 +0000 (11:26 +0900)]
[UTC][media-controller][Non-ACR]Reinforce test for appending picture
Change-Id: I353fd0ca754e0a6710a919fe19f9a1e0201ffb23
hj kim [Tue, 19 May 2020 02:05:12 +0000 (11:05 +0900)]
[UTC][media-controller][Non-ACR]Reinforce test for getting picture
Change-Id: I48c1cf37055119a4446a157ffb35e472cd4a7634
hj kim [Tue, 19 May 2020 01:00:00 +0000 (10:00 +0900)]
[UTC][media-controller][Non-ACR]Reinforce test for setting and updating metadata
Change-Id: I62a5a057d70ec95e10cc2fe332560f09b197e2a8
hj kim [Mon, 18 May 2020 01:49:10 +0000 (10:49 +0900)]
[UTC][media-controller][Non-ACR]Reinforce test for getting metadata
Change-Id: I5b2ab9a6eed9ebe43ade65ad0e12da00cd3726c6
hj kim [Mon, 18 May 2020 02:29:10 +0000 (11:29 +0900)]
[UTC][media-controller][Non-ACR]Update startup and cleanup
Change-Id: I6b460a4ecbeef65fd2a607c636c4acf58e575bd4
InHong Han [Thu, 21 May 2020 06:12:31 +0000 (15:12 +0900)]
[UTC][capi-ui-sticker][ACR-1550][Add a new API for getting the sticker data handle]
Change-Id: Ib13f2433a7f778118e73644518a64d2e5423ea6f
InHong Han [Thu, 21 May 2020 06:05:52 +0000 (15:05 +0900)]
[UTC][capi-ui-sticker][ACR-1534][Add TCs for new APIs]
Change-Id: I7432a0c6132eb5de11d84858019a0e0069fed6aa
Inkyun Kil [Tue, 26 May 2020 04:47:54 +0000 (13:47 +0900)]
[UTC][capi-appfw-alarm][non-ACR][Adds a positive TC for update alarm]
Change-Id: Id618e7529aebcceef5a96e9be441695e186a952b
Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
DoHyun Pyun [Tue, 26 May 2020 04:10:46 +0000 (13:10 +0900)]
[UTC][bluetooth][Non-ACR][Fix the crash in abnormal case]
Change-Id: I1727eb469494b66d656fd595769497f3f8b29631
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
Jihun Park [Thu, 21 May 2020 16:34:12 +0000 (01:34 +0900)]
[TCT][Tool][Non-ACR][Updating tool - Auto_Build_binary
20200522]
Signed-off-by: Jihun Park <jihun87.park@samsung.com>
shobhit verma [Thu, 21 May 2020 13:39:40 +0000 (13:39 +0000)]
Merge "[ITC][base-utils][ACR-1516][Added TCs for new APIs]" into tizen
MOHIT MIGLANI [Mon, 18 May 2020 14:34:24 +0000 (20:04 +0530)]
[ITC][base-utils][ACR-1516][Added TCs for new APIs]
Change-Id: I2d04ecbd65e5beadc8ae7a98f2297918896b1089
Signed-off-by: MOHIT MIGLANI <mohit.m@samsung.com>
shobhit verma [Thu, 21 May 2020 06:46:42 +0000 (06:46 +0000)]
Merge "[UTC][screen-mirroring] Remove wrong assert checking" into tizen
shobhit verma [Thu, 21 May 2020 04:44:28 +0000 (04:44 +0000)]
Merge "[UTC][base-utils][ACR-1516][UTC for ucsdet]" into tizen
Hyunjee Kim [Wed, 6 May 2020 06:13:02 +0000 (15:13 +0900)]
[UTC][base-utils][ACR-1516][UTC for ucsdet]
Change-Id: Ia86b6fc563e522da7e142f7c5096065b58d35995
Signed-off-by: Hyunjee Kim <hj0426.kim@samsung.com>
Hyunsoo Park [Thu, 21 May 2020 02:26:48 +0000 (11:26 +0900)]
[UTC][screen-mirroring] Remove wrong assert checking
Change-Id: Ie759fab4d250217cacfacbe3992f3c5687343577
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
shobhit verma [Wed, 20 May 2020 07:57:32 +0000 (07:57 +0000)]
Merge "[ITC][efl-extension][ACR-1522, ACR-1540][Added New TCs for rotary and popup APIs]" into tizen
ABHISHEK JAIN [Fri, 24 Apr 2020 13:09:09 +0000 (18:39 +0530)]
[ITC][efl-extension][ACR-1522, ACR-1540][Added New TCs for rotary and popup APIs]
Change-Id: Ic43b5cf39c7498c1b77a0b700c2e6d14957559d3
Signed-off-by: ABHISHEK JAIN <j.abhishek@samsung.com>
shobhit verma [Tue, 19 May 2020 12:32:57 +0000 (12:32 +0000)]
Merge "[ITC][UTC][screen-mirroring] Update display related tc" into tizen
shobhit verma [Tue, 19 May 2020 12:04:37 +0000 (12:04 +0000)]
Merge "[UTC][efl-extension][ACR-1540][Add Activate Rotary Object Get API]" into tizen
Hwankyu Jhun [Tue, 19 May 2020 09:56:56 +0000 (18:56 +0900)]
[ITC][watchface-complication][Non-ACR][Fix TC issues]
Change-Id: I86349f0ce3bc498bc31d76ca83ab625ed13e87e8
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>