From a34d1176b969f1a662fa01ab7b9fde57e3602e8a Mon Sep 17 00:00:00 2001 From: Eduardo Montoya Date: Thu, 6 Oct 2022 18:03:26 +0200 Subject: [PATCH] [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. --- tools/harness-thci/OpenThread_BR.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/harness-thci/OpenThread_BR.py b/tools/harness-thci/OpenThread_BR.py index a76ca356f..83e16bf1b 100644 --- a/tools/harness-thci/OpenThread_BR.py +++ b/tools/harness-thci/OpenThread_BR.py @@ -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)