Lines Matching full:mac
16 # AA:AA:AA:AA:AA:AA series is a valid MAC and does not exist in
17 # our network, so this is chosen to avoid MAC conflict.
23 # There will be 6 bytes in MAC address (e.g. xx.xx.xx.xx.xx.xx).
29 # MAC address with special characters.
34 Configure Valid MAC And Verify
35 [Documentation] Configure valid MAC via Redfish and verify.
38 Configure MAC Settings ${valid_mac}
40 # Verify whether new MAC is configured on BMC and FW_Env.
41 Validate MAC On BMC ${valid_mac}
42 Verify MAC Address Via FW_Env ${valid_mac}
44 Configure Zero MAC And Verify
45 [Documentation] Configure zero MAC via Redfish and verify.
48 [Template] Configure MAC Settings
49 # MAC address scenario
52 Configure Broadcast MAC And Verify
53 [Documentation] Configure broadcast MAC via Redfish and verify.
56 [Template] Configure MAC Settings
57 # MAC address scenario
60 Configure Invalid MAC And Verify
61 [Documentation] Configure invalid MAC address which is a string.
64 [Template] Configure MAC Settings
65 # MAC Address Expected_Result
68 Configure Valid MAC And Check Persistency
69 [Documentation] Configure valid MAC and check persistency.
72 Configure MAC Settings ${valid_mac}
74 # Verify whether new MAC is configured on BMC.
75 Validate MAC On BMC ${valid_mac}
77 # Reboot BMC and check whether MAC is persistent on BMC and FW_Env.
79 Validate MAC On BMC ${valid_mac}
80 Verify MAC Address Via FW_Env ${valid_mac}
82 Configure Invalid MAC And Verify On FW_Env
83 [Documentation] Configure Invalid MAC via Redfish and verify on FW_Env.
86 [Template] Configure MAC Settings
94 Configure Invalid MAC And Verify Persistency On FW_Env
95 [Documentation] Configure invalid MAC and verify persistency on FW_Env.
98 Configure MAC Settings ${special_char_mac} ${HTTP_BAD_REQUEST}
100 # Reboot BMC and check whether MAC is persistent on FW_Env.
102 Verify MAC Address Via FW_Env ${special_char_mac} ${HTTP_BAD_REQUEST}
104 Configure Out Of Range MAC And Verify
105 [Documentation] Configure out of range MAC via Redfish and verify.
108 Configure MAC Settings ${out_of_range_mac} ${HTTP_BAD_REQUEST}
110 # Verify whether new MAC is configured on FW_Env.
111 Verify MAC Address Via FW_Env ${out_of_range_mac} ${HTTP_BAD_REQUEST}
113 Configure Less Byte MAC And Verify
114 [Documentation] Configure less byte MAC via Redfish and verify.
117 [Template] Configure MAC Settings
118 # MAC address scenario
121 Configure More Byte MAC And Verify
122 [Documentation] Configure more byte MAC via Redfish and verify.
125 Configure MAC Settings ${more_byte_mac} ${HTTP_BAD_REQUEST}
126 # Verify whether new MAC is configured on FW_Env.
127 Verify MAC Address Via FW_Env ${more_byte_mac} ${HTTP_BAD_REQUEST}
135 # Revert to initial MAC address.
136 Configure MAC Settings ${initial_mac_address}
138 # Verify whether new MAC is configured on BMC and FW_Env.
139 Validate MAC On BMC ${initial_mac_address}
140 Validate MAC On Fw_Env ${initial_mac_address}
153 # Get BMC MAC address.
157 Validate MAC On BMC ${initial_mac_address}
162 Configure MAC Settings
163 [Documentation] Configure MAC settings via Redfish.
167 # mac_address MAC address of BMC.
185 # Verify whether new MAC address is populated on BMC system.
188 ... Validate MAC On BMC ${mac_address}
192 ... msg=Allowing the configuration of an invalid MAC.
195 ... msg=Not allowing the configuration of a valid MAC.
197 Verify MAC Address Via FW_Env ${mac_address} ${valid_status_code}
199 Verify MAC Address Via FW_Env
200 [Documentation] Verify MAC address on FW_Env.
204 # mac_address MAC address of BMC.
208 ... Validate MAC On FW_Env ${mac_address}
212 ... msg=Allowing the configuration of an invalid MAC.
215 ... msg=Not allowing the configuration of a valid MAC.