# Copyright (c) 2025 Huawei Technologies Co., Ltd.
# This program is free software, you can redistribute it and/or modify it under the terms and conditions of
# CANN Open Software License Agreement Version 2.0 (the "License").
# Please refer to the License for details. You may not use this file except in compliance with the License.
# THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED,
# INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY, OR FITNESS FOR A PARTICULAR PURPOSE.
# See LICENSE in the root of the software repository for the full text of the License.
# -----------------------------------------------------------------------------------------------------------

# 说明:
#   本文件用于 Tests 用例分类分组定义
# 格式:
#   tests_type        [required]   --- 任务类型, 当前支持 [stest, utest]
#     write_list      [optional]   --- 任务类型下的白名单, 即修改文件若仅涉及对应白名单路径, 则本任务不需执行

stest:
  write_list:
    - docker
    - docs
    - examples
    - framework/tests/ut
    - framework/tests/README.md
    - ops
    - python
    - .clang-format
    - .gitignore
    - classify_rule.yaml
    - CONTRIBUTION.md
    - LICENSE
    - MANIFEST.in
    - OAT.xml
    - pyproject.toml
    - README.en.md
    - README.md
    - README.new.md
    - setup.py