From: zy123.yuan Date: Fri, 20 Jan 2017 02:22:09 +0000 (+0800) Subject: [wearable][widget02][sync test case from suprem] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F05%2F111205%2F1;p=test%2Ftct%2Fweb%2Fapi.git [wearable][widget02][sync test case from suprem] - sign unsigned test widget - change path for supporting global user Change-Id: Id8609521f60eec9383806208c9054ea87cd96b5c Signed-off-by: zy123.yuan --- diff --git a/wearable/tct-widget02-w3c-tests/inst.wgt.py b/wearable/tct-widget02-w3c-tests/inst.wgt.py index 7cdee07aa..31bd49daf 100755 --- a/wearable/tct-widget02-w3c-tests/inst.wgt.py +++ b/wearable/tct-widget02-w3c-tests/inst.wgt.py @@ -7,7 +7,7 @@ import time import sys import subprocess import string -from optparse import OptionParser, make_option +from optparse import OptionParser, make_option import ConfigParser @@ -20,6 +20,15 @@ tct_parser = ConfigParser.ConfigParser() tct_parser.read(TCT_CONFIG_FILE) SRC_DIR = tct_parser.get('DEVICE', 'DEVICE_SUITE_TARGET_30') PKG_SRC_DIR = "%s/tct/opt/%s" % (SRC_DIR, PKG_NAME) +EXECUTION_MODE_30 = tct_parser.get('DEVICE', 'DEVICE_EXECUTION_MODE_30') +ADMIN_USER_30 = tct_parser.get('DEVICE', 'DEVICE_ADMIN_USER_30') + +def userCheck(): + global GLOVAL_OPT + if ADMIN_USER_30 == EXECUTION_MODE_30: + GLOVAL_OPT="--global" + else: + GLOVAL_OPT="" def doCMD(cmd): @@ -114,7 +123,7 @@ def uninstPKGs(): action_status = False continue (return_code, output) = doRemoteCMD( - "pkgcmd -u -t wgt -q -n %s" % pkg_id) + "pkgcmd %s -q -u -n %s" % (GLOVAL_OPT, pkg_id)) for line in output: if "Failure" in line: action_status = False @@ -143,7 +152,7 @@ def instPKGs(): # if not doRemoteCopy(os.path.join(root, file), "%s/%s" % (SRC_DIR, file)): # action_status = False # (return_code, output) = doRemoteCMD( -# "pkgcmd -i -t wgt -q -p %s/%s" % (SRC_DIR, file)) +# "pkgcmd %s -i -t wgt -q -p %s/%s" % (GLOVAL_OPT, SRC_DIR, file)) # doRemoteCMD("rm -rf %s/%s" % (SRC_DIR, file)) # for line in output: # if "Failure" in line: @@ -191,7 +200,7 @@ def main(): sys.exit(1) if not PARAMETERS.user: - PARAMETERS.user = "owner" + PARAMETERS.user = EXECUTION_MODE_30 if not PARAMETERS.mode: PARAMETERS.mode = "SDB" @@ -209,6 +218,8 @@ def main(): print "No device provided" sys.exit(1) + userCheck() + user_info = getUSERID() re_code = user_info[0] if re_code == 0 : diff --git a/wearable/tct-widget02-w3c-tests/scripts/xwalk_common.sh b/wearable/tct-widget02-w3c-tests/scripts/xwalk_common.sh index b2b9d6674..8749d2454 100755 --- a/wearable/tct-widget02-w3c-tests/scripts/xwalk_common.sh +++ b/wearable/tct-widget02-w3c-tests/scripts/xwalk_common.sh @@ -30,7 +30,8 @@ ###below functions just for crosswalk ivi testing### -##usage: install_app $app_path(e.g. uninstall_app /home/owner/share/tct/opt/tct-sp02-wrt-tests/tct-sp02-wrt-tests.wgt)## +##usage: install_app $app_path(e.g. admin user: install_app /home/usr/globalapps/tct/opt/tct-sp02-wrt-tests/tct-sp02-wrt-tests.wgt + ##local user: install_app /home/{user}/apps_rw/tct/opt/tct-sp02-wrt-tests/tct-sp02-wrt-tests.wgt)## function install_app(){ pkgcmd -i -t wgt -q -p $1 } diff --git a/wearable/tct-widget02-w3c-tests/tests.full.xml b/wearable/tct-widget02-w3c-tests/tests.full.xml index 70d89d19b..88a9f5bde 100755 --- a/wearable/tct-widget02-w3c-tests/tests.full.xml +++ b/wearable/tct-widget02-w3c-tests/tests.full.xml @@ -5,7 +5,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_011.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_011.wgt @@ -17,7 +17,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_018.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_018.wgt @@ -29,7 +29,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_030.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_030.wgt @@ -41,7 +41,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_049.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_049.wgt @@ -53,7 +53,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_055.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_055.wgt @@ -65,7 +65,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh WAC_PAKCONF_064.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh WAC_PAKCONF_064.wgt @@ -77,7 +77,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_074.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_074.wgt @@ -89,7 +89,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_080.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_080.wgt @@ -101,7 +101,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_086.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_086.wgt @@ -113,7 +113,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_088.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_088.wgt @@ -125,7 +125,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_110.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_110.wgt @@ -137,7 +137,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_114.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_114.wgt @@ -149,7 +149,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_116.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_116.wgt @@ -161,7 +161,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_119.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_119.wgt @@ -173,7 +173,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_133.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_133.wgt @@ -185,7 +185,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_137.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_137.wgt @@ -197,7 +197,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_140.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_140.wgt @@ -209,7 +209,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh WAC_PAKCONF_201.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh WAC_PAKCONF_201.wgt @@ -221,7 +221,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_269.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_269.wgt @@ -233,7 +233,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_271.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_271.wgt @@ -245,7 +245,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh WAC_PAKCONF_389.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh WAC_PAKCONF_389.wgt @@ -257,7 +257,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TizenCore001_1.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TizenCore001_1.wgt @@ -269,7 +269,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TizenCore001_2.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TizenCore001_2.wgt @@ -281,7 +281,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TizenCore001_4.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TizenCore001_4.wgt @@ -293,7 +293,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TizenCore002.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TizenCore002.wgt @@ -305,7 +305,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TizenCore003.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TizenCore003.wgt @@ -317,7 +317,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TizenCore003_1.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TizenCore003_1.wgt @@ -329,7 +329,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TizenCore004.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TizenCore004.wgt @@ -341,7 +341,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TizenCore004_1.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TizenCore004_1.wgt @@ -353,7 +353,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TizenCore004_2.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TizenCore004_2.wgt @@ -365,7 +365,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TizenCore004_3.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TizenCore004_3.wgt @@ -377,7 +377,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TizenCore004_7.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TizenCore004_7.wgt @@ -389,7 +389,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TizenCore005.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TizenCore005.wgt @@ -401,7 +401,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TizenCore006.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TizenCore006.wgt @@ -413,7 +413,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TizenCore008.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TizenCore008.wgt @@ -425,7 +425,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TZ_Core_APPC_001 + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TZ_Core_APPC_001 @@ -437,7 +437,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TZ_Core_APPC_002.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TZ_Core_APPC_002.wgt @@ -449,7 +449,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TZ_Core_APPC_003.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TZ_Core_APPC_003.wgt @@ -461,7 +461,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh TZ_Core_APPC_004.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh TZ_Core_APPC_004.wgt @@ -473,7 +473,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh TZ_Core_APPC_005.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh TZ_Core_APPC_005.wgt @@ -485,7 +485,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh TZ_Core_APPC_006.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh TZ_Core_APPC_006.wgt @@ -497,7 +497,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TZ_Core_APPC_007.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TZ_Core_APPC_007.wgt @@ -509,7 +509,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh TZ_Core_APPC_008.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh TZ_Core_APPC_008.wgt @@ -525,7 +525,7 @@ Get the 'package id' of TC002.wgt with the command : app_launcher -l, then uninstall the TC002.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/TC002.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/TC002.wgt Widget application is able to be installed successfully. @@ -557,7 +557,7 @@ Get the 'package id' of TC003.wgt with the command : app_launcher -l, then uninstall the TC003.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/TC003.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/TC003.wgt Widget application is able to be installed successfully. @@ -589,7 +589,7 @@ Get the 'package id' of TC003_1.wgt with the command : app_launcher -l, then uninstall the TC003_1.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/TC003_1.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/TC003_1.wgt Widget application is able to be installed successfully. @@ -621,7 +621,7 @@ Get the 'package id' of TC006.wgt with the command : app_launcher -l, then uninstall the TC006.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/TC006.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/TC006.wgt Widget application is able to be installed successfully. @@ -649,7 +649,7 @@ Get the 'package id' of TC006_1.wgt with the command : app_launcher -l, then uninstall the TC006_1.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/TC006_1.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/TC006_1.wgt Widget application is able to be installed successfully. @@ -673,7 +673,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh TC008_1.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh TC008_1.wgt @@ -685,7 +685,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh TC008_2.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh TC008_2.wgt @@ -701,7 +701,7 @@ Get the 'package id' of TC011.wgt with the command : app_launcher -l, then uninstall the TC011.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/TC011.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/TC011.wgt Widget application is able to be installed successfully. @@ -725,7 +725,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh TC015_1.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh TC015_1.wgt @@ -737,7 +737,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh TC015_2.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh TC015_2.wgt @@ -753,7 +753,7 @@ Get the 'package id' of TCHKey018.wgt with the command : app_launcher -l, then uninstall the TCHKey018.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/TCHKey018.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/TCHKey018.wgt Widget application is able to be installed successfully. @@ -781,7 +781,7 @@ Get the 'package id' of TCHKey019.wgt with the command : app_launcher -l, then uninstall the TCHKey019.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/TCHKey019.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/TCHKey019.wgt Widget application is able to be installed successfully. @@ -809,7 +809,7 @@ Get the 'package id' of TCHKey020.wgt with the command : app_launcher -l, then uninstall the TCHKey020.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/TCHKey020.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/TCHKey020.wgt Widget application is able to be installed successfully. @@ -837,7 +837,7 @@ Get the 'package id' of TC017_1.wgt with the command : app_launcher -l, then uninstall the TC017_1.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/TC017_1.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/TC017_1.wgt Widget application is able to be installed successfully. @@ -861,7 +861,7 @@ Get the 'package id' of TC019.wgt with the command : app_launcher -l, then uninstall the TC019.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/TC019.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/TC019.wgt Widget application is able to be installed successfully. @@ -885,7 +885,7 @@ Get the 'package id' of TC020.wgt with the command : app_launcher -l, then uninstall the TC020.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/TC020.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/TC020.wgt Widget application is able to be installed successfully. @@ -909,7 +909,7 @@ Get the 'package id' of TC043.wgt with the command : app_launcher -l, then uninstall the TC043.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/TC043.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/TC043.wgt Widget application is able to be installed successfully. @@ -941,7 +941,7 @@ Get the 'package id' of TC044.wgt with the command : app_launcher -l, then uninstall the TC044.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/TC044.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/TC044.wgt Widget application is able to be installed successfully. @@ -973,7 +973,7 @@ Get the 'package id' of TC045.wgt with the command : app_launcher -l, then uninstall the TC045.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/TC045.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/TC045.wgt Widget application is able to be installed successfully. @@ -1005,7 +1005,7 @@ Get the 'package id' of TC046.wgt with the command : app_launcher -l, then uninstall the TC046.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/TC046.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/TC046.wgt Widget application is able to be installed successfully. @@ -1033,7 +1033,7 @@ Get the 'package id' of av.wgt with the command : app_launcher -l, then uninstall the av.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/av.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/av.wgt Widget application is able to be installed successfully. @@ -1053,7 +1053,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh b5.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh b5.wgt @@ -1069,7 +1069,7 @@ Get the 'package id' of bn.wgt with the command : app_launcher -l, then uninstall the bn.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/bn.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/bn.wgt Widget application is able to be installed successfully. @@ -1089,7 +1089,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh br.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh br.wgt @@ -1105,7 +1105,7 @@ Get the 'package id' of bs.wgt with the command : app_launcher -l, then uninstall the bs.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/bs.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/bs.wgt Widget application is able to be installed successfully. @@ -1129,7 +1129,7 @@ Get the 'package id' of bz.wgt with the command : app_launcher -l, then uninstall the bz.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/bz.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/bz.wgt Widget application is able to be installed successfully. @@ -1153,7 +1153,7 @@ Get the 'package id' of d0.wgt with the command : app_launcher -l, then uninstall the d0.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/d0.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/d0.wgt Widget application is able to be installed successfully. @@ -1177,7 +1177,7 @@ Get the 'package id' of db.wgt with the command : app_launcher -l, then uninstall the db.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/db.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/db.wgt Widget application is able to be installed successfully. @@ -1197,7 +1197,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh dk.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh dk.wgt @@ -1213,7 +1213,7 @@ Get the 'package id' of e4.wgt with the command : app_launcher -l, then uninstall the e4.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/e4.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/e4.wgt Widget application is able to be installed successfully. @@ -1237,7 +1237,7 @@ Get the 'package id' of e5.wgt with the command : app_launcher -l, then uninstall the e5.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/e5.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/e5.wgt Widget application is able to be installed successfully. @@ -1261,7 +1261,7 @@ Get the 'package id' of e6.wgt with the command : app_launcher -l, then uninstall the e6.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/e6.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/e6.wgt Widget application is able to be installed successfully. @@ -1285,7 +1285,7 @@ Get the 'package id' of e7.wgt with the command : app_launcher -l, then uninstall the e7.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/e7.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/e7.wgt Widget application is able to be installed successfully. @@ -1309,7 +1309,7 @@ Get the 'package id' of viewh.wgt with the command : app_launcher -l, then uninstall the viewh.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/viewh.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/viewh.wgt Widget application is able to be installed successfully. @@ -1333,7 +1333,7 @@ Get the 'package id' of z1.wgt with the command : app_launcher -l, then uninstall the z1.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/z1.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/z1.wgt Widget application is able to be installed successfully. @@ -1357,7 +1357,7 @@ Get the 'package id' of z2.wgt with the command : app_launcher -l, then uninstall the z2.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/z2.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/z2.wgt Widget application is able to be installed successfully. @@ -1377,7 +1377,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh d9.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh d9.wgt @@ -1393,7 +1393,7 @@ Get the 'package id' of dc.wgt with the command : app_launcher -l, then uninstall the dc.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/dc.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/dc.wgt Widget application is able to be installed successfully. @@ -1413,7 +1413,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh dl.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh dl.wgt @@ -1425,7 +1425,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh dlocignore00.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh dlocignore00.wgt @@ -1437,7 +1437,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh bh.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh bh.wgt @@ -1449,7 +1449,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh bu.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh bu.wgt @@ -1461,7 +1461,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh c1.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh c1.wgt @@ -1473,7 +1473,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh c2.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh c2.wgt @@ -1485,7 +1485,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh c3.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh c3.wgt @@ -1501,7 +1501,7 @@ Get the 'package id' of bj.wgt with the command : app_launcher -l, then uninstall the bj.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/bj.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/bj.wgt Widget application is able to be installed successfully. @@ -1525,7 +1525,7 @@ Get the 'package id' of bl.wgt with the command : app_launcher -l, then uninstall the bl.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/bl.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/bl.wgt Widget application is able to be installed successfully. @@ -1549,7 +1549,7 @@ Get the 'package id' of bo.wgt with the command : app_launcher -l, then uninstall the bo.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/bo.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/bo.wgt Widget application is able to be installed successfully. @@ -1573,7 +1573,7 @@ Get the 'package id' of d1.wgt with the command : app_launcher -l, then uninstall the d1.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/d1.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/d1.wgt Widget application is able to be installed successfully. @@ -1597,7 +1597,7 @@ Get the 'package id' of d2.wgt with the command : app_launcher -l, then uninstall the d2.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/d2.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/d2.wgt Widget application is able to be installed successfully. @@ -1621,7 +1621,7 @@ Get the 'package id' of cc.wgt with the command : app_launcher -l, then uninstall the cc.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/cc.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/cc.wgt Widget application is able to be installed successfully. @@ -1645,7 +1645,7 @@ Get the 'package id' of bq.wgt with the command : app_launcher -l, then uninstall the bq.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/bq.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/bq.wgt Widget application is able to be installed successfully. @@ -1665,7 +1665,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh aa.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh aa.wgt @@ -1677,7 +1677,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh ab.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh ab.wgt @@ -1689,7 +1689,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh ac.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh ac.wgt @@ -1705,7 +1705,7 @@ Get the 'package id' of ad.wgt with the command : app_launcher -l, then uninstall the ad.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/ad.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/ad.wgt Widget application is able to be installed successfully. @@ -1725,7 +1725,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh b0.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh b0.wgt @@ -1737,7 +1737,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh bg.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh bg.wgt @@ -1753,7 +1753,7 @@ Get the 'package id' of am.wgt with the command : app_launcher -l, then uninstall the am.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/am.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/am.wgt Widget application is able to be installed successfully. @@ -1777,7 +1777,7 @@ Get the 'package id' of aw.wgt with the command : app_launcher -l, then uninstall the aw.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/aw.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/aw.wgt Widget application is able to be installed successfully. @@ -1801,7 +1801,7 @@ Get the 'package id' of ta-de-000.wgt with the command : app_launcher -l, then uninstall the ta-de-000.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/ta-de-000.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/ta-de-000.wgt Widget application is able to be installed successfully. @@ -1821,7 +1821,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh split.wgt.001 + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh split.wgt.001 @@ -1833,7 +1833,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh dp.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh dp.wgt @@ -1845,7 +1845,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh dq.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh dq.wgt @@ -1857,7 +1857,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh dv.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh dv.wgt @@ -1869,7 +1869,7 @@ - /home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh dw.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh dw.wgt @@ -1885,7 +1885,7 @@ Get the 'package id' of ga.wgt with the command : app_launcher -l, then uninstall the ga.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/ga.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/ga.wgt Widget application is able to be installed successfully. @@ -1909,7 +1909,7 @@ Get the 'package id' of gb.wgt with the command : app_launcher -l, then uninstall the gb.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/gb.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/gb.wgt Widget application is able to be installed successfully. @@ -1933,7 +1933,7 @@ Get the 'package id' of i1.wgt with the command : app_launcher -l, then uninstall the i1.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/i1.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/i1.wgt Widget application is able to be installed successfully. @@ -1957,7 +1957,7 @@ Get the 'package id' of i18nlro23.wgt with the command : app_launcher -l, then uninstall the i18nlro23.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/i18nlro23.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/i18nlro23.wgt Widget application is able to be installed successfully. @@ -1981,7 +1981,7 @@ Get the 'package id' of i18nlro26.wgt with the command : app_launcher -l, then uninstall the i18nlro26.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/i18nlro26.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/i18nlro26.wgt Widget application is able to be installed successfully. @@ -2005,7 +2005,7 @@ Get the 'application id' of i18nlro27.wgt with the command : app_launcher -l, then uninstall the i18nlro27.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/i18nlro27.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/i18nlro27.wgt Widget application is able to be installed successfully. @@ -2029,7 +2029,7 @@ Get the 'application id' of i18nlro28.wgt with the command : app_launcher -l, then uninstall the i18nlro28.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/i18nlro28.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/i18nlro28.wgt Widget application is able to be installed successfully. @@ -2053,7 +2053,7 @@ Get the 'application id' of i18nltr23.wgt with the command : app_launcher -l, then uninstall the i18nltr23.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/i18nltr23.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/i18nltr23.wgt Widget application is able to be installed successfully. @@ -2077,7 +2077,7 @@ Get the 'application id' of i18nltr26.wgt with the command : app_launcher -l, then uninstall the i18nltr26.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/i18nltr26.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/i18nltr26.wgt Widget application is able to be installed successfully. @@ -2101,7 +2101,7 @@ Get the 'application id' of i18nltr27.wgt with the command : app_launcher -l, then uninstall the i18nltr27.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/i18nltr27.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/i18nltr27.wgt Widget application is able to be installed successfully. @@ -2125,7 +2125,7 @@ Get the 'application id' of i18nltr28.wgt with the command : app_launcher -l, then uninstall the i18nltr28.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/i18nltr28.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/i18nltr28.wgt Widget application is able to be installed successfully. @@ -2149,7 +2149,7 @@ Get the 'application id' of i18nrlo23.wgt with the command : app_launcher -l, then uninstall the i18nrlo23.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/i18nrlo23.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/i18nrlo23.wgt Widget application is able to be installed successfully. @@ -2173,7 +2173,7 @@ Get the 'application id' of i18nrlo26.wgt with the command : app_launcher -l, then uninstall the i18nrlo26.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/i18nrlo26.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/i18nrlo26.wgt Widget application is able to be installed successfully. @@ -2197,7 +2197,7 @@ Get the 'application id' of i18nrlo27.wgt with the command : app_launcher -l, then uninstall the i18nrlo27.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/i18nrlo27.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/i18nrlo27.wgt Widget application is able to be installed successfully. @@ -2221,7 +2221,7 @@ Get the 'application id' of i18nrlo28.wgt with the command : app_launcher -l, then uninstall the i18nrlo28.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/i18nrlo28.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/i18nrlo28.wgt Widget application is able to be installed successfully. @@ -2245,7 +2245,7 @@ Get the 'application id' of i18nrtl23.wgt with the command : app_launcher -l, then uninstall the i18nrtl23.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/i18nrtl23.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/i18nrtl23.wgt Widget application is able to be installed successfully. @@ -2269,7 +2269,7 @@ Get the 'application id' of i18nrtl26.wgt with the command : app_launcher -l, then uninstall the i18nrtl26.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/i18nrtl26.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/i18nrtl26.wgt Widget application is able to be installed successfully. @@ -2293,7 +2293,7 @@ Get the 'application id' of i18nrtl27.wgt with the command : app_launcher -l, then uninstall the i18nrtl27.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/i18nrtl27.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/i18nrtl27.wgt Widget application is able to be installed successfully. @@ -2317,7 +2317,7 @@ Get the 'application id' of i18nrtl28.wgt with the command : app_launcher -l, then uninstall the i18nrtl28.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/i18nrtl28.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/i18nrtl28.wgt Widget application is able to be installed successfully. @@ -2341,7 +2341,7 @@ Get the 'application id' of i18nrtl43.wgt with the command : app_launcher -l, then uninstall the i18nrtl43.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/i18nrtl43.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/i18nrtl43.wgt Widget application is able to be installed successfully. @@ -2365,7 +2365,7 @@ Get the 'application id' of i9.wgt with the command : app_launcher -l, then uninstall the i9.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/i9.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/i9.wgt Widget application is able to be installed successfully. @@ -2389,7 +2389,7 @@ Get the 'application id' of viewb.wgt with the command : app_launcher -l, then uninstall the viewb.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/viewb.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/viewb.wgt Widget application is able to be installed successfully. @@ -2413,7 +2413,7 @@ Get the 'application id' of viewf.wgt with the command : app_launcher -l, then uninstall the viewf.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/viewf.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/viewf.wgt Widget application is able to be installed successfully. @@ -2437,7 +2437,7 @@ Get the 'application id' of viewg.wgt with the command : app_launcher -l, then uninstall the viewg.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/viewg.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/viewg.wgt Widget application is able to be installed successfully. @@ -2461,7 +2461,7 @@ Get the 'application id' of viewi.wgt with the command : app_launcher -l, then uninstall the viewi.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/viewi.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/viewi.wgt Widget application is able to be installed successfully. @@ -2485,7 +2485,7 @@ Get the 'application id' of xx.wgt with the command : app_launcher -l, then uninstall the xx.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/xx.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/xx.wgt Widget application is able to be installed successfully. @@ -2509,7 +2509,7 @@ Get the 'application id' of za.wgt with the command : app_launcher -l, then uninstall the za.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/za.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/za.wgt Widget application is able to be installed successfully. @@ -2533,7 +2533,7 @@ Get the 'application id' of zc.wgt with the command : app_launcher -l, then uninstall the zc.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/zc.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/zc.wgt Widget application is able to be installed successfully. @@ -2557,7 +2557,7 @@ Get the 'application id' of zz.wgt with the command : app_launcher -l, then uninstall the zz.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/zz.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/zz.wgt Widget application is able to be installed successfully. @@ -2581,7 +2581,7 @@ Get the 'application id' of ta-de-001.wgt with the command : app_launcher -l, then uninstall the ta-de-001.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/ta-de-001.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/ta-de-001.wgt Widget application is able to be installed successfully. @@ -2605,7 +2605,7 @@ Get the 'application id' of ta-de-002.wgt with the command : app_launcher -l, then uninstall the ta-de-002.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/ta-de-002.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/ta-de-002.wgt Widget application is able to be installed successfully. @@ -2629,7 +2629,7 @@ Get the 'application id' of ta-de-003.wgt with the command : app_launcher -l, then uninstall the ta-de-003.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/ta-de-003.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/ta-de-003.wgt Widget application is able to be installed successfully. @@ -2653,7 +2653,7 @@ Get the 'application id' of ta-de-004.wgt with the command : app_launcher -l, then uninstall the ta-de-004.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/ta-de-004.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/ta-de-004.wgt Widget application is able to be installed successfully. @@ -2677,7 +2677,7 @@ Get the 'application id' of as.wgt with the command : app_launcher -l, then uninstall the as.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/as.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/as.wgt Widget application is able to be installed successfully. @@ -2701,7 +2701,7 @@ Get the 'application id' of ao.wgt with the command : app_launcher -l, then uninstall the ao.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/ao.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/ao.wgt Widget application is able to be installed successfully. @@ -2725,7 +2725,7 @@ Get the 'application id' of d3.wgt with the command : app_launcher -l, then uninstall the d3.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/d3.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/d3.wgt Widget application is able to be installed successfully. @@ -2749,7 +2749,7 @@ Get the 'application id' of d8.wgt with the command : app_launcher -l, then uninstall the d8.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/d8.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/d8.wgt Widget application is able to be installed successfully. @@ -2773,7 +2773,7 @@ Get the 'application id' of d7.wgt with the command : app_launcher -l, then uninstall the d7.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/d7.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/d7.wgt Widget application is able to be installed successfully. @@ -2797,7 +2797,7 @@ Get the 'application id' of oa.wgt with the command : app_launcher -l, then uninstall the oa.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/oa.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/oa.wgt Widget application is able to be installed successfully. @@ -2821,7 +2821,7 @@ Get the 'application id' of i18nlro01.wgt with the command : app_launcher -l, then uninstall the i18nlro01.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/i18nlro01.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/i18nlro01.wgt Widget application is able to be installed successfully. @@ -2845,7 +2845,7 @@ Get the 'application id' of i18nrtl44.wgt with the command : app_launcher -l, then uninstall the i18nrtl44.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/i18nrtl44.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/i18nrtl44.wgt Widget application is able to be installed successfully. @@ -2869,7 +2869,7 @@ Get the 'application id' of i18nlro44.wgt with the command : app_launcher -l, then uninstall the i18nlro44.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/i18nlro44.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/i18nlro44.wgt Widget application is able to be installed successfully. @@ -2893,7 +2893,7 @@ Get the 'application id' of i18nltr44.wgt with the command : app_launcher -l, then uninstall the i18nltr44.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/i18nltr44.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/i18nltr44.wgt Widget application is able to be installed successfully. @@ -2917,7 +2917,7 @@ Get the 'application id' of i18nrlo44.wgt with the command : app_launcher -l, then uninstall the i18nrlo44.wgt with the command : pkgcmd -u -q -t wgt -n 'package id' - Install the widget with the command: pkgcmd -i -t wgt -q -p /home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/i18nrlo44.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/i18nrlo44.wgt Widget application is able to be installed successfully. diff --git a/wearable/tct-widget02-w3c-tests/tests.xml b/wearable/tct-widget02-w3c-tests/tests.xml index f66c55948..b5ce029d0 100755 --- a/wearable/tct-widget02-w3c-tests/tests.xml +++ b/wearable/tct-widget02-w3c-tests/tests.xml @@ -5,217 +5,217 @@ - owner_user@/home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_011.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_011.wgt - owner_user@/home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_018.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_018.wgt - owner_user@/home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_030.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_030.wgt - owner_user@/home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_049.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_049.wgt - owner_user@/home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_install.sh WAC_PAKCONF_055.wGt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_install.sh WAC_PAKCONF_055.wGt - owner_user@/home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh WAC_PAKCONF_064.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh WAC_PAKCONF_064.wgt - owner_user@/home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_074.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_074.wgt - owner_user@/home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_080.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_080.wgt - owner_user@/home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_086.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_086.wgt - owner_user@/home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_088.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_088.wgt - owner_user@/home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_110.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_110.wgt - owner_user@/home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_114.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_114.wgt - owner_user@/home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_116.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_116.wgt - owner_user@/home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_119.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_119.wgt - owner_user@/home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_133.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_133.wgt - owner_user@/home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_137.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_137.wgt - owner_user@/home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_140.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_140.wgt - owner_user@/home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh WAC_PAKCONF_201.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh WAC_PAKCONF_201.wgt - owner_user@/home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_269.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_269.wgt - owner_user@/home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_271.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh WAC_PAKCONF_271.wgt - owner_user@/home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh WAC_PAKCONF_389.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh WAC_PAKCONF_389.wgt - owner_user@/home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TizenCore001_1.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TizenCore001_1.wgt - owner_user@/home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TizenCore001_2.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TizenCore001_2.wgt - owner_user@/home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TizenCore001_4.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TizenCore001_4.wgt - owner_user@/home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TizenCore002.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TizenCore002.wgt - owner_user@/home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TizenCore003.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TizenCore003.wgt - owner_user@/home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TizenCore003_1.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TizenCore003_1.wgt - owner_user@/home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TizenCore004.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TizenCore004.wgt - owner_user@/home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TizenCore004_1.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TizenCore004_1.wgt - owner_user@/home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TizenCore004_2.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TizenCore004_2.wgt - owner_user@/home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TizenCore004_3.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TizenCore004_3.wgt - owner_user@/home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TizenCore004_7.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TizenCore004_7.wgt - owner_user@/home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TizenCore005.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TizenCore005.wgt - owner_user@/home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TizenCore006.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TizenCore006.wgt - owner_user@/home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TizenCore008.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TizenCore008.wgt - owner_user@/home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TZ_Core_APPC_001.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TZ_Core_APPC_001.wgt - owner_user@/home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TZ_Core_APPC_002.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TZ_Core_APPC_002.wgt - owner_user@/home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TZ_Core_APPC_003.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TZ_Core_APPC_003.wgt - owner_user@/home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh TZ_Core_APPC_004.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh TZ_Core_APPC_004.wgt - owner_user@/home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh TZ_Core_APPC_005.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh TZ_Core_APPC_005.wgt - owner_user@/home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TZ_Core_APPC_006.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TZ_Core_APPC_006.wgt - owner_user@/home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TZ_Core_APPC_007.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TZ_Core_APPC_007.wgt - owner_user@/home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TZ_Core_APPC_008.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_installfail.sh TZ_Core_APPC_008.wgt @@ -223,7 +223,7 @@ - Install the widget with the command: pkgcmd -i -t wgt -q -p owner_user@/home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/TC002.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/TC002.wgt Widget application is able to be installed successfully. @@ -247,7 +247,7 @@ - Install the widget with the command: pkgcmd -i -t wgt -q -p owner_user@/home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/TC003.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/TC003.wgt Widget application is able to be installed successfully. @@ -271,7 +271,7 @@ - Install the widget with the command: pkgcmd -i -t wgt -q -p owner_user@/home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/TC003_1.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/TC003_1.wgt Widget application is able to be installed successfully. @@ -290,12 +290,12 @@ - + + - owner_user@/home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh TC008_1.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh TC008_1.wgt - owner_user@/home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh TC008_2.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh TC008_2.wgt @@ -345,7 +345,7 @@ - Install the widget with the command: pkgcmd -i -t wgt -q -p owner_user@/home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/TC011.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/TC011.wgt Widget application is able to be installed successfully. @@ -362,12 +362,12 @@ - owner_user@/home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh TC015_1.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh TC015_1.wgt - owner_user@/home/owner/share/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh TC015_2.wgt + {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/scripts/w3c_widget_launch.sh TC015_2.wgt @@ -375,7 +375,7 @@ - Install the widget with the command: pkgcmd -i -t wgt -q -p owner_user@/home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/TCHKey018.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/TCHKey018.wgt Widget application is able to be installed successfully. @@ -395,7 +395,7 @@ - Install the widget with the command: pkgcmd -i -t wgt -q -p owner_user@/home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/TCHKey019.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/TCHKey019.wgt Widget application is able to be installed successfully. @@ -415,7 +415,7 @@ - Install the widget with the command: pkgcmd -i -t wgt -q -p owner_user@/home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/TCHKey020.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/TCHKey020.wgt Widget application is able to be installed successfully. @@ -435,7 +435,7 @@ connect to internet - Install the widget with the command: pkgcmd -i -t wgt -q -p owner_user@/home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/TC017_1.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/TC017_1.wgt Widget application is able to be installed successfully. @@ -451,7 +451,7 @@ connect to internet - Install the widget with the command: pkgcmd -i -t wgt -q -p owner_user@/home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/TC019.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/TC019.wgt Widget application is able to be installed successfully. @@ -467,7 +467,7 @@ connect to internet - Install the widget with the command: pkgcmd -i -t wgt -q -p owner_user@/home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/TC020.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/TC020.wgt Widget application is able to be installed successfully. @@ -483,7 +483,7 @@ - Install the widget with the command: pkgcmd -i -t wgt -q -p owner_user@/home/owner/share/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/TC043.wgt + Install the widget with the command: pkgcmd -i -t wgt -q -p {DEVICE_EXECUTION_MODE_30}_user@{DEVICE_SUITE_TARGET_30}/tct/opt/tct-widget02-w3c-tests/widgetpackaging/w3c/TC043.wgt Widget application is able to be installed successfully. @@ -502,12 +502,12 @@ - +