We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb42fed + 53945c8 commit 6ec6333Copy full SHA for 6ec6333
clusterloader2/testing/neg/config.yaml
@@ -2,6 +2,7 @@
2
{{$smallBackendLbServiceCount := DefaultParam .CL2_SMALL_BACKEND_LB_SERVICE_COUNT 5}}
3
{{$mediumBackendLbServiceCount := DefaultParam .CL2_MEDIUM_BACKEND_LB_SERVICE_COUNT 3}}
4
{{$largeBackendLbServiceCount := DefaultParam .CL2_LARGE_BACKEND_LB_SERVICE_COUNT 1}}
5
+{{$waitAfterDeletion := DefaultParam .CL2_WAIT_AFTER_DELETION “15m”}}
6
7
# Test
8
name: neg-latency
@@ -118,3 +119,9 @@ steps:
118
119
Method: WaitForControlledPodsRunning
120
Params:
121
action: gather
122
+- name: Wait after deletion
123
+ measurements:
124
+ - Identifier: Wait
125
+ Method: Sleep
126
+ Params:
127
+ duration: {{$waitAfterDeletion}}
0 commit comments