From: zhaofeng Date: Thu, 20 Aug 2020 03:19:03 +0000 (+0800) Subject: [common][bluetooth][TWDAPI-255, deprecate the old uuid, add a new substitute serviceUuid] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6efceb70e33980938f4f2a352cdfd4c79cb1cc27;p=test%2Ftct%2Fweb%2Fapi.git [common][bluetooth][TWDAPI-255, deprecate the old uuid, add a new substitute serviceUuid] Change-Id: Ib6013cab3ea2e584d2735518f4713f1000770d53 Signed-off-by: zhaofeng --- diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_uuid_attribute.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_uuid_attribute.html new file mode 100755 index 000000000..b9c7cbe21 --- /dev/null +++ b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_uuid_attribute.html @@ -0,0 +1,83 @@ + + + + + +BluetoothGATTCharacteristic_uuid_attribute + + + + + +
+ + + \ No newline at end of file diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCombined.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCombined.html old mode 100644 new mode 100755 index b461a0b6e..4139a87f1 --- a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCombined.html +++ b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCombined.html @@ -1025,11 +1025,11 @@ t.step(function () { assert_not_equals(service.characteristics, tmp, "characteristics should not be modified"); }, "BluetoothGATTService_characteristics_attribute"); - //BluetoothGATTService_uuid_attribute + //BluetoothGATTService_serviceUuid_attribute test(function () { var service = storedDevice.getService(storedDevice.uuids[0]), characteristic, descriptor, i, j, conversionTable, exceptionName; - check_readonly(service, "uuid", service.uuid, "string", service.uuid+"Tizen"); - }, "BluetoothGATTService_uuid_attribute"); + check_readonly(service, "serviceUuid", service.serviceUuid, "string", service.serviceUuid+"Tizen"); + }, "BluetoothGATTService_serviceUuid_attribute"); //BluetoothGATTService_services_attribute test(function () { diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTDescriptor_uuid_attribute.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTDescriptor_uuid_attribute.html new file mode 100755 index 000000000..197d3a2b3 --- /dev/null +++ b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTDescriptor_uuid_attribute.html @@ -0,0 +1,88 @@ + + + + +BluetoothGATTDescriptor_uuid_attribute + + + + + +
+ + + \ No newline at end of file diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTService_serviceUuid_attribute.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTService_serviceUuid_attribute.html new file mode 100755 index 000000000..bb770162d --- /dev/null +++ b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTService_serviceUuid_attribute.html @@ -0,0 +1,75 @@ + + + + +BluetoothGATTService_serviceUuid_attribute + + + + + +
+ + + \ No newline at end of file diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTService_uuid_attribute.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTService_uuid_attribute.html deleted file mode 100755 index 3a03c4ecd..000000000 --- a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTService_uuid_attribute.html +++ /dev/null @@ -1,75 +0,0 @@ - - - - -BluetoothGATTService_serviceUuid_attribute - - - - - -
- - - \ No newline at end of file diff --git a/common/tct-bluetooth-tizen-tests/tests.full.xml b/common/tct-bluetooth-tizen-tests/tests.full.xml index 5842fd00b..74943aa12 100755 --- a/common/tct-bluetooth-tizen-tests/tests.full.xml +++ b/common/tct-bluetooth-tizen-tests/tests.full.xml @@ -3529,6 +3529,45 @@ + + + The bluetooth of the remote/test device MUST support BLE and be turned on and discoverable from other devices. + /opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTService_serviceUuid_attribute.html + + + + + https://docs.tizen.org/application/web/api/6.0/device_api/mobile/tizen/bluetooth.html + TBD + + + + + + The bluetooth of the remote/test device MUST support BLE and be turned on and discoverable from other devices. + /opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_uuid_attribute.html + + + + + https://docs.tizen.org/application/web/api/6.0/device_api/mobile/tizen/bluetooth.html + TBD + + + + + + The bluetooth of the remote/test device MUST support BLE and be turned on and discoverable from other devices. + /opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTDescriptor_uuid_attribute.html + + + + + https://docs.tizen.org/application/web/api/6.0/device_api/mobile/tizen/bluetooth.html + TBD + + + diff --git a/common/tct-bluetooth-tizen-tests/tests.xml b/common/tct-bluetooth-tizen-tests/tests.xml index 21335e3b0..17a04f4be 100755 --- a/common/tct-bluetooth-tizen-tests/tests.xml +++ b/common/tct-bluetooth-tizen-tests/tests.xml @@ -1387,11 +1387,29 @@ - + MOBILE + + + The bluetooth of the BLE remote/test device MUST support BLE and be turned on and discoverable from other devices. + /opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTService_serviceUuid_attribute.html + + + + + The bluetooth of the BLE remote/test device MUST support BLE and be turned on and discoverable from other devices. + /opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_uuid_attribute.html + + + + + The bluetooth of the BLE remote/test device MUST support BLE and be turned on and discoverable from other devices. + /opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTDescriptor_uuid_attribute.html + +