[thci] remove unneeded problematic command (#8235)

Listing the table of rules results in SSH disconnection under some
circumstances. Removing the command since it doesn't add any
functionality.
This commit is contained in:
Eduardo Montoya
2022-10-06 09:03:26 -07:00
committed by GitHub
parent 4eb64510bf
commit a34d1176b9
-1
View File
@@ -662,7 +662,6 @@ class OpenThread_BR(OpenThreadTHCI, IThci):
return self._mdns_query_impl(service, find_active=(addrs_allowlist or addrs_denylist))
finally:
self.bash('ip6tables -L INPUT -v')
self.bash('ip6tables -F INPUT')
time.sleep(1)