mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 19:58:03 +00:00
create_l3_stations: Do not flag error messages if ports do not exist during pre-cleanup
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
@@ -91,7 +91,7 @@ class CreateL3(Realm):
|
|||||||
def pre_cleanup(self):
|
def pre_cleanup(self):
|
||||||
self.cx_profile.cleanup_prefix()
|
self.cx_profile.cleanup_prefix()
|
||||||
for sta in self.sta_list:
|
for sta in self.sta_list:
|
||||||
self.rm_port(sta, check_exists=True)
|
self.rm_port(sta, check_exists=True, debug_=False)
|
||||||
|
|
||||||
def build(self):
|
def build(self):
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user