hyeonseok lee [Wed, 25 Aug 2021 10:16:22 +0000 (19:16 +0900)]
[UCT][nntrainer][ACR-1644] UTC for added function related with dataset
UTC for added function
- ml_train_dataset_create
- ml_train_dataset_add_generator
- ml_train_dataset_add_file
- ml_train_dataset_set_property_for_mode
and enum ml_train_dataset_mode_e
Change-Id: I8301ad40151c66343e37f2767cb55470098b9179
Signed-off-by: hyeonseok lee <hs89.lee@samsung.com>
hyeonseok lee [Wed, 25 Aug 2021 08:29:38 +0000 (17:29 +0900)]
[UCT][nntrainer][ACR-1644] UTC for added enumeration ml_train_layer_type_e
- UTC of layer create and set_property for the following layers
ML_TRAIN_LAYER_TYPE_EMBEDDING,
ML_TRAIN_LAYER_TYPE_RNN,
ML_TRAIN_LAYER_TYPE_LSTM,
ML_TRAIN_LAYER_TYPE_SPLIT,
ML_TRAIN_LAYER_TYPE_GRU,
ML_TRAIN_LAYER_TYPE_PERMUTE,
ML_TRAIN_LAYER_TYPE_DROPOUT,
ML_TRAIN_LAYER_TYPE_BACKBONE_NNSTREAMER,
ML_TRAIN_LAYER_TYPE_CENTROID_KNN,
ML_TRAIN_LAYER_TYPE_PREPROCESS_FLIP,
ML_TRAIN_LAYER_TYPE_PREPROCESS_TRANSLATE,
ML_TRAIN_LAYER_TYPE_PREPROCESS_L2NORM,
ML_TRAIN_LAYER_TYPE_LOSS_MSE,
ML_TRAIN_LAYER_TYPE_LOSS_CROSS_ENTROPY_SIGMOID,
ML_TRAIN_LAYER_TYPE_LOSS_CROSS_ENTROPY_SOFTMAX,
Change-Id: Ide203a59f96268f5f0b1f08e643773e6bc3d4bfa
Signed-off-by: hyeonseok lee <hs89.lee@samsung.com>
hyeonseok lee [Wed, 25 Aug 2021 05:30:33 +0000 (14:30 +0900)]
[UCT][nntrainer][ACR-1644] UTC for added function ml_train_model_get_[input/output]_tensors_info
- UTC for Added function ml_train_model_get_[input/output]_tensors_info
Change-Id: I0c761644043d65a4ff9a6ef46c8e5a30f8452e62
Signed-off-by: hyeonseok lee <hs89.lee@samsung.com>
hyeonseok lee [Tue, 31 Aug 2021 04:29:20 +0000 (13:29 +0900)]
[ITC][nntrainer][Non-ACR] Fix typo
Fix typo by added missed prefix
Change-Id: I8dbfb13f7e3730fe0b0f9cfa0ce63bd06a469410
Signed-off-by: hyeonseok lee <hs89.lee@samsung.com>
shobhit verma [Tue, 31 Aug 2021 06:44:45 +0000 (06:44 +0000)]
Merge "[ITC][media-content][ACR-1637][Addition of ebook format support]" into tizen
manu.tiwari [Mon, 23 Aug 2021 10:24:25 +0000 (15:54 +0530)]
[ITC][media-content][ACR-1637][Addition of ebook format support]
Change-Id: If52802dbf07f747efca2a4ee9de0daa82d9080b9
Signed-off-by: manu.tiwari <manu.tiwari@samsung.com>
shobhit verma [Thu, 26 Aug 2021 08:45:31 +0000 (08:45 +0000)]
Merge "[UTC][media-content][ACR-1635] Support ebook format" into tizen
shobhit verma [Thu, 26 Aug 2021 08:45:02 +0000 (08:45 +0000)]
Merge "[ITC/UTC][nntrainer][Non-ACR] Handle deprecated property" into tizen
shobhit verma [Thu, 26 Aug 2021 08:44:37 +0000 (08:44 +0000)]
Merge "[CTC/UTC/ITC][system-info][Non-ACR][Do not check feature value]" into tizen
shobhit verma [Thu, 26 Aug 2021 08:40:25 +0000 (08:40 +0000)]
Merge "[UTC][key-manager][Non-ACR] Relax OCSP check assertions" into tizen
shobhit verma [Thu, 26 Aug 2021 08:39:48 +0000 (08:39 +0000)]
Merge "[UTC][app-manager][ACR-1408][Add resource control API tests]" into tizen
shobhit verma [Thu, 26 Aug 2021 08:38:32 +0000 (08:38 +0000)]
Merge "[UTC][thumbnail-util][Non-ACR] test code cleanup" into tizen
hyeonseok lee [Wed, 25 Aug 2021 04:26:24 +0000 (13:26 +0900)]
[ITC/UTC][nntrainer][Non-ACR] Handle deprecated property
Following properties are deprecated
- Inputlayer: bias_initializer
- Addition, Concat, Multiout: num_input
Amend mismatched comment
Change-Id: I2e57dc16f9d8da9418be6dc15614d1a17d2b3cd4
Signed-off-by: hyeonseok lee <hs89.lee@samsung.com>
shobhit verma [Thu, 26 Aug 2021 05:11:13 +0000 (05:11 +0000)]
Merge "[UTC][metadata-extractor][Non-ACR] Code cleanup" into tizen
Youngjae Cho [Thu, 26 Aug 2021 02:47:45 +0000 (11:47 +0900)]
[CTC/UTC/ITC][system-info][Non-ACR][Do not check feature value]
Change-Id: I6b2d08cece10adecaca06b8fe17d1d4a10727cd1
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
Tomasz Swierczek [Mon, 23 Aug 2021 10:58:26 +0000 (12:58 +0200)]
[UTC][key-manager][Non-ACR] Relax OCSP check assertions
Since the OCSP API is deprecated in ACR-1645, there's no need
for the test to require the server to return GOOD status
for test certificate.
By relaxing this requirement, the test code will not need update once
the certificate gets expired - such query is also proper OCSP query,
only returns different cert status.
Only proper format of response from the server is checked now, which
allows to test response parsing/processing on key-manager side.
Change-Id: I701ae3033f035fe8f66e8dfd1fc1499ca7a7531b
shobhit verma [Mon, 23 Aug 2021 10:35:41 +0000 (10:35 +0000)]
Merge "[UTC/ITC][nntrainer][Non-ACR] Fix DataFeeding through generator" into tizen
Minje Ahn [Sun, 18 Jul 2021 23:34:54 +0000 (08:34 +0900)]
[UTC][media-content][ACR-1635] Support ebook format
Change-Id: Ic7ce7b2034c755e123e1e08e2893aacd4bcb6713
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
Minje Ahn [Fri, 20 Aug 2021 02:43:25 +0000 (11:43 +0900)]
[UTC][metadata-extractor][Non-ACR] Code cleanup
1. Fix indents
2. Remove duplicated or unused header
3. Code cleanup
Change-Id: I6ca31424749d44abacdd86ef2e3f4763e7113380
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
Ilho Kim [Tue, 20 Jul 2021 06:26:58 +0000 (15:26 +0900)]
[UTC][app-manager][ACR-1408][Add resource control API tests]
Change-Id: If7d04e995718b15c2a49d1bcdcdd80481b4af010
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
Minje Ahn [Thu, 19 Aug 2021 01:19:06 +0000 (10:19 +0900)]
[UTC][thumbnail-util][Non-ACR] test code cleanup
Change-Id: I202e4bb2516d6b882eb17aa38a6a0c3403243a0b
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
Youngjae Cho [Tue, 17 Aug 2021 06:27:04 +0000 (15:27 +0900)]
[UTC][device][None-ACR] Check an additional feature for testing display
Change-Id: I5445f45f018009232ecf179365c588cde7e16b14
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
Jihoon Lee [Tue, 10 Aug 2021 12:08:46 +0000 (21:08 +0900)]
[UTC/ITC][nntrainer][Non-ACR] Fix DataFeeding through generator
Generator is supposed to give a single element. However, the test was
feeding for multiple elements. This patch removes BATCH_SIZE definition
to make it feed for a single element.
**Self evaluation:**
1. Build test: [X]Passed [ ]Failed [ ]Skipped
2. Run test: [X]Passed [ ]Failed [ ]Skipped
Change-Id: Ia10049c3ac3a49cde0643fd4eb9cb4201e9047e5
Signed-off-by: Jihoon Lee <jhoon.it.lee@samsung.com>
Nibha Sharma [Fri, 6 Aug 2021 09:33:20 +0000 (15:03 +0530)]
[ITC][player-display][NonACR][TSDF-2979, TSDF-2973 Tizeniot tc fail, removed target options]
Change-Id: Ib85fd0e38c645e2268d392e4e9d920c4df4f2583
Signed-off-by: Nibha Sharma <nibha.sharma@samsung.com>
Eunhye Choi [Thu, 29 Jul 2021 02:27:11 +0000 (11:27 +0900)]
[UTC][player][Non-ACR][Set connection timeout]
- set connection timeout to avoid block
according to the network or server status
Change-Id: Icaa44e6fd7a426790c690fa9a5c599841cd7f860
shobhit verma [Fri, 30 Jul 2021 05:15:31 +0000 (05:15 +0000)]
Merge "[UTC][libstorage/libstorage64][Non-ACR] Fix pass condition of get_state_p" into tizen
shobhit verma [Thu, 29 Jul 2021 14:53:18 +0000 (14:53 +0000)]
Merge "[ITC][player][Separate display tct for iot profile]" into tizen
Nibha Sharma [Wed, 28 Jul 2021 15:59:30 +0000 (21:29 +0530)]
[ITC][player][Separate display tct for iot profile]
Change-Id: I15e2920ccf9bf4047779e4d424dc271bc6df8397
Signed-off-by: Nibha Sharma <nibha.sharma@samsung.com>
Youngjae Cho [Wed, 28 Jul 2021 09:40:40 +0000 (18:40 +0900)]
[UTC][libstorage/libstorage64][Non-ACR] Fix pass condition of get_state_p
Change-Id: I881f01d6133d4a85b3e0da288ca77071829e0f7e
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
shobhit verma [Wed, 28 Jul 2021 11:14:23 +0000 (11:14 +0000)]
Merge "[UTC][player][NonACR][Seperate display tct for IOT]" into tizen
shobhit verma [Wed, 28 Jul 2021 08:24:27 +0000 (08:24 +0000)]
Merge "[UTC][key-manager][Non-ACR] Update OCSP certificates" into tizen
shobhit verma [Wed, 28 Jul 2021 08:22:50 +0000 (08:22 +0000)]
Merge "[TCT][libstorage/libstorage64][Non-ACR] Fix get_state_p pass condition" into tizen
Youngjae Cho [Wed, 28 Jul 2021 02:37:12 +0000 (11:37 +0900)]
[TCT][libstorage/libstorage64][Non-ACR] Fix get_state_p pass condition
Change-Id: Iaf9b0cdcf2ef8da6b004e75849b9f34ca6bfd1ca
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
dh79pyun [Wed, 28 Jul 2021 00:16:00 +0000 (09:16 +0900)]
[ITC][bluetooth][Non-ACR][Remove unnecessary feature check logic]
Bluetooth Device APIs are not related with network.bluetooth.le
feature. When we set network.bluetooth.le feature as false, ITC
device testcases got failed. This patchset is to fix this issue.
Change-Id: Iccae172b9a0046e5cb0f53a9b00f1cc79dcb4e25
Krzysztof Jackiewicz [Fri, 23 Jul 2021 07:14:59 +0000 (09:14 +0200)]
[UTC][key-manager][Non-ACR] Update OCSP certificates
Previous OCSP testing certificate have expired - changed to new
certificates.
Change-Id: I72a31598b83fe0eb26fb5118f423eb1f3313526a
Signed-off-by: Krzysztof Jackiewicz <k.jackiewicz@samsung.com>
Youngjae Cho [Thu, 22 Jul 2021 01:33:13 +0000 (10:33 +0900)]
[UTC/ITC][device][Non-ACR] Add feature checking
Change-Id: I8c0ac13d2947aa79fb1f7f5f0c1b616ad7daad85
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
Eunhye Choi [Mon, 19 Jul 2021 04:33:04 +0000 (13:33 +0900)]
[UTC][player][NonACR][Seperate display tct for IOT]
- IOT profile include both headless and headed.
The display related tct should be seperated to verify it on headed.
It will be included all the target except headless.
Change-Id: I00459ef578aca2327a34766939e9843987a2fff0
Abhay Agarwal [Wed, 21 Jul 2021 16:18:59 +0000 (21:48 +0530)]
[UTC][capi-network-ua][Non-ACR] [TC Removal]
This patch remove below TC since these require manual
device addition
- Removed utc_ua_monitor_start_scan_p
- Removed utc_ua_monitor_stop_scan_p
Change-Id: I3809d97a825225ca3438de12f6141cae847b8704
Signed-off-by: Abhay Agarwal <ay.agarwal@samsung.com>
Nibha Sharma [Wed, 14 Jul 2021 06:17:23 +0000 (11:47 +0530)]
[ITC][tbm][NonACR][Added handle cleanup and formatting correction]
Change-Id: I2b1f72d080870522d00f9426fd6b8fde6239fa1c
Signed-off-by: Nibha Sharma <nibha.sharma@samsung.com>
shobhit verma [Tue, 13 Jul 2021 10:23:44 +0000 (10:23 +0000)]
Merge "[UTC/ITC][nnstreamer][Non-ACR] Fix tensor clone test" into tizen
manu.tiwari [Tue, 13 Jul 2021 07:26:29 +0000 (12:56 +0530)]
[ITC][capi-network-ua][NonACR][TC removal]
- ITc_capi_network_ua_monitor_start_stop_scan_p TC removed
- This Auto TC is not possible
Change-Id: If5433e1d3a30642b8f8c387001da033d8a79e5dd
Signed-off-by: manu.tiwari <manu.tiwari@samsung.com>
Gichan Jang [Tue, 13 Jul 2021 06:01:18 +0000 (15:01 +0900)]
[UTC/ITC][nnstreamer][Non-ACR] Fix tensor clone test
Fix tensor clone test.
ml_tensor_info_clone function changed to check the number of the
tensors of source info.
So, set the num_tesnors for source info.
Change-Id: I5e524a84dcb52111f6c20b6d3970aeaef999fc07
Signed-off-by: Gichan Jang <gichan2.jang@samsung.com>
Nishant Chaprana [Mon, 12 Jul 2021 08:13:34 +0000 (13:43 +0530)]
[ITC][wifi-manager][Non-ACR] Add scan retry when AP not found
Change-Id: I46ffeb8a4f9539b9cbb78f59f9fb56b4abe30766
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
Nishant Chaprana [Mon, 12 Jul 2021 08:16:45 +0000 (13:46 +0530)]
[ITC][wifi-manager][Non-ACR] Fix typo mistakes
Change-Id: Idc53d4cf059777de3c63c16e5b6fdc276b16cd79
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
Nishant Chaprana [Mon, 12 Jul 2021 08:15:34 +0000 (13:45 +0530)]
[UTC][wifi-manager][Non-ACR] Fix typo mistakes
Change-Id: If00dc9327c146a1e3cb62febf7d58435d22d6443
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
Jihun Park [Fri, 9 Jul 2021 16:00:10 +0000 (01:00 +0900)]
[TCT][Tool][Non-ACR][Updating tool - Auto_Build_binary
20210710]
Signed-off-by: Jihun Park <jihun87.park@samsung.com>
Nibha Sharma [Mon, 5 Jul 2021 10:21:46 +0000 (15:51 +0530)]
[CTC][system-info][NONACR][Testcase removed as display info is deprecated]
Change-Id: I984924eef5eea5a526bfb75d164b09f523544e99
Signed-off-by: Nibha Sharma <nibha.sharma@samsung.com>
Suyeon Hwang [Thu, 1 Jul 2021 07:26:45 +0000 (16:26 +0900)]
[UTC][tts][Non-ACR] Remove TCs those can not be reproduced
Change-Id: I31396d2f72bb59e858fdadfc9c73ac8620da300b
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
hyunuk.tak [Fri, 18 Jun 2021 01:57:33 +0000 (10:57 +0900)]
[UTC][capi-network-ua][ACR-1616][Modify feature name]
Change-Id: I1f21824ecb7ce993c2eedfee4b285e489fa2a792
Signed-off-by: hyunuk.tak <hyunuk.tak@samsung.com>
manu.tiwari [Wed, 16 Jun 2021 12:40:42 +0000 (18:10 +0530)]
[ITC][Player][Non-ACR][Removed set_unset_media_packet_video_frame_decoded_cb TC of player module for tizeniot profile]
Change-Id: I8b979df48722fa36f5bf0aefc5044d113c558126
Signed-off-by: manu.tiwari <manu.tiwari@samsung.com>
shobhit verma [Tue, 15 Jun 2021 09:13:59 +0000 (09:13 +0000)]
Merge "[ITC][capi-network-ua][NonACR][Testcase restructuring and modification]" into tizen
Nibha Sharma [Mon, 14 Jun 2021 12:17:20 +0000 (17:47 +0530)]
[ITC][capi-network-ua][NonACR][Testcase restructuring and modification]
Change-Id: I3c75e37d19ff812c7e61a92465f663d7eb040908
Signed-off-by: Nibha Sharma <nibha.sharma@samsung.com>
Daekwang Ryu [Tue, 15 Jun 2021 05:04:06 +0000 (14:04 +0900)]
[CTC][vulkan][Non-ACR][Fix compile error]
Vulkan version was upgraded.
VK_DYNAMIC_STATE_RANGE_SIZE was removed.
Change-Id: Iae220026b3d838e33d782d8f497a7c24dde5884b
Hyotaek Shim [Thu, 10 Jun 2021 02:16:02 +0000 (11:16 +0900)]
[UTC][update-control][Non-ACR] Remove update-control-tests
Change-Id: I0e7e1b8c072072ed198c3d12fa8f465017896dcd
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
jusung [Thu, 3 Jun 2021 07:26:23 +0000 (16:26 +0900)]
[UTC][ITC][capi-message-port][Non-ACR][change test app from uiapp to serviceapp]
Change-Id: I48ed53d2a06c808e3b5856f76761f1409f80f05a
Signed-off-by: jusung <jusung07.son@samsung.com>
Jihun Park [Mon, 31 May 2021 16:00:12 +0000 (01:00 +0900)]
[TCT][Tool][Non-ACR][Updating tool - Auto_Build_binary
20210601]
Signed-off-by: Jihun Park <jihun87.park@samsung.com>
Jihun Park [Thu, 27 May 2021 16:00:11 +0000 (01:00 +0900)]
[TCT][Tool][Non-ACR][Updating tool - Auto_Build_binary
20210528]
Signed-off-by: Jihun Park <jihun87.park@samsung.com>
Nibha Sharma [Mon, 24 May 2021 14:51:02 +0000 (20:21 +0530)]
[Scripts][NonACR][Added templates and modified copyright year as 2021 for newly added modules]
Change-Id: Ib981692743724ac0d86de8b4131b1771357c4517
Signed-off-by: Nibha Sharma <nibha.sharma@samsung.com>
manu.tiwari [Thu, 20 May 2021 08:07:34 +0000 (13:37 +0530)]
[ITC][capi-network-ua][ACR-1616][Add new CAPI to find nearby user (User Awareness)]
Change-Id: Id6fabf321bab354230e8790a64915c3584cc8b3a
Signed-off-by: manu.tiwari <manu.tiwari@samsung.com>
shobhit verma [Mon, 17 May 2021 03:57:16 +0000 (03:57 +0000)]
Merge "[UTC][capi-network-ua][ACR-1616][Add UTCs for new APIs]" into tizen
shobhit verma [Thu, 13 May 2021 09:33:51 +0000 (09:33 +0000)]
Merge "[ITC][bundle][Non-ACR][updated file with check_handle and check_handle_cleanup check]" into tizen
MOHIT MIGLANI [Thu, 13 May 2021 07:48:26 +0000 (13:18 +0530)]
[ITC][bundle][Non-ACR][updated file with check_handle and check_handle_cleanup check]
Change-Id: I22a4eb2874fe0b06c9edebdf6f1ac7825861c334
Signed-off-by: MOHIT MIGLANI <mohit.m@samsung.com>
hyunuk.tak [Wed, 24 Mar 2021 00:25:36 +0000 (09:25 +0900)]
[UTC][capi-network-ua][ACR-1616][Add UTCs for new APIs]
Change-Id: I799e7bc572cdc67d392a43c4d04db2a91dfb5d33
Signed-off-by: hyunuk.tak <hyunuk.tak@samsung.com>
Seonah Moon [Thu, 13 May 2021 02:30:19 +0000 (11:30 +0900)]
[ITC][http][Non-ACR][Change the test URL for HTTP POST]
Change-Id: I4466139c60ffe53f8d2a5958a06522d4ec5eb419
Tae-Young Chung [Thu, 6 May 2021 05:24:22 +0000 (14:24 +0900)]
[ITC][capi-media-vision][Non-ACR][Fix invalid model parameter for pose detection]
Change-Id: I4dc36b33f340cf8ca4f45bc143c1fbe67332f09f
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
manu.tiwari [Tue, 4 May 2021 05:12:24 +0000 (10:42 +0530)]
[ITC][contacts-service2][Non-ACR][Syntax correction for wearable build]
Change-Id: I3c3702a8f2e98e6f5715207ec12de68a7a1609b4
Signed-off-by: manu.tiwari <manu.tiwari@samsung.com>
manu.tiwari [Fri, 30 Apr 2021 05:46:07 +0000 (11:16 +0530)]
[ITC][contacts-service2][Non-ACR][handle check fix against NULL]
Change-Id: I081d05c3be7e96331b3ec0caee4b96a2d6b97080
Signed-off-by: manu.tiwari <manu.tiwari@samsung.com>
shobhit verma [Fri, 30 Apr 2021 04:08:42 +0000 (04:08 +0000)]
Merge "[UTC|ITC][capi-media-vision][Non-ACR][Fix invalid model parameters]" into tizen
manu.tiwari [Thu, 29 Apr 2021 11:48:12 +0000 (17:18 +0530)]
[ITC][url-download][Non-ACR][Usage of CHECK_HANDLE_CLEANUP macro for better readability]
Change-Id: I1502178bf13933a49423c3fe8a7cb58481d1482d
Signed-off-by: manu.tiwari <manu.tiwari@samsung.com>
shobhit verma [Thu, 29 Apr 2021 11:30:05 +0000 (11:30 +0000)]
Merge "[ITC][capi-maps-service][Non-ACR][missing error check correction]" into tizen
manu.tiwari [Thu, 29 Apr 2021 10:34:49 +0000 (16:04 +0530)]
[ITC][capi-maps-service][Non-ACR][missing error check correction]
Change-Id: If2e4d3d27bb1722ebb026ac4c2044de9e3637d37
Signed-off-by: manu.tiwari <manu.tiwari@samsung.com>
shobhit verma [Thu, 29 Apr 2021 10:24:16 +0000 (10:24 +0000)]
Merge "[ITC][notification][Non-ACR][Use service_app_main()]" into tizen
manu.tiwari [Thu, 29 Apr 2021 08:38:09 +0000 (14:08 +0530)]
[ITC][notification][Non-ACR][Use service_app_main()]
Change-Id: I79ece0c130ba223fa1a7f565780c97509b95b7df
Signed-off-by: manu.tiwari <manu.tiwari@samsung.com>
Tae-Young Chung [Thu, 29 Apr 2021 08:35:43 +0000 (17:35 +0900)]
[UTC|ITC][capi-media-vision][Non-ACR][Fix invalid model parameters]
Change-Id: Id7df62271d09d355d16d7fcd55f9e8852e310e58
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
Hwankyu Jhun [Mon, 26 Apr 2021 23:23:19 +0000 (08:23 +0900)]
[UTC][notification][Non-ACR][Use service_app_main()]
Currently, the application uses the service_app_exit() function to exit
the main loop. To terminate the application properly, the application should use
service_app_main().
Change-Id: If13166124e9dc5f2b6c0b9a46d5aecc68a9f28bc
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Nibha Sharma [Thu, 22 Apr 2021 07:35:27 +0000 (13:05 +0530)]
[ITC][image-util][NonACR][newly added testcase entry done in wearable,tizeniot and tv proile]
Change-Id: I13a4ea5f3108f1366478b8947c0fb8c7f110e7c3
Signed-off-by: Nibha Sharma <nibha.sharma@samsung.com>
shobhit verma [Tue, 20 Apr 2021 14:07:05 +0000 (14:07 +0000)]
Merge "[ITC][audio-io][Non-ACR][modified file with print_result_cleanup check]" into tizen
MOHIT MIGLANI [Mon, 19 Apr 2021 08:54:27 +0000 (14:24 +0530)]
[ITC][audio-io][Non-ACR][modified file with print_result_cleanup check]
Change-Id: I6f33798fd77b19412591bb53e69954dee0b03f2e
Signed-off-by: MOHIT MIGLANI <mohit.m@samsung.com>
Hwankyu Jhun [Mon, 19 Apr 2021 10:07:07 +0000 (19:07 +0900)]
[app-manager][ITC][Non-ACR][Update test packages]
- Remove system-setting dependency from appmanagertestfile app
Change-Id: Ia17c0eb92539b52f8eb527791d45854af699be40
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Nibha Sharma [Tue, 13 Apr 2021 12:27:46 +0000 (17:57 +0530)]
[ITC][image-util][ACR-1623][New heif enum addition]
Change-Id: I3be2c7ad588a5ef8ee67159251f1e828b3134a2b
Signed-off-by: Nibha Sharma <nibha.sharma@samsung.com>
Nibha Sharma [Thu, 8 Apr 2021 13:57:47 +0000 (19:27 +0530)]
[ITC][capi-ui-inputmethod][NonACR][Previous patch print log corrected]
Change-Id: I61fb5f48475faea6513a213e17b35fe5d1383c8e
Signed-off-by: Nibha Sharma <nibha.sharma@samsung.com>
shobhit verma [Wed, 7 Apr 2021 16:27:23 +0000 (16:27 +0000)]
Merge "[ITC][capi-ui-inputmethod][NonACR][TSDF-1076, 1 failed testcase fix]" into tizen
Nibha Sharma [Wed, 7 Apr 2021 16:02:52 +0000 (21:32 +0530)]
[ITC][capi-ui-inputmethod][NonACR][TSDF-1076, 1 failed testcase fix]
Change-Id: I6caf645202712eea4bc854760a40ffbf39ad7969
Signed-off-by: Nibha Sharma <nibha.sharma@samsung.com>
Jihun Park [Wed, 7 Apr 2021 16:00:11 +0000 (01:00 +0900)]
[TCT][Tool][Non-ACR][Updating tool - Auto_Build_binary
20210408]
Signed-off-by: Jihun Park <jihun87.park@samsung.com>
jiyong.min [Wed, 7 Apr 2021 01:20:18 +0000 (10:20 +0900)]
[UTC][capi-media-image-util][Non-ACR][Replace sample.heic for reducing utc resource]
1. Reduced resources - a tpk size, a time and a memory usage of testing
Some targets limit memory usage for a size of memory.
Due to the size of huge sample image, a case has occurred that cannot be tested.
Therefore, we change the sample image for UTC test compatibility.
2. Fix crash issue sometimes
add missing 'IMAGE_UTIL_HEIF' in utc_encode and remove invalid log message
Change-Id: I6b0831ea479b69f9b4e57c58f84c60aefbb9f1b0
Nibha Sharma [Tue, 6 Apr 2021 08:18:19 +0000 (13:48 +0530)]
[NativeTCT][Scripts][NonACR][Sequence to call rootstrap version and template version is changed]
Change-Id: If1abb3407362bf4892684cc9f0ba937d9bc5fcd4
Signed-off-by: Nibha Sharma <nibha.sharma@samsung.com>
shobhit verma [Tue, 6 Apr 2021 07:59:32 +0000 (07:59 +0000)]
Merge "[UTC][tts][Non-ACR] Add TCs for uncovered cases" into tizen
shobhit verma [Tue, 6 Apr 2021 07:45:05 +0000 (07:45 +0000)]
Merge "[ITC][capi-ui-sticker][ACR-1620][Added new testcases covered 2 new api and 1 new callback]" into tizen
Nibha Sharma [Thu, 1 Apr 2021 12:27:47 +0000 (17:57 +0530)]
[ITC][capi-ui-sticker][ACR-1620][Added new testcases covered 2 new api and 1 new callback]
Change-Id: I09585f3ebe048324a27e126dea3dbd6b61db2b31
Signed-off-by: Nibha Sharma <nibha.sharma@samsung.com>
shobhit verma [Tue, 6 Apr 2021 07:38:46 +0000 (07:38 +0000)]
Merge changes from topic "ACR-1623" into tizen
* changes:
[UTC][capi-media-image-util][ACR-1623][Add the testcases and sample resources for HEIF image decoder]
[UTC][capi-media-image-util][Non-ACR][Seperate the number of type into decode and encode]
[UTC][capi-media-image-util][Non-ACR][Change serveral global variables to structure]
Gichan Jang [Fri, 2 Apr 2021 06:13:21 +0000 (15:13 +0900)]
[UTC][nnstreamer][Non-ACR] Add tv profile support
Add nnstreamer utc to tv profile.
Change-Id: I718cd8ed5455411e6b6e86c662e3defb60706862
Signed-off-by: Gichan Jang <gichan2.jang@samsung.com>
jiyong.min [Wed, 31 Mar 2021 00:44:28 +0000 (09:44 +0900)]
[UTC][capi-media-image-util][ACR-1623][Add the testcases and sample resources for HEIF image decoder]
Change-Id: If91c75f786198cc8433bd0c3c91a2b3b239c3a21
jiyong.min [Tue, 30 Mar 2021 06:36:49 +0000 (15:36 +0900)]
[UTC][capi-media-image-util][Non-ACR][Seperate the number of type into decode and encode]
Change-Id: Ifdf0a5a695298e13387def1563a7cca70537d3dc
jiyong.min [Thu, 25 Mar 2021 01:46:03 +0000 (10:46 +0900)]
[UTC][capi-media-image-util][Non-ACR][Change serveral global variables to structure]
There are too many global variables that need to be changed further when trying
to add a new format(IMAGE_UTIL_TYPE).
Related global variables such as decode/encode are grouped into a structure.
Change-Id: I5d5327cb456432433fac3be1e7f1e52f27b01137
shobhit verma [Mon, 5 Apr 2021 07:36:25 +0000 (07:36 +0000)]
Merge "[UTC/ITC][nnstreamer][Non-ACR] Checking element availability" into tizen
shobhit verma [Mon, 5 Apr 2021 07:27:35 +0000 (07:27 +0000)]
Merge "[UTC][capi-ui-sticker][ACR-1620][Add new APIs for setting/getting group image]" into tizen
shobhit verma [Mon, 5 Apr 2021 07:26:02 +0000 (07:26 +0000)]
Merge "[UTC][component-based-application][Non-ACR][Fix sending message]" into tizen
InHong Han [Mon, 15 Mar 2021 05:31:56 +0000 (14:31 +0900)]
[UTC][capi-ui-sticker][ACR-1620][Add new APIs for setting/getting group image]
Change-Id: I05129360f3fe9262d075ce9fbd30b88755badab6
Gichan Jang [Fri, 2 Apr 2021 05:38:29 +0000 (14:38 +0900)]
[UTC/ITC][nnstreamer][Non-ACR] Checking element availability
- Check availabiity of tensor_src_tizensensor
- Remove duplicated function definition
Change-Id: I000269c16a59e71a72db157a547e0a3bf8a1e04d
Signed-off-by: Gichan Jang <gichan2.jang@samsung.com>
Hwankyu Jhun [Wed, 31 Mar 2021 09:53:35 +0000 (18:53 +0900)]
[UTC][component-based-application][Non-ACR][Fix sending message]
If the frame component is running(resumed), the frame_component_start_cb
will not be invoked while getting the launch request.
Frame Component States:
- https://docs.tizen.org/application/native/guides/applications/media/frame_lifecycle.jpg
Change-Id: I8a79f017d73ab1a703fddc1260dc3393174d9ed8
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>