refactor: 去掉apiTestImage

This commit is contained in:
guoyuqi 2023-08-25 11:25:43 +08:00 committed by 刘瑞斌
parent 66db2e2092
commit 0054584494
3 changed files with 0 additions and 12 deletions

View File

@ -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

View File

@ -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

View File

@ -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" +