[Package] Added onload_delay to tests.xml file 85/191285/2
authorMateusz Plesinski <m.plesinski@samsung.com>
Mon, 15 Oct 2018 08:49:14 +0000 (10:49 +0200)
committerMateusz Plesinski <m.plesinski@samsung.com>
Mon, 15 Oct 2018 08:59:42 +0000 (08:59 +0000)
This change is related to TestHub issue were certain package tests
have been blocked, because timeout has not been set properly.

[Verification] tct-package-tizen-tests 100% pass rate

Change-Id: I88296a0f8352413d2c0c21ebb908924a7ea882f7
Signed-off-by: Mateusz Plesinski <m.plesinski@samsung.com>
common/tct-package-tizen-tests/tests.full.xml
common/tct-package-tizen-tests/tests.xml

index bb4c72293405c8d9fb7405fe3dfe472f3c3b9086..e73f0f8df0d0e4f2dc6df5303f2396abf2d81845 100755 (executable)
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if PackageInformationEventCallback.oninstalled works properly" type="compliance" status="approved" component="Tizen Device APIs/Application/Package" execution_type="auto" priority="P1" id="PackageInformationEventCallback_oninstalled">
+      <testcase purpose="Check if PackageInformationEventCallback.oninstalled works properly" type="compliance" status="approved" component="Tizen Device APIs/Application/Package" execution_type="auto" priority="P1" onload_delay="90" id="PackageInformationEventCallback_oninstalled">
         <description>
           <pre_condition>Make sure that TCTPackageManagerTest1.1.1.wgt application is not installed.</pre_condition>
           <steps>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if PackageInformationEventCallback.onuninstalled works properly" type="compliance" status="approved" component="Tizen Device APIs/Application/Package" execution_type="auto" priority="P1" id="PackageInformationEventCallback_onuninstalled">
+      <testcase purpose="Check if PackageInformationEventCallback.onuninstalled works properly" type="compliance" status="approved" component="Tizen Device APIs/Application/Package" execution_type="auto" priority="P1" onload_delay="90" id="PackageInformationEventCallback_onuninstalled">
         <description>
           <pre_condition>Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (You can install it use command "pkgcmd -i -t wgt -q -p {DEVICE_SUITE_TARGET_30}/Others/TCTPackageManagerTest1.1.1.wgt").</pre_condition>
           <steps>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if method unsetPackageInfoEventListener works correctly" type="compliance" status="approved" component="Tizen Device APIs/Application/Package" execution_type="auto" priority="P1" id="PackageManager_unsetPackageInfoEventListener">
+      <testcase purpose="Check if method unsetPackageInfoEventListener works correctly" type="compliance" status="approved" component="Tizen Device APIs/Application/Package" execution_type="auto" priority="P1" onload_delay="90" id="PackageManager_unsetPackageInfoEventListener">
         <description>
           <pre_condition>Make sure that TCTPackageManagerTest1.1.1.wgt application is not installed.</pre_condition>
           <steps>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check install method of package" type="compliance" status="approved" component="Tizen Device APIs/Application/Package" execution_type="auto" priority="P1" id="PackageManager_install">
+      <testcase purpose="Check install method of package" type="compliance" status="approved" component="Tizen Device APIs/Application/Package" execution_type="auto" priority="P1" onload_delay="90" id="PackageManager_install">
         <description>
           <pre_condition>Make sure that TCTPackageManagerTest1.1.1.wgt application is NOT installed.</pre_condition>
           <steps>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check install method without errorCallback" type="compliance" status="approved" component="Tizen Device APIs/Application/Package" execution_type="auto" priority="P1" id="PackageManager_install_without_errorCallback">
+      <testcase purpose="Check install method without errorCallback" type="compliance" status="approved" component="Tizen Device APIs/Application/Package" execution_type="auto" priority="P1" onload_delay="90" id="PackageManager_install_without_errorCallback">
         <description>
           <pre_condition>Make sure that TCTPackageManagerTest1.1.1.wgt application is NOT installed.</pre_condition>
           <steps>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check uninstall method of package" type="compliance" status="approved" component="Tizen Device APIs/Application/Package" execution_type="auto" priority="P1" id="PackageManager_uninstall">
+      <testcase purpose="Check uninstall method of package" type="compliance" status="approved" component="Tizen Device APIs/Application/Package" execution_type="auto" priority="P1" onload_delay="90" id="PackageManager_uninstall">
         <description>
           <pre_condition>Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (You can install it use command "pkgcmd -i -t wgt -q -p {DEVICE_SUITE_TARGET_30}/Others/TCTPackageManagerTest1.1.1.wgt").</pre_condition>
           <steps>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check uninstall method without errorCallback" type="compliance" status="approved" component="Tizen Device APIs/Application/Package" execution_type="auto" priority="P1" id="PackageManager_uninstall_without_errorCallback">
+      <testcase purpose="Check uninstall method without errorCallback" type="compliance" status="approved" component="Tizen Device APIs/Application/Package" execution_type="auto" priority="P1" onload_delay="90" id="PackageManager_uninstall_without_errorCallback">
         <description>
           <pre_condition>Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (You can install it use command "pkgcmd -i -t wgt -q -p {DEVICE_SUITE_TARGET_30}/Others/TCTPackageManagerTest1.1.1.wgt").</pre_condition>
           <steps>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if PackageProgressCallback.oncomplete - install" type="compliance" status="approved" component="Tizen Device APIs/Application/Package" execution_type="auto" priority="P1" id="PackageProgressCallback_oncomplete_install">
+      <testcase purpose="Check if PackageProgressCallback.oncomplete - install" type="compliance" status="approved" component="Tizen Device APIs/Application/Package" execution_type="auto" priority="P1" onload_delay="90" id="PackageProgressCallback_oncomplete_install">
         <description>
           <pre_condition>Make sure that TCTPackageManagerTest1.1.1.wgt application is NOT installed.</pre_condition>
           <steps>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if PackageProgressCallback.onprogress - install" type="compliance" status="approved" component="Tizen Device APIs/Application/Package" execution_type="auto" priority="P1" id="PackageProgressCallback_onprogress_install">
+      <testcase purpose="Check if PackageProgressCallback.onprogress - install" type="compliance" status="approved" component="Tizen Device APIs/Application/Package" execution_type="auto" priority="P1" onload_delay="90" id="PackageProgressCallback_onprogress_install">
         <description>
           <pre_condition>Make sure that TCTPackageManagerTest1.1.1.wgt application is NOT installed.</pre_condition>
           <steps>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if PackageProgressCallback.oncomplete - uninstall" type="compliance" status="approved" component="Tizen Device APIs/Application/Package" execution_type="auto" priority="P1" id="PackageProgressCallback_oncomplete_uninstall">
+      <testcase purpose="Check if PackageProgressCallback.oncomplete - uninstall" type="compliance" status="approved" component="Tizen Device APIs/Application/Package" execution_type="auto" priority="P1" onload_delay="90" id="PackageProgressCallback_oncomplete_uninstall">
         <description>
           <pre_condition>Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (You can install it use command "pkgcmd -i -t wgt -q -p {DEVICE_SUITE_TARGET_30}/Others/TCTPackageManagerTest1.1.1.wgt").</pre_condition>
           <steps>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if PackageProgressCallback.onprogress - uninstall" type="compliance" status="approved" component="Tizen Device APIs/Application/Package" execution_type="auto" priority="P1" id="PackageProgressCallback_onprogress_uninstall">
+      <testcase purpose="Check if PackageProgressCallback.onprogress - uninstall" type="compliance" status="approved" component="Tizen Device APIs/Application/Package" execution_type="auto" priority="P1" onload_delay="90" id="PackageProgressCallback_onprogress_uninstall">
         <description>
           <pre_condition>Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (You can install it use command "pkgcmd -i -t wgt -q -p {DEVICE_SUITE_TARGET_30}/Others/TCTPackageManagerTest1.1.1.wgt").</pre_condition>
           <steps>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if PackageInformationEventCallback.onupdated works properly" type="compliance" status="approved" component="Tizen Device APIs/Application/Package" execution_type="auto" priority="P1" id="PackageInformationEventCallback_onupdated">
+      <testcase purpose="Check if PackageInformationEventCallback.onupdated works properly" type="compliance" status="approved" component="Tizen Device APIs/Application/Package" execution_type="auto" priority="P1" onload_delay="90" id="PackageInformationEventCallback_onupdated">
         <description>
           <pre_condition>Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (you can install it use command "pkgcmd -i -t wgt -q -p {DEVICE_SUITE_TARGET_30}/Others/TCTPackageManagerTest1.1.1.wgt").</pre_condition>
           <steps>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check exception in error callback of install method" type="compliance" onload_delay="30" status="approved" component="Tizen Device APIs/Application/Package" execution_type="auto" priority="P1" id="PackageManager_install_errorCallback_invoked">
+      <testcase purpose="Check exception in error callback of install method" type="compliance" onload_delay="30" status="approved" component="Tizen Device APIs/Application/Package" execution_type="auto" priority="P1"  id="PackageManager_install_errorCallback_invoked">
         <description>
           <test_script_entry>/opt/tct-package-tizen-tests/package/PackageManager_install_errorCallback_invoked.html</test_script_entry>
         </description>
index 9a2cfdc1dbc0c88efb3204f6a425a90697767b5b..24ae1c0c6bd8204ad07fd9e5c15a531e5a774d09 100755 (executable)
           <test_script_entry>/opt/tct-package-tizen-tests/package/PackageProgressCallback_notexist.html</test_script_entry>
         </description>
       </testcase>
-      <testcase component="Tizen Device APIs/Application/Package" execution_type="auto" id="PackageInformationEventCallback_oninstalled" priority="P1" purpose="Check if PackageInformationEventCallback.oninstalled works properly">
+      <testcase component="Tizen Device APIs/Application/Package" execution_type="auto" id="PackageInformationEventCallback_oninstalled" onload_delay="90" priority="P1" purpose="Check if PackageInformationEventCallback.oninstalled works properly">
         <description>
           <pre_condition>Make sure that TCTPackageManagerTest1.1.1.wgt application is not installed.</pre_condition>
           <steps>
           <test_script_entry>/opt/tct-package-tizen-tests/package/PackageInformationEventCallback_oninstalled.html</test_script_entry>
         </description>
       </testcase>
-      <testcase component="Tizen Device APIs/Application/Package" execution_type="auto" id="PackageInformationEventCallback_onuninstalled" priority="P1" purpose="Check if PackageInformationEventCallback.onuninstalled works properly">
+      <testcase component="Tizen Device APIs/Application/Package" execution_type="auto" id="PackageInformationEventCallback_onuninstalled" priority="P1" onload_delay="90" purpose="Check if PackageInformationEventCallback.onuninstalled works properly">
         <description>
           <pre_condition>Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (You can install it use command "pkgcmd -i -t wgt -q -p {DEVICE_SUITE_TARGET_30}/Others/TCTPackageManagerTest1.1.1.wgt").</pre_condition>
           <steps>
           <test_script_entry>/opt/tct-package-tizen-tests/package/PackageManager_setPackageInfoEventListener.html</test_script_entry>
         </description>
       </testcase>
-      <testcase component="Tizen Device APIs/Application/Package" execution_type="auto" id="PackageManager_unsetPackageInfoEventListener" priority="P1" purpose="Check if method unsetPackageInfoEventListener works correctly">
+      <testcase component="Tizen Device APIs/Application/Package" execution_type="auto" id="PackageManager_unsetPackageInfoEventListener" onload_delay="90" priority="P1" purpose="Check if method unsetPackageInfoEventListener works correctly">
         <description>
           <pre_condition>Make sure that TCTPackageManagerTest1.1.1.wgt application is not installed.</pre_condition>
           <steps>
           <test_script_entry>/opt/tct-package-tizen-tests/package/PackageManager_unsetPackageInfoEventListener.html</test_script_entry>
         </description>
       </testcase>
-      <testcase component="Tizen Device APIs/Application/Package" execution_type="auto" id="PackageManager_install" priority="P1" purpose="Check install method of package">
+      <testcase component="Tizen Device APIs/Application/Package" execution_type="auto" id="PackageManager_install" onload_delay="90" priority="P1" purpose="Check install method of package">
         <description>
           <pre_condition>Make sure that TCTPackageManagerTest1.1.1.wgt application is NOT installed.</pre_condition>
           <steps>
           <test_script_entry>/opt/tct-package-tizen-tests/package/PackageManager_install_missarg.html</test_script_entry>
         </description>
       </testcase>
-      <testcase component="Tizen Device APIs/Application/Package" execution_type="auto" id="PackageManager_install_without_errorCallback" priority="P1" purpose="Check install method without errorCallback">
+      <testcase component="Tizen Device APIs/Application/Package" execution_type="auto" id="PackageManager_install_without_errorCallback" onload_delay="90" priority="P1" purpose="Check install method without errorCallback">
         <description>
           <pre_condition>Make sure that TCTPackageManagerTest1.1.1.wgt application is NOT installed.</pre_condition>
           <steps>
           <test_script_entry>/opt/tct-package-tizen-tests/package/PackageManager_install_without_errorCallback.html</test_script_entry>
         </description>
       </testcase>
-      <testcase component="Tizen Device APIs/Application/Package" execution_type="auto" id="PackageManager_uninstall" priority="P1" purpose="Check uninstall method of package">
+      <testcase component="Tizen Device APIs/Application/Package" execution_type="auto" id="PackageManager_uninstall" onload_delay="90" priority="P1" purpose="Check uninstall method of package">
         <description>
           <pre_condition>Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (You can install it use command "pkgcmd -i -t wgt -q -p {DEVICE_SUITE_TARGET_30}/Others/TCTPackageManagerTest1.1.1.wgt").</pre_condition>
           <steps>
           <test_script_entry>/opt/tct-package-tizen-tests/package/PackageManager_uninstall.html</test_script_entry>
         </description>
       </testcase>
-      <testcase component="Tizen Device APIs/Application/Package" execution_type="auto" id="PackageManager_uninstall_without_errorCallback" priority="P1" purpose="Check uninstall method without errorCallback">
+      <testcase component="Tizen Device APIs/Application/Package" execution_type="auto" id="PackageManager_uninstall_without_errorCallback" onload_delay="90" priority="P1" purpose="Check uninstall method without errorCallback">
         <description>
           <pre_condition>Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (You can install it use command "pkgcmd -i -t wgt -q -p {DEVICE_SUITE_TARGET_30}/Others/TCTPackageManagerTest1.1.1.wgt").</pre_condition>
           <steps>
           <test_script_entry>/opt/tct-package-tizen-tests/package/PackageManager_uninstall_missarg.html</test_script_entry>
         </description>
       </testcase>
-      <testcase component="Tizen Device APIs/Application/Package" execution_type="auto" id="PackageProgressCallback_oncomplete_install" priority="P1" purpose="Check if PackageProgressCallback.oncomplete - install">
+      <testcase component="Tizen Device APIs/Application/Package" execution_type="auto" id="PackageProgressCallback_oncomplete_install" onload_delay="90" priority="P1" purpose="Check if PackageProgressCallback.oncomplete - install">
         <description>
           <pre_condition>Make sure that TCTPackageManagerTest1.1.1.wgt application is NOT installed.</pre_condition>
           <steps>
           <test_script_entry>/opt/tct-package-tizen-tests/package/PackageProgressCallback_oncomplete_install.html</test_script_entry>
         </description>
       </testcase>
-      <testcase component="Tizen Device APIs/Application/Package" execution_type="auto" id="PackageProgressCallback_onprogress_install" priority="P1" purpose="Check if PackageProgressCallback.onprogress - install">
+      <testcase component="Tizen Device APIs/Application/Package" execution_type="auto" id="PackageProgressCallback_onprogress_install" onload_delay="90" priority="P1" purpose="Check if PackageProgressCallback.onprogress - install">
         <description>
           <pre_condition>Make sure that TCTPackageManagerTest1.1.1.wgt application is NOT installed.</pre_condition>
           <steps>
           <test_script_entry>/opt/tct-package-tizen-tests/package/PackageProgressCallback_onprogress_install.html</test_script_entry>
         </description>
       </testcase>
-      <testcase component="Tizen Device APIs/Application/Package" execution_type="auto" id="PackageProgressCallback_oncomplete_uninstall" priority="P1" purpose="Check if PackageProgressCallback.oncomplete - uninstall">
+      <testcase component="Tizen Device APIs/Application/Package" execution_type="auto" id="PackageProgressCallback_oncomplete_uninstall" onload_delay="90" priority="P1" purpose="Check if PackageProgressCallback.oncomplete - uninstall">
         <description>
           <pre_condition>Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (You can install it use command "pkgcmd -i -t wgt -q -p {DEVICE_SUITE_TARGET_30}/Others/TCTPackageManagerTest1.1.1.wgt").</pre_condition>
           <steps>
           <test_script_entry>/opt/tct-package-tizen-tests/package/PackageProgressCallback_oncomplete_uninstall.html</test_script_entry>
         </description>
       </testcase>
-      <testcase component="Tizen Device APIs/Application/Package" execution_type="auto" id="PackageProgressCallback_onprogress_uninstall" priority="P1" purpose="Check if PackageProgressCallback.onprogress - uninstall">
+      <testcase component="Tizen Device APIs/Application/Package" execution_type="auto" id="PackageProgressCallback_onprogress_uninstall" onload_delay="90" priority="P1" purpose="Check if PackageProgressCallback.onprogress - uninstall">
         <description>
           <pre_condition>Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (You can install it use command "pkgcmd -i -t wgt -q -p {DEVICE_SUITE_TARGET_30}/Others/TCTPackageManagerTest1.1.1.wgt").</pre_condition>
           <steps>
           <test_script_entry>/opt/tct-package-tizen-tests/package/PackageManager_uninstall_progressCallback_invalid_cb.html</test_script_entry>
         </description>
       </testcase>
-      <testcase component="Tizen Device APIs/Application/Package" execution_type="auto" id="PackageInformationEventCallback_onupdated" priority="P1" purpose="Check if PackageInformationEventCallback.onupdated works properly">
+      <testcase component="Tizen Device APIs/Application/Package" execution_type="auto" id="PackageInformationEventCallback_onupdated" onload_delay="90" priority="P1" purpose="Check if PackageInformationEventCallback.onupdated works properly">
         <description>
           <pre_condition>Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (you can install it use command "pkgcmd -i -t wgt -q -p {DEVICE_SUITE_TARGET_30}/Others/TCTPackageManagerTest1.1.1.wgt").</pre_condition>
           <steps>