update cases/smoke/basic/screenshot32/new_script/testcases/test_acl_check.py.

ackcheck开启测试

Signed-off-by: 贾孟元 <jiamengyuan@h-partners.com>
This commit is contained in:
贾孟元
2024-07-16 06:59:14 +00:00
committed by Gitee
parent ac81540a27
commit 6aa4fe484f
@@ -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))