From dc1a44633635e4861c7eb5f9c495be703bca6a96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=BE=E5=AD=9F=E5=85=83?= Date: Fri, 31 May 2024 05:37:38 +0000 Subject: [PATCH 1/2] =?UTF-8?q?update=20cases/smoke/basic/screenshot32/xde?= =?UTF-8?q?vice=5Fsmoke/main.py.=20=E8=B0=83=E6=95=B4=E7=85=A7=E7=9B=B8?= =?UTF-8?q?=E6=9C=BA=E7=94=A8=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 贾孟元 --- cases/smoke/basic/screenshot32/xdevice_smoke/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cases/smoke/basic/screenshot32/xdevice_smoke/main.py b/cases/smoke/basic/screenshot32/xdevice_smoke/main.py index 101b319..baad5c0 100644 --- a/cases/smoke/basic/screenshot32/xdevice_smoke/main.py +++ b/cases/smoke/basic/screenshot32/xdevice_smoke/main.py @@ -29,7 +29,7 @@ TEST_CASE_DEVICE1 = [ ] TEST_CASE_DEVICE2 = [ - #'Camera', + 'Camera', 'NotificationBar', 'Note', ] -- Gitee From 9566cde286d36e36f73be4936a1987f3b1d78516 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=BE=E5=AD=9F=E5=85=83?= Date: Fri, 31 May 2024 07:42:53 +0000 Subject: [PATCH 2/2] =?UTF-8?q?update=20cases/smoke/basic/screenshot32/xde?= =?UTF-8?q?vice=5Fsmoke/main.py.=20=E5=BC=80=E6=9C=BA=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E5=BB=B6=E9=95=BF1=E5=88=86=E9=92=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 贾孟元 --- cases/smoke/basic/screenshot32/xdevice_smoke/main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cases/smoke/basic/screenshot32/xdevice_smoke/main.py b/cases/smoke/basic/screenshot32/xdevice_smoke/main.py index baad5c0..4149e7a 100644 --- a/cases/smoke/basic/screenshot32/xdevice_smoke/main.py +++ b/cases/smoke/basic/screenshot32/xdevice_smoke/main.py @@ -127,7 +127,8 @@ if __name__ == '__main__': # respath = args.anwser_path # new_cmd += ' -respath {}'.format(respath) # shutil.rmtree(os.path.join(BASE_DIR, 'reports'), ignore_errors=True) - + import time + time.sleep(60) print('SmokeTest Begin >>>>>>>>>>>>') main_process(new_cmd) -- Gitee