From 9ff63d807484bd74e759131e3567c786c90dc8f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=BE=E5=AD=9F=E5=85=83?= Date: Wed, 17 Jul 2024 07:31:05 +0000 Subject: [PATCH] update cases/smoke/basic/screenshot32/new_script/testcases/test_acl_check.py. 123 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 贾孟元 --- .../basic/screenshot32/new_script/testcases/test_acl_check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cases/smoke/basic/screenshot32/new_script/testcases/test_acl_check.py b/cases/smoke/basic/screenshot32/new_script/testcases/test_acl_check.py index 1c8995ed..78825e39 100644 --- a/cases/smoke/basic/screenshot32/new_script/testcases/test_acl_check.py +++ b/cases/smoke/basic/screenshot32/new_script/testcases/test_acl_check.py @@ -8,7 +8,7 @@ import pytest 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, 'acl_whitelist.json') assert os.path.exists(check_list_file), '{} not exist'.format(check_list_file) logging.info('reading {} content'.format(check_list_file))