-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpreflight_checks_pfc_incast.yml
84 lines (69 loc) · 1.56 KB
/
preflight_checks_pfc_incast.yml
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
prechecks:
license_check: true
check_connectivity: true
setup_ports: true
setup_layer1: true
check_link_state: true
configure_interfaces: true
arp_gateways: true
ping_mesh: true
apply_rocev2_traffic: true
# If pfc_incast=False, set test_profiles.typeOfTest=all_to_all
# If pfc_incast=True, set test_profiles.typeOfTest=incast
pfc_incast: true
chassis:
chassis_chain: [10.36.75.23]
primary_chassis_ip: 10.36.75.23
enable_roce_port_mode: true
# port_mode options: nrz | pam4
port_mode: pam4
# serdesType is only for chassis type: 800GE-8P-QDD-M+ROCEV2
# User must state either 53G/56G or 106G/112G
serdesType: 53G
layer1_profiles:
- name: layer1
auto_negotiate: false
ieee_defaults: false
link_speed: SPEED_400G
link_training: false
rs_fec: true
test_profiles:
- name: RoCEv2-Preflight-Check
# all_to_all | incast
typeOfTest: incast
enableDcqcn: false
ethernet_mtu: 8192
tests:
- profile_name: RoCEv2-Preflight-Check
hosts:
- name: Host0.1
address: 71.1.1.2
gateway: 71.1.1.1
prefix: 24
location: 10.36.75.23/1
incast: tx
rocev2:
- remoteEndpoint: Host0.4
- name: Host0.2
address: 71.2.1.2
gateway: 71.2.1.1
prefix: 24
location: 10.36.75.23/2
incast: tx
rocev2:
- remoteEndpoint: Host0.4
- name: Host0.3
address: 71.3.1.2
gateway: 71.3.1.1
prefix: 24
location: 10.36.75.23/3
incast: tx
rocev2:
- remoteEndpoint: Host0.4
- name: Host0.4
address: 71.4.1.2
gateway: 71.4.1.1
location: 10.36.75.23/4
prefix: 24
incast: rx
rocev2: []