From 677af210360652c1251e51de9de58dfc358779b1 Mon Sep 17 00:00:00 2001 From: Logan Lipke Date: Fri, 3 Jul 2020 10:40:58 -0700 Subject: [PATCH] Removed unnecessary dict change for associated_map --- py-scripts/test_ipv4_connection.py | 1 - 1 file changed, 1 deletion(-) diff --git a/py-scripts/test_ipv4_connection.py b/py-scripts/test_ipv4_connection.py index 3609be89..00bf0788 100755 --- a/py-scripts/test_ipv4_connection.py +++ b/py-scripts/test_ipv4_connection.py @@ -64,7 +64,6 @@ class IPv4Test(LFCliBase): associated_map[sta_name] = 1 if sta_status['interface']['ip'] != '0.0.0.0': # print("IP", sta_name, sta_status['interface']['ap'], sta_status['interface']['ip']) - associated_map[sta_name] = 1 ip_map[sta_name] = 1 if (len(sta_list) == len(ip_map)) and (len(sta_list) == len(associated_map)): break