test_ipv4_ps: On pre-cleanup, do not trigger an error if the port doesn't exist

Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
Matthew Stidham
2021-12-23 09:59:39 -08:00
committed by shivam
parent a6c528d72d
commit 71c15f4a8c

View File

@@ -159,7 +159,7 @@ class IPV4VariableTime(Realm):
def pre_cleanup(self):
self.cx_profile.cleanup_prefix()
for sta in self.sta_list:
self.rm_port(sta, check_exists=True)
self.rm_port(sta, check_exists=True, debug_=False)
def cleanup(self):
self.cx_profile.cleanup()