123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- {
- "preject_list":[
- {
- "project_name":"pro1",
- "app_id":"app1",
- "config_server_pre":".../",
- "file_server_pre":".../",
- "pro_config":"config.json",
- "test_group_list":[
- {
- "test_group_name":"1",
- "test_version_list":{
- "dispatch_policy":"policy.json",
- "group":[
- {
- "group_name":"1",
- "file_list":["1","2"]
- },
- {
- "group_name":"2",
- "file_list":["1","2"]
- }
- ]
- }
- },{
- "test_group_name":"2",
- "test_version_list":{
- "dispatch_policy":"policy.json",
- "group":[
- {
- "group_name":"1",
- "file_list":["1","2"]
- },
- {
- "group_name":"2",
- "file_list":["1","2"]
- }
- ]
- }
- }
- ]
- }
- ]
- }
|