-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4d6db4c
commit 9ed4ce9
Showing
1 changed file
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
--- | ||
layout: post | ||
title: 用例global级资源管理 | ||
category: test | ||
catalog: true | ||
published: true | ||
tags: | ||
- test | ||
time: '2023.08.18 11:15:00' | ||
--- | ||
|
||
> 用例资源管理是用例执行中的重要如何一环,各层级的用例有效管理能促进用例的 | ||
> 有效执行、提升资源利用率、优化用例执行时间。 | ||
#一、业内实践 | ||
## 1.1 k8s社区 | ||
TBD | ||
|
||
## 1.2 pytest社区 | ||
TBD | ||
|
||
## 1.3 openstack社区 | ||
TBD | ||
|
||
## 1.4 其他社区 | ||
TBD | ||
|
||
#二、管理好测试资源 | ||
## 2.1 测试资源分层管理 | ||
TBD | ||
|
||
## 2.2 测试资源的可重用性/幂等性 | ||
TBD | ||
|
||
## 2.3 其他 | ||
TBD | ||
|
||
# 参考文献 |