update the resource location for tizen distribution
authorchengtao.liu <chengtaox.liu@intel.com>
Fri, 11 Jul 2014 04:54:30 +0000 (12:54 +0800)
committerchengtao.liu <chengtaox.liu@intel.com>
Fri, 11 Jul 2014 04:54:30 +0000 (12:54 +0800)
debian/changelog
debian/files
testkitlite/commodule/tizenivi.py
testkitlite/commodule/tizenmobile.py

index 447a0de5126d2f3d65376f380c0c5a32ba48b650..05a5fa58b477c39a74bf440611db0f913aba6c64 100644 (file)
@@ -1,4 +1,4 @@
-testkit-lite (3.1.3) unstable; urgency=low
+testkit-lite (3.1.4) unstable; urgency=low
 
   * Public Release.
 
index ad3ec0bd52bd2f952ee3285937c13ad2b445f5cf..c45a87a7e34d3ca87a5ce02168f2098ac8a42f9f 100644 (file)
@@ -1 +1 @@
-testkit-lite_3.1.3_all.deb utils standard
+testkit-lite_3.1.4_all.deb utils standard
index 153fda7a8d4178197bf2406b1388593ab2226032..3980ed5566f7be5748da486d99f9e7148d455373 100644 (file)
@@ -57,7 +57,7 @@ WRT_START_STR = "ssh %s 'wrt-launcher -s %s; echo returncode=$?'"
 WRT_STOP_STR = "ssh %s wrt-launcher -k %s"
 WRT_INSTALL_STR = "ssh %s wrt-installer -i %s"
 WRT_UNINSTL_STR = "ssh %s wrt-installer -un %s"
-WRT_LOCATION = "/opt/usr/media/tct/opt/%s/%s.wgt"
+WRT_LOCATION = "/home/app/content/tct/opt/%s/%s.wgt"
 
 # crosswalk constants
 XWALK_MAIN = "xwalkctl"
@@ -65,7 +65,7 @@ XWALK_QUERY_STR = "ssh %s \"su - app -c 'export DBUS_SESSION_BUS_ADDRESS=unix:pa
 XWALK_START_STR = "ssh %s \"su - app -c 'export DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/5000/dbus/user_bus_socket;xwalk-launcher %s' & \""
 XWALK_INSTALL_STR = "ssh %s \"su - app -c 'export DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/5000/dbus/user_bus_socket;xwalkctl --install %s' \""
 XWALK_UNINSTL_STR = "ssh %s \"su - app -c 'export DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/5000/dbus/user_bus_socket;xwalkctl --uninstall %s' \""
-XWALK_LOCATION = "/opt/usr/media/tct/opt/%s/%s.wgt"
+XWALK_LOCATION = "/home/app/content/tct/opt/%s/%s.wgt"
 
 
 class SSH_Handler:
index 98a8eedeb94d9aeb8ed2d025f915638d7ccd9025..390da544a2503cb5734c2235cff005d86c5ce2d8 100644 (file)
@@ -51,7 +51,7 @@ WRT_START_STR = "sdb -s %s shell 'wrt-launcher -s %s; echo returncode=$?'"
 WRT_STOP_STR = "sdb -s %s shell wrt-launcher -k %s"
 WRT_INSTALL_STR = "sdb -s %s shell wrt-installer -i %s"
 WRT_UNINSTL_STR = "sdb -s %s shell wrt-installer -un %s"
-WRT_LOCATION = "/opt/usr/media/tct/opt/%s/%s.wgt"
+WRT_LOCATION = "/home/app/content/tct/opt/%s/%s.wgt"
 
 # crosswalk constants
 XWALK_MAIN = "xwalkctl"
@@ -59,7 +59,7 @@ XWALK_QUERY_STR = "sdb -s %s shell su - app -c 'export DBUS_SESSION_BUS_ADDRESS=
 XWALK_START_STR = "sdb -s %s shell su - app -c 'export DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/5000/dbus/user_bus_socket;xwalk-launcher %s' &"
 XWALK_INSTALL_STR = "sdb -s %s shell su - app -c 'export DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/5000/dbus/user_bus_socket;xwalkctl --install %s'"
 XWALK_UNINSTL_STR = "sdb -s %s shell su - app -c 'export DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/5000/dbus/user_bus_socket;xwalkctl --uninstall %s'"
-XWALK_LOCATION = "/opt/usr/media/tct/opt/%s/%s.wgt"
+XWALK_LOCATION = "/home/app/content/tct/opt/%s/%s.wgt"
 
 # dlog constants
 DLOG_CLEAR = "sdb -s %s shell dlogutil -c"