disable crash-popup during utc execution 00/186200/1
authorYeongjong Lee <yj34.lee@samsung.com>
Wed, 8 Aug 2018 04:45:50 +0000 (13:45 +0900)
committerYeongjong Lee <yj34.lee@samsung.com>
Wed, 8 Aug 2018 04:45:50 +0000 (13:45 +0900)
If the crash-popup is grabbing focus, focus utc will fail. this patch prevent it

Change-Id: I2bade5a59f1c1a332c61e889bd050749fcdeabd3

TC/execute.sh

index 349d2b4f6f31c0f2d11945a1a51caa1fca6dd7b5..bb833879c1fe3c673621a72f38822635fb03ec72 100755 (executable)
@@ -127,6 +127,9 @@ fi
 
 print_checklist_pre
 
+## Disable crash popup
+pkgcmd -D -t tpk -n org.tizen.crash-syspopup --global
+
 ## Smack rules
 chsmack -e 'System' /opt/usr/efl-test-suite/TC/ecore/ecore_con/utc_ecore_con_server_add
 chsmack -e 'System' /opt/usr/efl-test-suite/TC/ecore/ecore_con/utc_ecore_con_server_flush
@@ -390,6 +393,9 @@ while read line_libs; do
        done < $filename
 done < $FileLibsScen
 
+## Enable crash popup
+pkgcmd -A -t tpk -n org.tizen.crash-syspopup --global
+
 ./target_generation_html_report.py $XML_RESULT
 
 #processing all passed, failed and errors TC