-testkit-lite (3.1.3) unstable; urgency=low
+testkit-lite (3.1.4) unstable; urgency=low
* Public Release.
-testkit-lite_3.1.3_all.deb utils standard
+testkit-lite_3.1.4_all.deb utils standard
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"
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:
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"
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"