diff --git a/test/SampleApp.yaml b/test/SampleApp.yaml index 13bb7fc..a2a04bf 100644 --- a/test/SampleApp.yaml +++ b/test/SampleApp.yaml @@ -5,6 +5,13 @@ testType : JMX description: '' engineInstances: 4 splitAllCSVs: False +regionalLoadTestConfig: +- region: centralus + engineInstances: 1 +- region: northeurope + engineInstances: 2 +- region: swedencentral + engineInstances: 1 failureCriteria: - Test: avg(response_time_ms) > 100 - min(latency) > 100