[common][bluetooth][fix tests.xml format] 55/251755/4
authorzhaofeng <feng.zhao@samsung.com>
Tue, 19 Jan 2021 05:39:54 +0000 (13:39 +0800)
committerFENG ZHAO <feng.zhao@samsung.com>
Tue, 19 Jan 2021 07:00:30 +0000 (07:00 +0000)
Change-Id: Ib82e91c40d49c28db34bc4bb836dfa257cce94f1
Signed-off-by: zhaofeng <feng.zhao@samsung.com>
common/tct-bluetooth-tizen-tests/tests.xml

index 778d9d74a38aa5256292f3b385f914d8657de8ce..28eaa7efcbf7456a8c4cd81aec5061c1940c11e1 100755 (executable)
@@ -5354,13 +5354,6 @@ The bluetooth of the remote/test device MUST be turned on and discoverable from
         </description>
       </testcase>
     </set>
-    <set name="Bluetooth_BLE_GATT" type="js">
-      <capabilities>
-        <capability name="http://tizen.org/feature/network.bluetooth"/>
-        <capability name="http://tizen.org/feature/network.bluetooth.le"/>
-        <capability name="http://tizen.org/feature/network.bluetooth.le.gatt.client"/>
-      </capabilities>
-      <testcase purpose="Check uuid attribute in BluetoothGATTService is readonly" onload_delay="180" priority = "P1" component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothGATTService_serviceUuid_attribute">
     <set name="Bluetooth01_iot" type="js">
       <capabilities>
         <capability name="http://tizen.org/feature/profile">
@@ -6852,24 +6845,6 @@ The bluetooth of the remote/test device MUST be turned on and discoverable from
         </capability>
         <capability name="http://tizen.org/feature/network.bluetooth"/>
       </capabilities>
-      <testcase purpose="Check uuid attribute in BluetoothGATTService is readonly" onload_delay="180" priority="P1" component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothGATTService_serviceUuid_attribute">
-        <description>
-          <pre_condition>The bluetooth of the BLE remote/test device MUST support BLE and be turned on and discoverable from other devices.</pre_condition>
-          <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTService_serviceUuid_attribute.html</test_script_entry>
-        </description>
-      </testcase>
-      <testcase purpose="Check if BluetoothGATTCharacteristic::uuid attribute exists, has type string and is readonly" onload_delay="180" priority = "P1" component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothGATTCharacteristic_uuid_attribute">
-        <description>
-          <pre_condition>The bluetooth of the BLE remote/test device MUST support BLE and be turned on and discoverable from other devices.</pre_condition>
-          <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_uuid_attribute.html</test_script_entry>
-        </description>
-      </testcase>
-      <testcase purpose="Check if BluetoothGATTDescriptor uuid_attribute method if the value cannot be retrieved" onload_delay="180" priority = "P1" component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothGATTDescriptor_uuid_attribute">
-        <description>
-          <pre_condition>The bluetooth of the BLE remote/test device MUST support BLE and be turned on and discoverable from other devices.</pre_condition>
-          <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTDescriptor_uuid_attribute.html</test_script_entry>
-        </description>
-      </testcase>
       <testcase purpose="Check if BluetoothLEDevice/Manufacturer/ServiceData attribues exist and have proper traits" onload_delay="180" priority="P3" component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothLEAttributes">
         <description>
           <pre_condition>The bluetooth of the remote/test device MUST support BLE and be turned on and discoverable from other devices.</pre_condition>
@@ -7118,5 +7093,30 @@ The bluetooth of the remote/test device MUST be turned on and discoverable from
         </description>
       </testcase>
     </set>
+    <set name="Bluetooth_BLE_GATT" type="js">
+      <capabilities>
+        <capability name="http://tizen.org/feature/network.bluetooth"/>
+        <capability name="http://tizen.org/feature/network.bluetooth.le"/>
+        <capability name="http://tizen.org/feature/network.bluetooth.le.gatt.client"/>
+      </capabilities>
+      <testcase purpose="Check uuid attribute in BluetoothGATTService is readonly" onload_delay="180" priority="P1" component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothGATTService_serviceUuid_attribute">
+        <description>
+          <pre_condition>The bluetooth of the BLE remote/test device MUST support BLE and be turned on and discoverable from other devices.</pre_condition>
+          <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTService_serviceUuid_attribute.html</test_script_entry>
+        </description>
+      </testcase>
+      <testcase purpose="Check if BluetoothGATTCharacteristic::uuid attribute exists, has type string and is readonly" onload_delay="180" priority = "P1" component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothGATTCharacteristic_uuid_attribute">
+        <description>
+          <pre_condition>The bluetooth of the BLE remote/test device MUST support BLE and be turned on and discoverable from other devices.</pre_condition>
+          <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_uuid_attribute.html</test_script_entry>
+        </description>
+      </testcase>
+      <testcase purpose="Check if BluetoothGATTDescriptor uuid_attribute method if the value cannot be retrieved" onload_delay="180" priority = "P1" component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothGATTDescriptor_uuid_attribute">
+        <description>
+          <pre_condition>The bluetooth of the BLE remote/test device MUST support BLE and be turned on and discoverable from other devices.</pre_condition>
+          <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTDescriptor_uuid_attribute.html</test_script_entry>
+        </description>
+      </testcase>
+    </set>
   </suite>
 </test_definition>