From: Sanghoon Lee Date: Wed, 5 Dec 2018 02:13:12 +0000 (+0900) Subject: [tct-tool][non-acr][Updated tct-mgr] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=56e217ab0603b5f2b3178d386dc00bb3a05a9da5;p=test%2Ftct%2Fcsharp%2Fapi.git [tct-tool][non-acr][Updated tct-mgr] Change-Id: I16a76a6594737b09964fd5d84262dfc891774c18 --- diff --git a/release/csharp-tct_5.5_dotnet/tct-tools_r4_rc1/manager/lib/manager.properties b/release/csharp-tct_5.5_dotnet/tct-tools_r4_rc1/manager/lib/manager.properties index 0ffedafbc..255bbd4b0 100755 --- a/release/csharp-tct_5.5_dotnet/tct-tools_r4_rc1/manager/lib/manager.properties +++ b/release/csharp-tct_5.5_dotnet/tct-tools_r4_rc1/manager/lib/manager.properties @@ -1,2 +1,2 @@ -TIZENV=tizen_web_2.3,tizen_native_2.3,tizen_web_2.3.1,tizen_native_2.3.1,tizen_web_2.3.2,tizen_native_2.3.2,tizen_web_2.4,tizen_native_2.4,tizen_web_3.0,tizen_native_3.0,tizen_csharp_3.0,tizen_web_4.0,tizen_native_4.0,tizen_csharp_4.0,tizen_web_5.0,tizen_native_5.0,tizen_csharp_5.0 -PROFILE=mobile,wearable,tv,common_iot \ No newline at end of file +TIZENV=tizen_web_2.3,tizen_native_2.3,tizen_web_2.3.1,tizen_native_2.3.1,tizen_web_2.3.2,tizen_native_2.3.2,tizen_web_2.4,tizen_native_2.4,tizen_web_3.0,tizen_native_3.0,tizen_csharp_3.0,tizen_web_4.0,tizen_native_4.0,tizen_csharp_4.0,tizen_web_5.0,tizen_native_5.0,tizen_csharp_5.0,tizen_web_5.5,tizen_native_5.5,tizen_csharp_5.5 +PROFILE=mobile,wearable,tv,common_iot diff --git a/release/csharp-tct_5.5_dotnet/tct-tools_r4_rc1/manager/lib/tct-mgr-app-3.1.5-20180524.jar b/release/csharp-tct_5.5_dotnet/tct-tools_r4_rc1/manager/lib/tct-mgr-app-3.1.5-20180524.jar deleted file mode 100755 index 2f5a70a6b..000000000 Binary files a/release/csharp-tct_5.5_dotnet/tct-tools_r4_rc1/manager/lib/tct-mgr-app-3.1.5-20180524.jar and /dev/null differ diff --git a/release/csharp-tct_5.5_dotnet/tct-tools_r4_rc1/manager/lib/tct-mgr-app-3.1.5-20181122.jar b/release/csharp-tct_5.5_dotnet/tct-tools_r4_rc1/manager/lib/tct-mgr-app-3.1.5-20181122.jar new file mode 100755 index 000000000..3ecfe9510 Binary files /dev/null and b/release/csharp-tct_5.5_dotnet/tct-tools_r4_rc1/manager/lib/tct-mgr-app-3.1.5-20181122.jar differ diff --git a/release/csharp-tct_5.5_dotnet/tct-tools_r4_rc1/testkitlite1.0/commodule/impl/tizenmobile.py b/release/csharp-tct_5.5_dotnet/tct-tools_r4_rc1/testkitlite1.0/commodule/impl/tizenmobile.py index 11a86c877..a72ad590e 100755 --- a/release/csharp-tct_5.5_dotnet/tct-tools_r4_rc1/testkitlite1.0/commodule/impl/tizenmobile.py +++ b/release/csharp-tct_5.5_dotnet/tct-tools_r4_rc1/testkitlite1.0/commodule/impl/tizenmobile.py @@ -216,6 +216,8 @@ class TizenMobile: device_file = DEVICE_SUITE_TARGET_30 + '/Documents/tct/buildinfo.xml' elif _tizenV and _tizenV.find("5.0") > -1: device_file = DEVICE_SUITE_TARGET_30 + '/Documents/tct/buildinfo.xml' + elif _tizenV and _tizenV.find("5.5") > -1: + device_file = DEVICE_SUITE_TARGET_30 + '/Documents/tct/buildinfo.xml' else: device_file = DEVICE_SUITE_TARGET_24 + '/Documents/tct/buildinfo.xml'