forked from woqidaideshi/openruyi-autotest
29 lines
365 B
Plaintext
29 lines
365 B
Plaintext
# 安全测试计划
|
|
# 验证系统安全特性
|
|
|
|
summary: 安全测试 - 验证系统安全特性
|
|
|
|
environment-file:
|
|
- topology.env
|
|
|
|
discover:
|
|
how: fmf
|
|
filter: "tag:security"
|
|
|
|
provision:
|
|
how: local
|
|
|
|
prepare:
|
|
- how: shell
|
|
name: requires
|
|
script:
|
|
- echo ""
|
|
- how: shell
|
|
script:
|
|
- echo ""
|
|
|
|
execute:
|
|
how: tmt
|
|
|
|
report:
|
|
how: display |