@@ -108,7 +108,7 @@ def test_bgp_set_aspath_exclude():
108
108
pytest .skip (tgen .errors )
109
109
110
110
test_func = functools .partial (bgp_converge , tgen .gears ["r1" ], expected_1 )
111
- _ , result = topotest .run_and_expect (test_func , None , count = 30 , wait = 0.5 )
111
+ _ , result = topotest .run_and_expect (test_func , None , count = 60 , wait = 0.5 )
112
112
113
113
assert result is None , "Failed overriding incoming AS-PATH with route-map"
114
114
@@ -139,7 +139,7 @@ def test_bgp_set_aspath_exclude_access_list():
139
139
)
140
140
141
141
test_func = functools .partial (bgp_converge , tgen .gears ["r1" ], expected_2 )
142
- _ , result = topotest .run_and_expect (test_func , None , count = 30 , wait = 0.5 )
142
+ _ , result = topotest .run_and_expect (test_func , None , count = 60 , wait = 0.5 )
143
143
144
144
assert result is None , "Failed change of exclude rule in route map"
145
145
r1 .vtysh_cmd (
@@ -152,7 +152,7 @@ def test_bgp_set_aspath_exclude_access_list():
152
152
153
153
# tgen.mininet_cli()
154
154
test_func = functools .partial (bgp_converge , tgen .gears ["r1" ], expected_1 )
155
- _ , result = topotest .run_and_expect (test_func , None , count = 30 , wait = 0.5 )
155
+ _ , result = topotest .run_and_expect (test_func , None , count = 60 , wait = 0.5 )
156
156
157
157
assert result is None , "Failed reverting exclude rule in route map"
158
158
@@ -180,7 +180,7 @@ def test_no_bgp_set_aspath_exclude_access_list():
180
180
)
181
181
182
182
test_func = functools .partial (bgp_converge , tgen .gears ["r1" ], expected_3 )
183
- _ , result = topotest .run_and_expect (test_func , None , count = 30 , wait = 0.5 )
183
+ _ , result = topotest .run_and_expect (test_func , None , count = 60 , wait = 0.5 )
184
184
185
185
assert result is None , "Failed to removing current accesslist"
186
186
@@ -198,7 +198,7 @@ def test_no_bgp_set_aspath_exclude_access_list():
198
198
)
199
199
200
200
test_func = functools .partial (bgp_converge , tgen .gears ["r1" ], expected_4 )
201
- _ , result = topotest .run_and_expect (test_func , None , count = 30 , wait = 0.5 )
201
+ _ , result = topotest .run_and_expect (test_func , None , count = 60 , wait = 0.5 )
202
202
203
203
assert result is None , "Failed to renegotiate with peers 2"
204
204
@@ -217,7 +217,7 @@ def test_no_bgp_set_aspath_exclude_access_list():
217
217
)
218
218
219
219
test_func = functools .partial (bgp_converge , tgen .gears ["r1" ], expected_3 )
220
- _ , result = topotest .run_and_expect (test_func , None , count = 30 , wait = 0.5 )
220
+ _ , result = topotest .run_and_expect (test_func , None , count = 60 , wait = 0.5 )
221
221
222
222
assert result is None , "Failed to renegotiate with peers 2"
223
223
@@ -236,7 +236,7 @@ def test_no_bgp_set_aspath_exclude_access_list():
236
236
)
237
237
238
238
test_func = functools .partial (bgp_converge , tgen .gears ["r1" ], expected_3 )
239
- _ , result = topotest .run_and_expect (test_func , None , count = 30 , wait = 0.5 )
239
+ _ , result = topotest .run_and_expect (test_func , None , count = 60 , wait = 0.5 )
240
240
241
241
assert result is None , "Failed to renegotiate with peers 2"
242
242
0 commit comments