From 30895e32c96cdb4a353736d2d8782b8a286c09b4 Mon Sep 17 00:00:00 2001 From: redjie Date: Tue, 28 Feb 2023 10:16:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E5=B8=83=E5=BC=8F=E7=BB=84=E7=BD=91?= =?UTF-8?q?=E7=94=A8=E4=BE=8B=E6=9A=82=E6=97=B6=E4=B8=8B=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: redjie --- .../screenshot32/resource/app_capture_screen_test_config.json | 2 +- cases/smoke/basic/screenshot32/resource/capturescreentest.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/cases/smoke/basic/screenshot32/resource/app_capture_screen_test_config.json b/cases/smoke/basic/screenshot32/resource/app_capture_screen_test_config.json index 9aaab58..2ea8743 100644 --- a/cases/smoke/basic/screenshot32/resource/app_capture_screen_test_config.json +++ b/cases/smoke/basic/screenshot32/resource/app_capture_screen_test_config.json @@ -30,7 +30,7 @@ "crop_range":[140, 450, 30, 500], "kill_settings": ["killall com.ohos.settings"], "all_actions": [ - [1, "shot_cmd", "settings"], [1, "cmp_cmd-level", "settings"], [8, "wlan-x-y"], [2, "shot_cmd", "wlan_list"], [10, "connect_wifi", "wlan_list"], [1, "shot_cmd", "wifi"], + [1, "shot_cmd", "settings"], [1, "cmp_cmd-level", "settings"], [8, "wlan-x-y"], [2, "shot_cmd", "wlan_list"], [20, "connect_wifi", "wlan_list"], [1, "shot_cmd", "wifi"], [1, "shot_cmd", "wifi_connection_status"], [1, "cmp_twice", "wifi", 90, "crop_range"], [1, "kill_settings"] ] }, diff --git a/cases/smoke/basic/screenshot32/resource/capturescreentest.py b/cases/smoke/basic/screenshot32/resource/capturescreentest.py index 3bbd154..f64eb1c 100644 --- a/cases/smoke/basic/screenshot32/resource/capturescreentest.py +++ b/cases/smoke/basic/screenshot32/resource/capturescreentest.py @@ -396,7 +396,6 @@ if __name__ == "__main__": print_to_log("SmokeTest:: DISPLAY POWER MANAGER DUMP State=0") sys_exit() - distributed_test() open_wlan() special_warehouse = [ -- Gitee