[common][filesystem][TSEVEN-3288 remove sdcard related cases from IoT set] 74/282674/1
authortangkaiyuan <kaiyuan.tang@samsung.com>
Sat, 8 Oct 2022 07:25:54 +0000 (15:25 +0800)
committertangkaiyuan <kaiyuan.tang@samsung.com>
Sat, 8 Oct 2022 07:26:01 +0000 (15:26 +0800)
Change-Id: Id9f2f219531db7d6f339edb5c5701c5243aa58c7
Signed-off-by: tangkaiyuan <kaiyuan.tang@samsung.com>
common/tct-filesystem-tizen-tests/tests.full.xml
common/tct-filesystem-tizen-tests/tests.xml

index 44b278fd3dad2bf226de508f58f9fef1289db420..70d47f4b2d8fa7f8c8a044c5575a48b18028d825 100755 (executable)
         </specs>
       </testcase>
     </set>
-    <set name="Filesystem_iot" type="js">
-      <capabilities>
-        <capability name="http://tizen.org/feature/profile">
-          <value>COMMON</value>
-        </capability>
-      </capabilities>
-      <testcase purpose="Check if FileSystemManager::addStorageStateChangeListener() method can be called" type="compliance" component="TizenAPI/IO/Filesystem" execution_type="manual" id="FileSystemManager_addStorageStateChangeListener" priority="P1">
-        <description>
-          <pre_condition>Make sure that SDCard is not attached(without storage changes,the change callback won't be invoked)</pre_condition>
-          <steps>
-            <step order="1">
-              <step_desc>Click run and attach SDCard (without storage changes,the change callback won't be invoked)</step_desc>
-              <expected>Pass</expected>
-            </step>
-          </steps>
-          <test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener.html</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion interface="FileSystemManager" element_type="method" element_name="addStorageStateChangeListener" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase purpose="Check if FileSystemManager::addStorageStateChangeListener() can be called with onerror" type="compliance" component="TizenAPI/IO/Filesystem" execution_type="manual" id="FileSystemManager_addStorageStateChangeListener_with_onerror" priority="P1">
-        <description>
-          <pre_condition>Make sure that SDCard is not attached(without storage changes,the change callback won't be invoked)</pre_condition>
-          <steps>
-            <step order="1">
-              <step_desc>Click run and attach SDCard</step_desc>
-              <expected>Pass</expected>
-            </step>
-          </steps>
-          <test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_with_onerror.html</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion interface="FileSystemManager" element_type="method" element_name="addStorageStateChangeListener" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase purpose="Check if FileSystemManager::removeStorageStateChangeListener() method works with only mandatory arguments" type="compliance" component="TizenAPI/IO/Filesystem" execution_type="manual" id="FileSystemManager_removeStorageStateChangeListener" priority="P1">
-        <description>
-          <pre_condition>Make sure that SDCard is not attached(without storage changes,the change callback won't be invoked)</pre_condition>
-          <steps>
-            <step order="1">
-              <step_desc>Click run and attach SDCard</step_desc>
-              <expected>Pass</expected>
-            </step>
-          </steps>
-          <test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_removeStorageStateChangeListener.html</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion interface="FileSystemManager" element_type="method" element_name="removeStorageStateChangeListener" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-    </set>
   </suite>
 </test_definition>
index c7b9c3e76de49a72f654183c18705fe1325afe91..82a06c5e48e7f1ecd3e4a6ebbc804bff44018720 100755 (executable)
         </description>
       </testcase>
     </set>
-    <set name="Filesystem_iot" type="js">
-      <capabilities>
-        <capability name="http://tizen.org/feature/profile">
-          <value>COMMON</value>
-        </capability>
-      </capabilities>
-         <testcase purpose="Check if FileSystemManager::addStorageStateChangeListener() method can be called" component="TizenAPI/IO/Filesystem" execution_type="manual" id="FileSystemManager_addStorageStateChangeListener" priority="P1">
-            <description>
-               <pre_condition>Make sure that SDCard is not attached(without storage changes,the change callback won't be invoked)</pre_condition>
-               <steps>
-                  <step order="1">
-                     <step_desc>Click run and attach SDCard (without storage changes,the change callback won't be invoked)</step_desc>
-                     <expected>Pass</expected>
-                  </step>
-               </steps>
-               <test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener.html</test_script_entry>
-            </description>
-         </testcase>
-         <testcase purpose="Check if FileSystemManager::addStorageStateChangeListener() can be called with onerror" component="TizenAPI/IO/Filesystem" execution_type="manual" id="FileSystemManager_addStorageStateChangeListener_with_onerror" priority="P1">
-            <description>
-               <pre_condition>Make sure that SDCard is not attached(without storage changes,the change callback won't be invoked)</pre_condition>
-               <steps>
-                  <step order="1">
-                     <step_desc>Click run and attach SDCard</step_desc>
-                     <expected>Pass</expected>
-                  </step>
-               </steps>
-               <test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_with_onerror.html</test_script_entry>
-            </description>
-         </testcase>
-         <testcase purpose="Check if FileSystemManager::removeStorageStateChangeListener() method works with only mandatory arguments" component="TizenAPI/IO/Filesystem" execution_type="manual" id="FileSystemManager_removeStorageStateChangeListener" priority="P1">
-            <description>
-               <pre_condition>Make sure that SDCard is not attached(without storage changes,the change callback won't be invoked)</pre_condition>
-               <steps>
-                  <step order="1">
-                     <step_desc>Click run and attach SDCard</step_desc>
-                     <expected>Pass</expected>
-                  </step>
-               </steps>
-               <test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_removeStorageStateChangeListener.html</test_script_entry>
-            </description>
-         </testcase>
-    </set>
-   </suite>
+  </suite>
 </test_definition>