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