From 0e312dcd52bda59b0402ddee79566a02e19e0579 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=BE=E5=AD=9F=E5=85=83?= Date: Fri, 9 Aug 2024 07:58:41 +0000 Subject: [PATCH] =?UTF-8?q?update=20cases/smoke/basic/screenshot32/new=5Fs?= =?UTF-8?q?cript/testcases/test=5Fapl=5Fcheck.py.=20=E5=BC=80=E5=90=AFapl?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E9=AA=8C=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 贾孟元 --- .../basic/screenshot32/new_script/testcases/test_apl_check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cases/smoke/basic/screenshot32/new_script/testcases/test_apl_check.py b/cases/smoke/basic/screenshot32/new_script/testcases/test_apl_check.py index ecf4280..00f394c 100644 --- a/cases/smoke/basic/screenshot32/new_script/testcases/test_apl_check.py +++ b/cases/smoke/basic/screenshot32/new_script/testcases/test_apl_check.py @@ -11,7 +11,7 @@ class Test: @pytest.mark.parametrize('setup_teardown', [None], indirect=True) def test(self, setup_teardown, device): - return + #return check_list_file = os.path.join(device.resource_path, 'apl_check_list.json') logging.info('reading {}'.format(check_list_file)) json_data = json.load(open(check_list_file, 'r')) -- Gitee