mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
## Summary Part of https://github.com/elastic/kibana-team/issues/1503 This PR is mostly about moving platform tests from x-pack/test/ Before: ``` x-pack/test/ | - ftr_apis/ | - load/ | - plugin_api_perf/ | - fleet_packages/ | - fleet_tasks/ | - scalability/ | - task_manager_claimer_update_by_query/ ``` After: ``` x-pack/platform/test/ | - ftr_apis/ | - load/ | - plugin_api_perf/ | - fleet_packages/ | - fleet_tasks/ | - scalability/ | - task_manager_claimer_update_by_query/ --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
47 lines
922 B
JSON
47 lines
922 B
JSON
{
|
|
"journeyName": "GET /api/status no-auth",
|
|
"scalabilitySetup": {
|
|
"responseTimeThreshold": {
|
|
"threshold1": 1000,
|
|
"threshold2": 3000,
|
|
"threshold3": 5000
|
|
},
|
|
"warmup": [
|
|
{
|
|
"action": "constantUsersPerSec",
|
|
"userCount": 10,
|
|
"duration": "30s"
|
|
}
|
|
],
|
|
"test": [
|
|
{
|
|
"action": "rampUsersPerSec",
|
|
"minUsersCount": 10,
|
|
"maxUsersCount": 1210,
|
|
"duration": "80s"
|
|
}
|
|
],
|
|
"maxDuration": "4m"
|
|
},
|
|
"testData": {
|
|
"esArchives": [],
|
|
"kbnArchives": []
|
|
},
|
|
"streams": [
|
|
{
|
|
"requests": [
|
|
{
|
|
"http": {
|
|
"method": "GET",
|
|
"path": "/api/status",
|
|
"headers": {
|
|
"Accept-Encoding": "gzip",
|
|
"Content-Type": "application/json; charset=utf-8"
|
|
},
|
|
"statusCode": 200
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|