-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathbig-tests.yaml
55 lines (55 loc) · 1.18 KB
/
big-tests.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
tests:
-
name: 1000p
# with 384 GB RAM, can't do more than 1000n at 1000p
neighbors: [1, 500, 750, 1000]
prefixes: [1000]
targets:
-
name: frr
-
name: bird
label: bird -s
single_table: True
-
name: frr
-
name: frr_c
label: frr 8
-
name: rustybgp
- # for more than 1024 neighbors must increase gcthresh3
# echo 16384 | sudo tee /proc/sys/net/ipv4/neigh/default/gc_thresh3
name: many_neighbors_100p
neighbors: [1500, 1750, 2000, 2250, 2500, 3000]
prefixes: [100]
targets:
-
name: bird
label: bird -s
single_table: True
-
name: frr
-
name: frr_c
label: frr 8
-
name: rustybgp
-
- # for more than 1024 neighbors must increase gcthresh3
# echo 16384 | sudo tee /proc/sys/net/ipv4/neigh/default/gc_thresh3
name: many_many_neighbors_10p
neighbors: [3000, 4000, 5000]
prefixes: [10]
targets:
-
name: bird
label: bird -s
single_table: True
-
name: frr
-
name: frr_c
label: frr 8
-
name: rustybgp