[mobile,iot][behavior][remove iot unsupport tcs, add aarch64 for mobile] 68/280868/1
authortangkaiyuan <kaiyuan.tang@samsung.com>
Tue, 6 Sep 2022 06:11:06 +0000 (14:11 +0800)
committertangkaiyuan <kaiyuan.tang@samsung.com>
Tue, 6 Sep 2022 06:11:14 +0000 (14:11 +0800)
Change-Id: Ibd6d61a4175714dbb0de4ae197fcfcc9ecac8d53
Signed-off-by: tangkaiyuan <kaiyuan.tang@samsung.com>
iot/tct-behavior-tests/tests.full.xml
iot/tct-behavior-tests/tests.xml
mobile/tct-behavior-tests/tests/HybridApplication/js/main.js
mobile/tct-behavior-tests/tests/HybridApplication/res/aarch64/HybridApp1.wgt [new file with mode: 0644]
mobile/tct-behavior-tests/tests/HybridApplication/res/aarch64/HybridApp2.wgt [new file with mode: 0644]

index 668a54d4386cc44ed13653b71a047b6dfc179364..7e8c08bbb9318559d2eaeb1750bda0c0f0e29047 100755 (executable)
       </testcase>
     </set>
     <set name="Gesture">
-      <testcase purpose="Touch Test" type="functional_positive" status="approved" component="behavior" execution_type="manual" priority="P0" id="Touch">
+      <!--<testcase purpose="Touch Test" type="functional_positive" status="approved" component="behavior" execution_type="manual" priority="P0" id="Touch">
         <description>
           <pre_condition/>
           <post_condition/>
           </steps>
           <test_script_entry test_script_expected_result="0"/>
         </description>
-      </testcase>
+      </testcase>-->
       <testcase purpose="Drag and Drop Test" type="functional_positive" status="approved" component="behavior" execution_type="manual" priority="P0" id="DragandDrop">
         <description>
           <pre_condition/>
           <test_script_entry test_script_expected_result="0"/>
         </description>
       </testcase>
-      <testcase purpose="SystemSetting Screen Test" type="functional_positive" status="approved" component="behavior" execution_type="manual" priority="P0" id="SystemSettingScreen">
+      <!--<testcase purpose="SystemSetting Screen Test" type="functional_positive" status="approved" component="behavior" execution_type="manual" priority="P0" id="SystemSettingScreen">
         <description>
           <pre_condition/>
           <post_condition/>
           </steps>
           <test_script_entry test_script_expected_result="0"/>
         </description>
-      </testcase>
+      </testcase>-->
       <testcase purpose="SystemSetting IncomingCall Test" type="functional_positive" status="approved" component="behavior" execution_type="manual" priority="P0" id="SystemSettingIncomingCall">
         <description>
           <pre_condition/>
index 018c6169f6568ba8c68c025c5fb8009ace3b17d0..14db6d99a35cbbc462857559b67f74a5dd49c874 100755 (executable)
       </testcase>  -->
     </set>
     <set name="Gesture">
-      <testcase component="behavior" execution_type="manual" id="Touch" purpose="Touch Test">
+      <!--<testcase component="behavior" execution_type="manual" id="Touch" purpose="Touch Test">
         <description>
           <pre_condition/>
           <steps>
           </steps>
           <test_script_entry test_script_expected_result="0"/>
         </description>
-      </testcase>
+      </testcase>-->
       <testcase component="behavior" execution_type="manual" id="DragandDrop" purpose="Drag and Drop Test">
         <description>
           <pre_condition/>
           <test_script_entry test_script_expected_result="0"/>
         </description>
       </testcase>
-      <testcase component="behavior" execution_type="manual" id="Viewport" purpose="Viewport Test">
+      <!--<testcase component="behavior" execution_type="manual" id="Viewport" purpose="Viewport Test">
         <description>
           <pre_condition/>
           <steps>
           </steps>
           <test_script_entry test_script_expected_result="0"/>
         </description>
-      </testcase> 
+      </testcase>-->
       <testcase component="behavior" execution_type="manual" id="PageVisibility" purpose="Page Visibility Test">
         <description>
           <pre_condition/>
           <test_script_entry test_script_expected_result="0"/>
         </description>
       </testcase>
-      <testcase component="behavior" execution_type="manual" id="SystemSettingScreen" purpose="SystemSetting Screen Test">
+      <!--<testcase component="behavior" execution_type="manual" id="SystemSettingScreen" purpose="SystemSetting Screen Test">
         <description>
           <pre_condition/>
           <steps>
           <test_script_entry test_script_expected_result="0"/>
         </description>
       </testcase>
-<!--       <testcase component="behavior" execution_type="manual" id="SystemSettingIncomingCall" purpose="SystemSetting IncomingCall Test">
+      <testcase component="behavior" execution_type="manual" id="SystemSettingIncomingCall" purpose="SystemSetting IncomingCall Test">
         <description>
           <pre_condition/>
           <steps>
index 7c23c8aa7b8cb4030ddd1466f5df4f86d5bed9bc..f3370a246f4becb7f2efefbfdfda153e3bccb738 100755 (executable)
@@ -253,6 +253,8 @@ function packagePre() {
 
     if (arch == "armv7") {
         packagePath = "wgt-package/tests/HybridApplication/res/armv7/";
+    } else if (arch == "aarch64") {
+        packagePath = "wgt-package/tests/HybridApplication/res/aarch64/";
     } else if (arch == "x86") {
         packagePath = "wgt-package/tests/HybridApplication/res/x86/";
     } else {
diff --git a/mobile/tct-behavior-tests/tests/HybridApplication/res/aarch64/HybridApp1.wgt b/mobile/tct-behavior-tests/tests/HybridApplication/res/aarch64/HybridApp1.wgt
new file mode 100644 (file)
index 0000000..234daa6
Binary files /dev/null and b/mobile/tct-behavior-tests/tests/HybridApplication/res/aarch64/HybridApp1.wgt differ
diff --git a/mobile/tct-behavior-tests/tests/HybridApplication/res/aarch64/HybridApp2.wgt b/mobile/tct-behavior-tests/tests/HybridApplication/res/aarch64/HybridApp2.wgt
new file mode 100644 (file)
index 0000000..fd210cd
Binary files /dev/null and b/mobile/tct-behavior-tests/tests/HybridApplication/res/aarch64/HybridApp2.wgt differ