From 5c495c4d44bb9a91531a337ced574ee946c6f179 Mon Sep 17 00:00:00 2001 From: "chengtao.liu" Date: Fri, 11 Jul 2014 12:54:30 +0800 Subject: [PATCH] update the resource location for tizen distribution --- debian/changelog | 2 +- debian/files | 2 +- testkitlite/commodule/tizenivi.py | 4 ++-- testkitlite/commodule/tizenmobile.py | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 447a0de..05a5fa5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -testkit-lite (3.1.3) unstable; urgency=low +testkit-lite (3.1.4) unstable; urgency=low * Public Release. diff --git a/debian/files b/debian/files index ad3ec0b..c45a87a 100644 --- a/debian/files +++ b/debian/files @@ -1 +1 @@ -testkit-lite_3.1.3_all.deb utils standard +testkit-lite_3.1.4_all.deb utils standard diff --git a/testkitlite/commodule/tizenivi.py b/testkitlite/commodule/tizenivi.py index 153fda7..3980ed5 100644 --- a/testkitlite/commodule/tizenivi.py +++ b/testkitlite/commodule/tizenivi.py @@ -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: diff --git a/testkitlite/commodule/tizenmobile.py b/testkitlite/commodule/tizenmobile.py index 98a8eed..390da54 100644 --- a/testkitlite/commodule/tizenmobile.py +++ b/testkitlite/commodule/tizenmobile.py @@ -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" -- 2.7.4