mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-10-30 18:27:53 +00:00
fio_endp_profile: Unused variables
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
@@ -175,8 +175,6 @@ class FIOEndpProfile(LFCliBase):
|
|||||||
self.local_realm.json_post("/cli-json/nc_show_endpoints", {"endpoint": "all"})
|
self.local_realm.json_post("/cli-json/nc_show_endpoints", {"endpoint": "all"})
|
||||||
for port_name in ports:
|
for port_name in ports:
|
||||||
for num_connection in range(connections_per_port):
|
for num_connection in range(connections_per_port):
|
||||||
shelf = self.local_realm.name_to_eid(port_name)[0]
|
|
||||||
resource = self.local_realm.name_to_eid(port_name)[1]
|
|
||||||
name = self.local_realm.name_to_eid(port_name)[2]
|
name = self.local_realm.name_to_eid(port_name)[2]
|
||||||
|
|
||||||
endp_data = {
|
endp_data = {
|
||||||
|
|||||||
Reference in New Issue
Block a user