refactor: 去掉apiTestImage
This commit is contained in:
parent
66db2e2092
commit
0054584494
|
@ -63,11 +63,6 @@ public class TestResourceDTO {
|
|||
*/
|
||||
@Schema(description = " type为k8s时,性能测试自定义JOB模版string")
|
||||
private String jobDefinition;
|
||||
/**
|
||||
* type为 k8s 时,接口测试镜像
|
||||
*/
|
||||
@Schema(description = "type为k8s时,接口测试镜像")
|
||||
private String apiTestImage;
|
||||
|
||||
/**
|
||||
* type为 k8s 时,接口测试deployName
|
||||
|
|
|
@ -62,11 +62,6 @@ public class TestResourceReturnDTO {
|
|||
*/
|
||||
@Schema(description = " type为k8s时,性能测试自定义JOB模版string")
|
||||
private String jobDefinition;
|
||||
/**
|
||||
* type为 k8s 时,接口测试镜像
|
||||
*/
|
||||
@Schema(description = "type为k8s时,接口测试镜像")
|
||||
private String apiTestImage;
|
||||
|
||||
/**
|
||||
* type为 k8s 时,接口测试deployName
|
||||
|
|
|
@ -78,7 +78,6 @@ class TestResourcePoolControllerTests extends BaseTest {
|
|||
"\"concurrentNumber\":3,\n" +
|
||||
"\"podThreads\":2,\n" +
|
||||
"\"jobDefinition\":\"jsfsjs\",\n" +
|
||||
"\"apiTestImage\":\"ddgd\",\n" +
|
||||
"\"deployName\":\"hello\",\n" +
|
||||
"\"uiGrid\":\"localhost:4444\",\n" +
|
||||
"\"girdConcurrentNumber\":2\n" +
|
||||
|
@ -102,7 +101,6 @@ class TestResourcePoolControllerTests extends BaseTest {
|
|||
" \"concurrentNumber\": 3,\n" +
|
||||
" \"podThreads\": 2,\n" +
|
||||
" \"jobDefinition\": \"jsfsjs\",\n" +
|
||||
" \"apiTestImage\": \"ddgd\",\n" +
|
||||
" \"deployName\": \"hello\",\n" +
|
||||
" \"uiGrid\": \"localhost:4444\",\n" +
|
||||
"\"girdConcurrentNumber\":2\n" +
|
||||
|
|
Loading…
Reference in New Issue