diff --git a/lf_libs/lf_tests.py b/lf_libs/lf_tests.py index f6a8e12a..7c8e82d7 100644 --- a/lf_libs/lf_tests.py +++ b/lf_libs/lf_tests.py @@ -1511,7 +1511,7 @@ class lf_tests(lf_libs): sta_rows = ["4way time (us)", "channel", "ssid", "key/phrase", "cx time (us)", "dhcp (ms)", "ip", "signal", "mac", "mode"] - if str(self.band_sta) != "6G": + if str(self.band_sta) != "6G" or ("320" in self.sta_mode_): allure_attach = True else: allure_attach = False