健全性测试
以下健全性测试可作为 --test
选项用于 ansible-test sanity
,用于测试 Ansible 集合。此列表也可通过 ansible-test sanity --list-tests --allow-disabled
获取。
有关如何运行这些测试的信息,请参阅 健全性测试指南。
- action-plugin-docs
- ansible-doc
- 变更日志
- 编译
- 空初始化
- 忽略
- 导入
- 行尾
- 禁止断言
- 禁止使用 basestring
- 禁止使用 dict.iteritems()
- 禁止使用 dict.iterkeys()
- 禁止使用 dict.itervalues()
- 禁止使用 get_exception()
- 禁止非法文件名
- 禁止主显示
- 禁止使用智能引号
- 禁止使用 unicode_literals
- pep8
- pslint
- pylint
- 替换 urlopen
- 运行时元数据
- shebang
- shellcheck
- 符号链接
- 使用 use-argspec-type-path
- 使用 use-compat-six
- 验证模块
- yamllint
测试 Ansible 核心时,可以使用其他测试。