[tv][bluetooth] DF241203-03073 update 2 tcs add timeout 33/316533/1
authorchen <chen89.chen@samsung.com>
Fri, 13 Dec 2024 22:45:19 +0000 (06:45 +0800)
committerchen <chen89.chen@samsung.com>
Fri, 13 Dec 2024 22:45:27 +0000 (06:45 +0800)
Change-Id: I2a4629ada8bbedca417c572583f0c9ffce0596f8
Signed-off-by: chen <chen89.chen@samsung.com>
common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_bondingDevice.html
common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_with_errorCallback.html
common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices.html
common/tct-bluetooth-tizen-tests/tests.full.xml
common/tct-bluetooth-tizen-tests/tests.xml

index 8e006684c3e893adb16416b9415279019db2d029..a9ffb3ce320555b453d1c40ebe96ad88ada8912e 100755 (executable)
@@ -102,6 +102,7 @@ t.step(function () {
         stopDiscoverySuccess1 = t.step_func(function () {\r
             console.log("stopDiscoverySuccess1");\r
         });\r
+        \r
         stopDiscoverySuccess = t.step_func(function () {\r
             adapter.discoverDevices(discoverDevicesSuccessCallback, discoverDevicesError);\r
         });\r
index fcad5677cf069f9d13c95c3ef99984b87524828c..288cc2ff1cde4d522a47f3c82b6a685517d9f165 100755 (executable)
@@ -33,17 +33,16 @@ Authors:
 //==== TEST: BluetoothAdapter_discoverDevices_with_errorCallback\r
 //==== LABEL Check with non-optional arguments discoverDevices(valid_successCallback, errorCallback)\r
 //==== PRIORITY P2\r
-//==== ONLOAD_DELAY 180\r
+//==== ONLOAD_DELAY 300\r
 //==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:discoverDevices M\r
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html\r
 //==== PRE The bluetooth of the remote/test device MUST be turned on and discoverable from other devices.\r
 //==== TEST_CRITERIA MOA MAST\r
-setup({timeout: 180000});\r
-var t = async_test(document.title, {timeout: 180000}), adapter, discoverDevicesErrorCB, stopDiscoverySuccess,\r
+setup({timeout: 300000});\r
+var t = async_test(document.title, {timeout: 300000}), adapter, discoverDevicesErrorCB, stopDiscoverySuccess,\r
     discoverDevicesSuccessCB;\r
 t.step(function () {\r
     if (BT_SUPPORT) { // network.bluetooth support\r
-\r
         discoverDevicesSuccessCB = {\r
             onstarted: t.step_func(function () {\r
             }),\r
index 4dca76c951dac47c2d61db0defbbdd46fe64c247..960fa688628bc8a1063f537acf481813ceea6f20 100755 (executable)
@@ -34,13 +34,13 @@ Authors:
 //==== TEST: BluetoothAdapter_getKnownDevices\r
 //==== LABEL Check with optional arguments getKnownDevices(valid_successCallback)\r
 //==== PRIORITY P2\r
-//==== ONLOAD_DELAY 180\r
+//==== ONLOAD_DELAY 300\r
 //==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:getKnownDevices M\r
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html\r
 //==== PRE The bluetooth of the remote/test device MUST be turned on and discoverable from other devices.\r
 //==== TEST_CRITERIA MMINA MAST MR\r
-setup({timeout: 180000});\r
-var t = async_test(document.title, {timeout: 180000}), adapter, testDeviceSuccessCB, discoverSuccess, discoverError,\r
+setup({timeout: 300000});\r
+var t = async_test(document.title, {timeout: 300000}), adapter, testDeviceSuccessCB, discoverSuccess, discoverError,\r
     stopDiscoverySuccess, retValue = null;\r
 t.step(function () {\r
     if (BT_SUPPORT) { // network.bluetooth support\r
@@ -48,7 +48,6 @@ t.step(function () {
             check_bluetooth_device_array(devices);\r
             check_bluetooth_device(devices[0]);\r
             assert_equals(retValue, undefined, "Method getKnownDevices returns wrong value.");\r
-\r
             t.done();\r
         });\r
 \r
index e56b32ab2b9d604f7cb64238c51da1f85738b3a7..4830e3bb92e72b6b04733e1a536b1b29611cea82 100755 (executable)
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check with optional arguments getKnownDevices(valid_successCallback)" type="compliance" onload_delay="180" status="approved" component="Tizen Device APIs/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_getKnownDevices">
+      <testcase purpose="Check with optional arguments getKnownDevices(valid_successCallback)" type="compliance" onload_delay="300" status="approved" component="Tizen Device APIs/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_getKnownDevices">
         <description>
           <pre_condition>The bluetooth of the remote/test device MUST be turned on and discoverable from other devices.</pre_condition>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices.html</test_script_entry>
@@ -4566,7 +4566,7 @@ The bluetooth of the remote/test device MUST be turned on and discoverable from
           </spec>
         </specs>
       </testcase>
-      <testcase component="Tizen Device APIs/Communication/Bluetooth" type="compliance" status="approved" execution_type="auto" id="BluetoothAdapter_discoverDevices_with_errorCallback" onload_delay="180" priority="P2" purpose="Check with non-optional arguments discoverDevices(valid_successCallback, errorCallback)">
+      <testcase component="Tizen Device APIs/Communication/Bluetooth" type="compliance" status="approved" execution_type="auto" id="BluetoothAdapter_discoverDevices_with_errorCallback" onload_delay="300" priority="P2" purpose="Check with non-optional arguments discoverDevices(valid_successCallback, errorCallback)">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_with_errorCallback.html</test_script_entry>
         </description>
index 6c433d2fe37b6519138b6bc127e355460f138923..8a89b04a0dc0852fdfd0eef7af4b8005b2c5f60f 100755 (executable)
@@ -4025,7 +4025,7 @@ The bluetooth of the remote/test device MUST be turned on and discoverable from
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_successCallback_invalid_cb.html</test_script_entry>
         </description>
       </testcase>
-      <testcase component="Tizen Device APIs/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_discoverDevices_with_errorCallback" onload_delay="180" priority="P2" purpose="Check with non-optional arguments discoverDevices(valid_successCallback, errorCallback)">
+      <testcase component="Tizen Device APIs/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_discoverDevices_with_errorCallback" onload_delay="300" priority="P2" purpose="Check with non-optional arguments discoverDevices(valid_successCallback, errorCallback)">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_with_errorCallback.html</test_script_entry>
         </description>
@@ -4093,7 +4093,7 @@ The bluetooth of the remote/test device MUST be turned on and discoverable from
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_with_success_TypeMismatch_and_error_null.html</test_script_entry>
         </description>
       </testcase>
-      <testcase component="Tizen Device APIs/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getKnownDevices" onload_delay="180" priority="P2" purpose="Check with optional arguments getKnownDevices(valid_successCallback)">
+      <testcase component="Tizen Device APIs/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getKnownDevices" onload_delay="300" priority="P2" purpose="Check with optional arguments getKnownDevices(valid_successCallback)">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices.html</test_script_entry>
         </description>