Lines Matching refs:VLAN

2 Documentation           Test setting VLAN and its configuration.
28 ${vlan_resource} ${NETWORK_MANAGER}action/VLAN
40 Add VLAN Via REST And Verify
41 [Documentation] Add VLAN via REST and verify it via REST and IPMI.
46 Create VLAN ${vlan_id}
47 Verify Existence Of VLAN ${vlan_id}
50 Valid Value lan_config['802.1q VLAN ID'] ["${vlan_id}"]
53 Add Invalid VLAN Via REST And Verify
54 [Documentation] Add Invalid VLAN via REST and verify.
57 Create VLAN ${invalid_vlan_id} expected_result=error
60 Delete VLAN Via REST
61 [Documentation] Delete VLAN via REST and verify it via REST and IPMI.
63 [Setup] Run Keywords Test Setup Execution AND Create VLAN ${vlan_id}
65 Verify Existence Of VLAN ${vlan_id}
67 Verify Existence Of VLAN ${vlan_id} expected_result=error
70 Valid Value lan_config['802.1q VLAN ID'] ["Disabled"]
73 Configure Network Settings On VLAN Via REST
74 [Documentation] Configure IP on VLAN and verify it via REST and IPMI.
76 [Setup] Run Keywords Test Setup Execution AND Create VLAN ${vlan_id}
79 Configure Network Settings On VLAN ${vlan_id} ${ip} ${netmask}
80 Get VLAN URI For IP ${vlan_id} ${ip}
86 Delete IP On VLAN Via REST
87 [Documentation] Delete IP on VLAN and verify it via REST and IPMI.
89 [Setup] Run Keywords Test Setup Execution AND Create VLAN ${vlan_id}
92 Configure Network Settings On VLAN ${vlan_id} ${ip} ${netmask}
96 ${vlan_ip_uri}= Get VLAN URI For IP ${vlan_id} ${ip}
99 Get VLAN URI For IP ${vlan_id} ${ip} expected_result=error
105 Delete VLAN When IP Is Configured Via REST
106 [Documentation] Delete IP on VLAN and verify using IPMI.
108 [Setup] Run Keywords Test Setup Execution AND Create VLAN ${vlan_id}
111 Configure Network Settings On VLAN ${vlan_id} ${ip} ${netmask}
116 Verify Existence Of VLAN ${vlan_id} expected_result=error
119 Valid Value lan_config['802.1q VLAN ID'] ["Disabled"]
122 Configure VLAN And Check Persistency On Reboot
123 [Documentation] Create VLAN ID & IP , reboot and verify.
128 Create VLAN ${vlan_id}
129 Configure Network Settings On VLAN ${vlan_id} ${ip} ${netmask}
132 Valid Value lan_config['802.1q VLAN ID'] ["${vlan_id}"]
136 Verify Existence Of VLAN ${vlan_id}
137 Get VLAN URI For IP ${vlan_id} ${ip}
141 Valid Value lan_config['802.1q VLAN ID'] ["${vlan_id}"]
151 Create VLAN ${vlan_id}
152 Verify Existence Of VLAN ${vlan_id}
156 ${vlan_id_ipmi}= Convert To Integer ${lan_config["802.1q VLAN ID"]}
159 Delete Multiple IPs On VLAN And Verify
160 [Documentation] Delete multiple IPs on VLAN and verify each via REST and IPMI.
162 [Setup] Run Keywords Test Setup Execution AND Create VLAN ${vlan_id}
166 Configure Network Settings On VLAN ${vlan_id} ${ip} ${netmask}
167 ${vlan_ip_uri}= Get VLAN URI For IP ${vlan_id} ${ip}
170 Get VLAN URI For IP ${vlan_id} ${ip} expected_result=error
182 Create VLAN ${vlan_id}
188 Valid Value lan_config['802.1q VLAN ID'] ["Disabled"]
190 Configure Multiple IPs On VLAN Via REST
191 [Documentation] Configure Multiple IPs on VLAN and verify each via REST.
193 [Setup] Run Keywords Test Setup Execution AND Create VLAN ${vlan_id}
197 Configure Network Settings On VLAN ${vlan_id} ${ip} ${netmask}
204 Create And Delete VLAN And IP On It Multiple Times With BMC Reboot
205 [Documentation] Create and delete VLAN and IP on it multiple times with BMC reboot.
210 Create VLAN ${vlan_id}
211 Verify Existence Of VLAN ${vlan_id}
212 Configure Network Settings On VLAN ${vlan_id} ${ip} ${netmask}
213 ${vlan_ip_uri}= Get VLAN URI For IP ${vlan_id} ${ip}
215 Get VLAN URI For IP ${vlan_id} ${ip} expected_result=error
217 Verify Existence Of VLAN ${vlan_id} expected_result=error
221 Verify Existence Of VLAN ${vlan_id} expected_result=error
225 Valid Value lan_config['802.1q VLAN ID'] ["Disabled"]
232 [Documentation] Check and delete all previously created VLAN if any.
236 Return From Keyword If '${lan_config['802.1q VLAN ID']}' == 'Disabled'
238 # Get all VLAN ID on interface eth0.
239 ${vlan_ids}= Get VLAN IDs
251 Set Initial VLAN Config ${vlan_record} ${id}
258 Set Initial VLAN Config
259 [Documentation] Set suite level list of Initial VLAN Config.
263 # vlan_record Dictionary of IP configuration information of a VLAN.
272 # id The VLAN ID corresponding to the IP Configuration records contained
287 [Documentation] Restore VLAN configuration.
296 ... Create VLAN ${initial_vlan_config[${index}]}
298 ... Configure Network Settings On VLAN ${initial_vlan_config[${index}]}
300 ... ELSE Run Keywords Create VLAN ${initial_vlan_config[${index}]} AND
301 ... Configure Network Settings On VLAN ${initial_vlan_config[${index}]}
313 …# ids A list of VLAN IDs (e.g. ['53'] or ['53', '35', '12']). Note that …
316 # interface The physical interface for the VLAN (e.g. 'eth0').
331 Get VLAN IDs
332 [Documentation] Return all VLAN IDs.
341 Get VLAN URI For IP
342 [Documentation] Get and return the URI for a VLAN IP.
346 # vlan_id The VLAN ID (e.g. '53').
347 # vlan_ip The VLAN IP (e.g. 'x.x.x.x').
358 ... msg=VLAN IP URI doesn't exist!.
361 ... msg=VLAN IP URI exists!.
368 Verify Existence Of VLAN
369 [Documentation] Verify VLAN ID exists.
373 # id The VLAN ID (e.g. id:'53').
374 # interface Physical Interface on which the VLAN is defined.
375 # expected_result Expected status to check existence or non-existence of VLAN.
377 ${vlan_ids}= Get VLAN IDs
389 ... msg=VLAN ID doesn't exist!.
392 ... msg=VLAN ID exists!.