[tct-tool][non-acr][Updated tct-mgr] 82/194482/1
authorSanghoon Lee <shooney.lee@samsung.com>
Wed, 5 Dec 2018 02:13:12 +0000 (11:13 +0900)
committerSanghoon Lee <shooney.lee@samsung.com>
Wed, 5 Dec 2018 02:13:12 +0000 (11:13 +0900)
Change-Id: I16a76a6594737b09964fd5d84262dfc891774c18

release/csharp-tct_5.5_dotnet/tct-tools_r4_rc1/manager/lib/manager.properties
release/csharp-tct_5.5_dotnet/tct-tools_r4_rc1/manager/lib/tct-mgr-app-3.1.5-20180524.jar [deleted file]
release/csharp-tct_5.5_dotnet/tct-tools_r4_rc1/manager/lib/tct-mgr-app-3.1.5-20181122.jar [new file with mode: 0755]
release/csharp-tct_5.5_dotnet/tct-tools_r4_rc1/testkitlite1.0/commodule/impl/tizenmobile.py

index 0ffedafbc38e5272611a53729316a80142dfae6a..255bbd4b054b7a054717a76f9988281f7645c999 100755 (executable)
@@ -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 (executable)
index 2f5a70a..0000000
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 (executable)
index 0000000..3ecfe95
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
index 11a86c877c3f08cfb2741642a25ea605390e1dbe..a72ad590e473265bf786226d645fa0fcf0f910f8 100755 (executable)
@@ -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'