File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ failure_policy_set:
173173 rule_type : random
174174 probability : 0.0005 # 0.05 % chance a given node is down
175175
176- default :
176+ single_random_link_failure :
177177 attrs :
178178 description : Fails exactly one random link to test network resilience
179179 rules :
@@ -197,7 +197,7 @@ workflow:
197197 flow_placement : PROPORTIONAL
198198 iterations : 1000
199199 baseline : true
200- failure_policy : default
200+ failure_policy : single_random_link_failure
201201 store_failure_patterns : true
202202 - step_type : CapacityEnvelopeAnalysis
203203 name : ce_2
@@ -207,7 +207,7 @@ workflow:
207207 parallelism : 8
208208 shortest_path : false
209209 flow_placement : PROPORTIONAL
210- iterations : 1000000
210+ iterations : 10000
211211 baseline : true
212212 failure_policy : availability_1992
213213 store_failure_patterns : true
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ risk_groups:
111111 - name : srlg_12
112112
113113failure_policy_set :
114- default :
114+ single_random_link_failure :
115115 attrs :
116116 description : " Fails exactly one random link to test network resilience"
117117 rules :
@@ -142,7 +142,7 @@ workflow:
142142 seed : 42
143143 iterations : 1000
144144 baseline : true # Enable baseline mode
145- failure_policy : " default "
145+ failure_policy : " single_random_link_failure "
146146- step_type : CapacityEnvelopeAnalysis
147147 name : " ce_2"
148148 source_path : " ^(spoke_.+)"
You can’t perform that action at this time.
0 commit comments